| /freebsd/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 | 139 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | ToolChain.h | 641 types::ID InputType = types::TY_INVALID) const; 650 types::ID InputType = types::TY_INVALID) const;
|
| /freebsd/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 [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.
|
| H A D | Hexagon.td | 345 let ColFields = ["InputType"];
|
| /freebsd/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/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2643 types::ID InputType = types::TY_Nothing; in BuildInputs() local 2650 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs() 2684 if (InputType == types::TY_Nothing) { in BuildInputs() 2766 assert(InputTypeArg && "InputType set w/o InputTypeArg"); in BuildInputs() 2775 Ty = InputType; in BuildInputs() 2810 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs() 2816 if (!InputType) { in BuildInputs() 2818 InputType = types::TY_Object; in BuildInputs() 2823 if (InputType == types::TY_CXXHeader && hasHeaderMode()) in BuildInputs() 2824 InputType in BuildInputs() 4040 types::ID InputType = I.first; handleArguments() local 4173 types::ID InputType = I.first; BuildActions() local 4314 types::ID InputType = I.first; BuildActions() local 4603 types::ID InputType = Input.first; BuildOffloadingActions() local [all...] |
| H A D | XRayArgs.cpp | 160 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
|
| H A D | ToolChain.cpp | 1013 types::ID InputType) const { in ComputeLLVMTriple() 1054 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple() 1062 types::ID InputType) const { in ComputeEffectiveClangTriple() 1063 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
| H A D | SanitizerArgs.cpp | 1132 types::ID InputType) const { in addArgs() 1207 if (types::isCXX(InputType)) in addArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 327 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() argument 363 if (types::isObjC(InputType) && in addExceptionArgs() 371 if (types::isCXX(InputType)) { in addExceptionArgs() 3720 types::ID InputType) { in RenderOpenCLOptions() argument 3750 if ((types::isOpenCL(InputType) || in RenderOpenCLOptions() 3751 (Args.hasArg(options::OPT_cl_std_EQ) && types::isSrcFile(InputType))) && in RenderOpenCLOptions() 3759 types::ID InputType) { in RenderHLSLOptions() argument 3769 if (!types::isHLSL(InputType)) in RenderHLSLOptions() 3781 ArgStringList &CmdArgs, types::ID InputType) { in RenderOpenACCOptions() argument 6042 types::ID InputType = Input.getType(); in ConstructJob() local [all …]
|
| H A D | MSVC.h | 113 types::ID InputType) const override;
|
| H A D | Fuchsia.cpp | 341 types::ID InputType) const { in ComputeEffectiveClangTriple() 342 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 | 716 types::ID InputType = Input.getType(); in ConstructJob() local 720 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
|
| H A D | MSVC.cpp | 804 types::ID InputType) const { in ComputeEffectiveClangTriple() 813 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Darwin.h | 344 types::ID InputType) const override;
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 1248 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectAnyOrAll() local 1250 if (!InputType) in selectAnyOrAll() 1254 bool IsVectorTy = InputType->getOpcode() == SPIRV::OpTypeVector; in selectAnyOrAll() 1274 const unsigned NumElts = InputType->getOperand(2).getImm(); in selectAnyOrAll() 1280 IsFloatTy ? buildZerosValF(InputType, I) : buildZerosVal(InputType, I); in selectAnyOrAll()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2380 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue() argument 2382 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) in EmitAsmInputLValue() 2385 llvm::Type *Ty = ConvertType(InputType); in EmitAsmInputLValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 6124 ValueType AccumType, ValueType InputType, 6129 (InputType RegType:$Rn), 6130 (InputType RegType:$Rm)))]> { 6147 ValueType AccumType, ValueType InputType, 6152 (InputType RegType:$Rn), 6153 (InputType RegType:$Rm)))]> { 8582 ValueType AccumType, ValueType InputType> 8585 (InputType RegType:$Rn), 8586 (InputType RegType:$Rm)))]> { 8604 ValueType InputType> [all …]
|