Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/clang/include/clang/Driver/
H A DXRayArgs.h35 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h139 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h641 types::ID InputType = types::TY_INVALID) const;
650 types::ID InputType = types::TY_INVALID) const;
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.h74 types::ID InputType) const override;
H A DFuchsia.h84 types::ID InputType) const override;
H A DNaCl.cpp355 types::ID InputType) const { in ComputeEffectiveClangTriple()
356 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.cpp327 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 DMSVC.h113 types::ID InputType) const override;
H A DFuchsia.cpp341 types::ID InputType) const { in ComputeEffectiveClangTriple()
342 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.h92 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
H A DFlang.cpp716 types::ID InputType = Input.getType(); in ConstructJob() local
720 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DMSVC.cpp804 types::ID InputType) const { in ComputeEffectiveClangTriple()
813 llvm::Triple Triple(ToolChain::ComputeEffectiveClangTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DDarwin.h344 types::ID InputType) const override;
/src/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.
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.h63 types::ID InputType, llvm::Triple &Triple);
H A DARM.cpp226 types::ID InputType, llvm::Triple &Triple) { in setArchNameInTriple() argument
274 if (InputType != types::TY_PP_Asm) in setArchNameInTriple()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2643 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()
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 = CXXHeaderUnitType(CXX20HeaderType); in BuildInputs()
4040 types::ID InputType = I.first; in handleArguments() local
[all …]
H A DXRayArgs.cpp160 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
H A DToolChain.cpp1013 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 DSanitizerArgs.cpp1132 types::ID InputType) const { in addArgs()
1207 if (types::isCXX(InputType)) in addArgs()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1248 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()

12