Home
last modified time | relevance | path

Searched refs:InputType (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp224 types::ID InputType) const { in ComputeLLVMTriple()
298 if (InputType != types::TY_PP_Asm && in ComputeLLVMTriple()
314 types::ID InputType) const { in ComputeEffectiveClangTriple()
315 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
H A DDriver.cpp996 types::ID InputType = types::TY_Nothing; in BuildInputs() local
1003 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs()
1030 if (InputType == types::TY_Nothing) { in BuildInputs()
1094 Ty = InputType; in BuildInputs()
1123 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs()
1129 if (!InputType) { in BuildInputs()
1131 InputType = types::TY_Object; in BuildInputs()
1202 types::ID InputType = Inputs[i].first; in BuildActions() local
1206 types::getCompilationPhases(InputType, PL); in BuildActions()
1229 getPreprocessedType(InputType) == types::TY_INVALID) in BuildActions()
[all …]
H A DToolChains.h247 types::ID InputType) const override;
351 types::ID InputType) const override;
H A DTools.cpp1943 static void addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() argument
1965 if (types::isObjC(InputType) && in addExceptionArgs()
1974 if (types::isCXX(InputType)) { in addExceptionArgs()
3140 types::ID InputType = Inputs[0].getType(); in ConstructJob() local
3143 if (types::isCXX(InputType) && in ConstructJob()
3391 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
3433 if (types::isCXX(InputType)) in ConstructJob()
3453 if (!types::isCXX(InputType)) in ConstructJob()
3472 if (!types::isCXX(InputType)) { in ConstructJob()
3486 if (types::isCXX(InputType) && in ConstructJob()
[all …]
H A DToolChains.cpp187 types::ID InputType) const { in ComputeEffectiveClangTriple()
188 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
194 types::ID InputType) const { in ComputeEffectiveClangTriple()
195 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h261 types::ID InputType = types::TY_INVALID) const;
270 types::ID InputType = types::TY_INVALID) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagon.td180 let ColFields = ["InputType"];
188 let ColFields = ["InputType"];
H A DHexagonInstrInfo.td38 let hasSideEffects = 0, isCompare = 1, InputType = "imm", isExtendable = 1,
84 let hasSideEffects = 0, hasNewValue = 1, InputType = "reg" in
211 let hasSideEffects = 0, hasNewValue = 1, isCompare = 1, InputType = "reg" in
255 let CextOpcode = "MUX", InputType = "reg", hasNewValue = 1,
266 let InputType = "reg";
362 let isExtendable = 1, InputType = "imm" in
388 InputType = "imm", hasNewValue = 1 in
417 CextOpcode = "sub", InputType = "imm", hasNewValue = 1, isCodeGenOnly = 0 in
506 let InputType = "reg", hasNewValue = 1, hasSideEffects = 0 in
554 let InputType = "imm", isExtendable = 1, isExtentSigned = 1, opExtentBits = 12,
[all …]
H A DHexagonInstrInfoV4.td154 let InputType = "reg";
187 let InputType = "imm";
224 let InputType = "imm";
419 InputType = "reg" in {
807 let addrMode = BaseRegOffset, InputType = "reg", hasSideEffects = 0,
1008 InputType = "imm", isCodeGenOnly = 0 in {
1206 let addrMode = BaseImmOffset, InputType = "imm", isCodeGenOnly = 0 in {
1855 let isExtentSigned = 1, InputType = "imm", hasNewValue = 1, isExtendable = 1,
2051 let CextOpcode = "ADD_MPY", InputType = "imm", hasNewValue = 1,
2107 CextOpcode = "ADD_MPY", InputType = "imm", isCodeGenOnly = 0 in
[all …]
H A DHexagonInstrFormats.td186 string InputType = ""; // Input is "imm" or "reg" type.
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1729 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument
1734 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) { in EmitAsmInputLValue()
1737 llvm::Type *Ty = ConvertType(InputType); in EmitAsmInputLValue()
H A DCodeGenFunction.h2706 LValue InputValue, QualType InputType,