Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h35 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h136 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h627 types::ID InputType = types::TY_INVALID) const;
636 types::ID InputType = types::TY_INVALID) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.h74 types::ID InputType) const override;
H A DClang.cpp358 if (types::isObjC(InputType) && in addExceptionArgs()
366 if (types::isCXX(InputType)) { in addExceptionArgs()
3617 if (!types::isHLSL(InputType)) in RenderHLSLOptions()
6140 if (types::isCXX(InputType)) in ConstructJob()
6160 if (!types::isCXX(InputType)) { in ConstructJob()
6183 if (!types::isCXX(InputType)) { in ConstructJob()
6197 if (types::isCXX(InputType) && in ConstructJob()
6798 types::isCXX(InputType)) in ConstructJob()
6843 if (!isDerivedFromC(InputType)) in ConstructJob()
6853 if (!isDerivedFromC(InputType)) in ConstructJob()
[all …]
H A DFuchsia.h84 types::ID InputType) const override;
H A DNaCl.cpp355 types::ID InputType) const { in ComputeEffectiveClangTriple()
356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DMSVC.h114 types::ID InputType) const override;
H A DFuchsia.cpp340 types::ID InputType) const { in ComputeEffectiveClangTriple()
341 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.h92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DFlang.cpp701 types::ID InputType = Input.getType(); in ConstructJob() local
705 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DMSVC.cpp801 types::ID InputType) const { in ComputeEffectiveClangTriple()
810 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.h337 types::ID InputType) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td55 let InputType = "reg";
219 let InputType = "imm";
263 let InputType = "reg";
305 let InputType = "reg";
318 let InputType = "imm";
369 let InputType = "reg";
381 let InputType = "reg";
393 let InputType = "reg";
405 let InputType = "reg";
431 let InputType = "reg";
[all …]
H A DHexagonPseudo.td242 isPredicable = 1, hasSideEffects = 0, InputType = "reg",
296 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in
361 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
H A DHexagonInstrFormats.td186 string InputType = ""; // Input is "imm" or "reg" type.
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h63 types::ID InputType, llvm::Triple &Triple);
H A DARM.cpp226 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument
274 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2597 types::ID InputType = types::TY_Nothing; in BuildInputs() local
2647 if (InputType == types::TY_Nothing) { in BuildInputs()
2738 Ty = InputType; in BuildInputs()
2779 if (!InputType) { in BuildInputs()
2781 InputType = types::TY_Object; in BuildInputs()
3999 types::ID InputType = I.first; in handleArguments() local
4132 types::ID InputType = I.first; in BuildActions() local
4273 types::ID InputType = I.first; in BuildActions() local
4279 if (InputType == types::TY_IFS || InputType == types::TY_PP_Asm || in BuildActions()
4280 InputType == types::TY_Asm) in BuildActions()
[all …]
H A DXRayArgs.cpp160 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
H A DToolChain.cpp967 types::ID InputType) const { in ComputeLLVMTriple()
1007 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple()
1015 types::ID InputType) const { in ComputeEffectiveClangTriple()
1016 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
H A DSanitizerArgs.cpp1120 types::ID InputType) const { in addArgs()
1193 if (types::isCXX(InputType)) in addArgs()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h211 extern llvm::cl::opt<InputFileType> InputType;
H A DExplainOutputStyle.cpp71 switch (opts::explain::InputType) { in explainBinaryFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2201 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument
2203 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) in EmitAsmInputLValue()
2206 llvm::Type *Ty = ConvertType(InputType); in EmitAsmInputLValue()

12