Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h36 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h148 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h663 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 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.
H A DHexagon.td361 let ColFields = ["InputType"];
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h63 types::ID InputType, llvm::Triple &Triple);
H A DARM.cpp264 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 DNaCl.cpp354 types::ID InputType) const { in ComputeEffectiveClangTriple()
355 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.cpp149 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 DMSVC.h117 types::ID InputType) const override;
H A DFlang.cpp855 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 DFuchsia.cpp334 types::ID InputType) const { in ComputeEffectiveClangTriple()
335 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.h92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DMSVC.cpp817 types::ID InputType) const { in ComputeEffectiveClangTriple()
826 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.h391 types::ID InputType) const override;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2943 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 DXRayArgs.cpp181 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
H A DToolChain.cpp1214 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 DSanitizerArgs.cpp1260 types::ID InputType) const { in addArgs()
1340 if (types::isCXX(InputType)) in addArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1854 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 Dllvm-pdbutil.h211 extern llvm::cl::opt<InputFileType> InputType;
H A DExplainOutputStyle.cpp71 switch (opts::explain::InputType) { in explainBinaryFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3204 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()

12