Home
last modified time | relevance | path

Searched defs:InputType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp149 static bool addExceptionArgs(const ArgList &Args, types::ID InputType, in addExceptionArgs()
3764 types::ID InputType) { in RenderOpenCLOptions()
3808 types::ID InputType) { in RenderHLSLOptions()
3833 ArgStringList &CmdArgs, types::ID InputType) { in RenderOpenACCOptions()
6073 types::ID InputType = Input.getType(); in ConstructJob() local
7114 types::ID InputType = Inputs[0].getType(); in ConstructJob() local
7124 types::ID InputType = Inputs[0].getType(); in ConstructJob() local
8272 void Clang::AddClangCLArgs(const ArgList &Args, types::ID InputType, in AddClangCLArgs()
H A DFlang.cpp855 types::ID InputType = Input.getType(); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1854 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectAnyOrAll() local
2167 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectSign() local
2257 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectWaveReduceMax() local
2285 SPIRVType *InputType = GR.getSPIRVTypeForVReg(InputRegister); in selectWaveReduceSum() local
3363 SPIRVType *InputType = GR.getResultType(ReadReg); in extractSubvector() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2943 types::ID InputType = types::TY_Nothing; in BuildInputs() local
4349 types::ID InputType = I.first; in handleArguments() local
4456 types::ID InputType = I.first; in BuildActions() local
4603 types::ID InputType = I.first; in BuildActions() local
4927 types::ID InputType = Input.first; in BuildOffloadingActions() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp264 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp741 cl::opt<InputFileType> InputType( variable
/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
3283 if (auto *InputType = dyn_cast<FixedVectorType>(U.getOperand(0)->getType()); in translateExtractVector() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2546 QualType InputType, std::string &ConstraintStr, SourceLocation Loc) { in EmitAsmInputLValue()