Home
last modified time | relevance | path

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

12

/freebsd/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;
/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
[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.td345 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.cpp226 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 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()
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 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()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
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;
/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/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2380 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 DAArch64InstrFormats.td6124 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 …]

12