Searched refs:InputType (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Driver/ |
| HD | ToolChain.cpp | 287 types::ID InputType) const { in ComputeLLVMTriple() 321 if (InputType != types::TY_PP_Asm && in ComputeLLVMTriple() 332 types::ID InputType) const { in ComputeEffectiveClangTriple() 340 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
| HD | Driver.cpp | 982 types::ID InputType = types::TY_Nothing; in BuildInputs() local 989 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs() 1019 if (InputType == types::TY_Nothing) { in BuildInputs() 1075 Ty = InputType; in BuildInputs() 1102 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs() 1108 if (!InputType) { in BuildInputs() 1110 InputType = types::TY_Object; in BuildInputs() 1183 types::ID InputType = Inputs[i].first; in BuildActions() local 1187 types::getCompilationPhases(InputType, PL); in BuildActions() 1210 getPreprocessedType(InputType) == types::TY_INVALID) in BuildActions() [all …]
|
| HD | ToolChains.h | 242 types::ID InputType) const; 420 types::ID InputType) const;
|
| HD | Tools.cpp | 1587 static void addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() argument 1629 if (types::isObjC(InputType) && in addExceptionArgs() 1639 if (types::isCXX(InputType)) { in addExceptionArgs() 2582 types::ID InputType = Inputs[0].getType(); in ConstructJob() local 2585 if (types::isCXX(InputType) && in ConstructJob() 2775 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob() 2811 if (types::isCXX(InputType)) in ConstructJob() 2829 if (!types::isCXX(InputType)) in ConstructJob() 2847 if (!types::isCXX(InputType)) { in ConstructJob() 2857 if (types::isCXX(InputType) && in ConstructJob() [all …]
|
| HD | ToolChains.cpp | 161 types::ID InputType) const { in ComputeEffectiveClangTriple() 162 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple() 926 types::ID InputType) const { in ComputeEffectiveClangTriple() 927 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | ToolChain.h | 246 types::ID InputType = types::TY_INVALID) const; 255 types::ID InputType = types::TY_INVALID) const;
|
| /trueos/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.td | 42 let InputType = "reg" in 49 opExtentBits = 10, InputType = "imm" in 59 let InputType = "reg" in 66 opExtentBits = 9, InputType = "imm" in 113 let InputType = "reg" in 190 let isExtendable = 1, InputType = "imm" in 212 CextOpcode = "OR", InputType = "imm" in 220 InputType = "imm", CextOpcode = "AND" in 235 CextOpcode = "SUB", InputType = "imm" in 264 let InputType = "reg", neverHasSideEffects = 1 in [all …]
|
| HD | Hexagon.td | 178 let ColFields = ["InputType"];
|
| HD | HexagonInstrInfoV4.td | 712 let addrMode = BaseImmOffset, InputType = "imm", 1295 let validSubTargets = HasV4SubT, CextOpcode = "ORr_ANDr", InputType = "reg" in 1363 let validSubTargets = HasV4SubT, CextOpcode = "ORr_ORr", InputType = "reg" in 1420 validSubTargets = HasV4SubT, CextOpcode = "ORr_ANDr", InputType = "imm" in 1432 validSubTargets = HasV4SubT, CextOpcode = "ORr_ORr", InputType = "imm" in 1505 validSubTargets = HasV4SubT, InputType = "imm", CextOpcode = "ADD_MPY" in 1532 validSubTargets = HasV4SubT, InputType = "imm", CextOpcode = "ADD_MPY" in 1542 let validSubTargets = HasV4SubT, InputType = "reg", CextOpcode = "ADD_MPY" in 2228 isCompare = 1, validSubTargets = HasV4SubT, CextOpcode = "CMPbGTU", InputType = "imm" in 2444 InputType = "reg" in [all …]
|
| HD | HexagonInstrFormats.td | 162 string InputType = ""; // Input is "imm" or "reg" type.
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 1410 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument 1415 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) { in EmitAsmInputLValue() 1418 llvm::Type *Ty = ConvertType(InputType); in EmitAsmInputLValue()
|
| HD | CodeGenFunction.h | 2491 LValue InputValue, QualType InputType,
|