| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | XRayArgs.h | 35 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | SanitizerArgs.h | 136 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | ToolChain.h | 627 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 D | NaCl.h | 74 types::ID InputType) const override;
|
| H A D | Clang.cpp | 358 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 D | Fuchsia.h | 84 types::ID InputType) const override;
|
| H A D | NaCl.cpp | 355 types::ID InputType) const { in ComputeEffectiveClangTriple() 356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | MSVC.h | 114 types::ID InputType) const override;
|
| H A D | Fuchsia.cpp | 340 types::ID InputType) const { in ComputeEffectiveClangTriple() 341 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Clang.h | 92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
|
| H A D | Flang.cpp | 701 types::ID InputType = Input.getType(); in ConstructJob() local 705 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
|
| H A D | MSVC.cpp | 801 types::ID InputType) const { in ComputeEffectiveClangTriple() 810 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Darwin.h | 337 types::ID InputType) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 55 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 D | HexagonPseudo.td | 242 isPredicable = 1, hasSideEffects = 0, InputType = "reg", 296 hasSideEffects = 0, InputType = "reg", cofMax1 = 1 in 361 opExtentBits = 24, opExtentAlign = 2, InputType = "imm" in
|
| H A D | HexagonInstrFormats.td | 186 string InputType = ""; // Input is "imm" or "reg" type.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.h | 63 types::ID InputType, llvm::Triple &Triple);
|
| H A D | ARM.cpp | 226 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 D | Driver.cpp | 2597 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 D | XRayArgs.cpp | 160 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
|
| H A D | ToolChain.cpp | 967 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 D | SanitizerArgs.cpp | 1120 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 D | llvm-pdbutil.h | 211 extern llvm::cl::opt<InputFileType> InputType;
|
| H A D | ExplainOutputStyle.cpp | 71 switch (opts::explain::InputType) { in explainBinaryFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2201 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()
|