| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | XRayArgs.h | 36 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | SanitizerArgs.h | 148 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | ToolChain.h | 663 types::ID InputType = types::TY_INVALID) const; 672 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 = "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.
|
| H A D | Hexagon.td | 361 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 | 264 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument 312 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | NaCl.cpp | 354 types::ID InputType) const { in ComputeEffectiveClangTriple() 355 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Clang.cpp | 149 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs() argument 185 if (types::isObjC(InputType) && in addExceptionArgs() 193 if (types::isCXX(InputType)) { in addExceptionArgs() 3764 types::ID InputType) { in RenderOpenCLOptions() argument 3799 if ((types::isOpenCL(InputType) || in RenderOpenCLOptions() 3800 (Args.hasArg(options::OPT_cl_std_EQ) && types::isSrcFile(InputType))) && in RenderOpenCLOptions() 3808 types::ID InputType) { in RenderHLSLOptions() argument 3821 if (!types::isHLSL(InputType)) in RenderHLSLOptions() 3833 ArgStringList &CmdArgs, types::ID InputType) { in RenderOpenACCOptions() argument 6073 types::ID InputType = Input.getType(); in ConstructJob() local [all …]
|
| H A D | MSVC.h | 117 types::ID InputType) const override;
|
| H A D | Flang.cpp | 855 types::ID InputType = Input.getType(); in ConstructJob() local 859 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob() 871 .ends_with(types::getTypeTempSuffix(InputType, /*CLStyle=*/false)); in ConstructJob() 872 if (InputType == types::TY_PP_Fortran && isAtemporaryPreprocessedFile && in ConstructJob()
|
| H A D | Fuchsia.cpp | 334 types::ID InputType) const { in ComputeEffectiveClangTriple() 335 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 | MSVC.cpp | 817 types::ID InputType) const { in ComputeEffectiveClangTriple() 826 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Darwin.h | 391 types::ID InputType) const override;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2943 types::ID InputType = types::TY_Nothing; in BuildInputs() local 2950 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs() 2984 if (InputType == types::TY_Nothing) { in BuildInputs() 3077 Ty = InputType; in BuildInputs() 3112 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs() 3118 if (!InputType) { in BuildInputs() 3120 InputType = types::TY_Object; in BuildInputs() 3125 if (InputType == types::TY_CXXHeader && hasHeaderMode()) in BuildInputs() 3126 InputType = CXXHeaderUnitType(CXX20HeaderType); in BuildInputs() 4349 types::ID InputType = I.first; in handleArguments() local [all …]
|
| H A D | XRayArgs.cpp | 181 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
|
| H A D | ToolChain.cpp | 1214 types::ID InputType) const { in ComputeLLVMTriple() 1261 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple() 1269 types::ID InputType) const { in ComputeEffectiveClangTriple() 1270 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
| H A D | SanitizerArgs.cpp | 1260 types::ID InputType) const { in addArgs() 1340 if (types::isCXX(InputType)) in addArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 1854 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectAnyOrAll() local 1856 if (!InputType) in selectAnyOrAll() 1860 bool IsVectorTy = InputType->getOpcode() == SPIRV::OpTypeVector; in selectAnyOrAll() 1877 const unsigned NumElts = InputType->getOperand(2).getImm(); in selectAnyOrAll() 1884 IsFloatTy ? buildZerosValF(InputType, I) : buildZerosVal(InputType, I); in selectAnyOrAll() 2167 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectSign() local 2170 if (!InputType) in selectSign() 2175 unsigned SignBitWidth = GR.getScalarOrVectorBitWidth(InputType); in selectSign() 2188 .addUse(GR.getSPIRVTypeID(InputType)) in selectSign() 2257 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectWaveReduceMax() local [all …]
|
| /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/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3204 if (auto *InputType = dyn_cast<FixedVectorType>(U.getOperand(0)->getType()); in translateInsertVector() local 3205 InputType && InputType->getNumElements() == 1) { in translateInsertVector() 3283 if (auto *InputType = dyn_cast<FixedVectorType>(U.getOperand(0)->getType()); in translateExtractVector() local 3284 InputType && InputType->getNumElements() == 1) { in translateExtractVector()
|