Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.h171 template <Operation op, typename InputType, typename OutputType>
173 InputType input;
259 template <Operation op, typename InputType, typename OutputType>
263 cpp::IsSame<InputType, OutputType>::Value &&
264 cpp::IsFloatingPointType<InputType>::Value) ||
267 cpp::IsFloatingPointType<InputType>::Value &&
280 cpp::IsSame<InputType, TernaryInput<OutputType>>::Value);
283 template <Operation op, typename InputType, typename OutputType>
285 cpp::EnableIfType<is_valid_operation<op, InputType, OutputType>(),
286 internal::MPFRMatcher<op, InputType, OutputType>>
[all …]
H A DMPFRUtils.cpp472 template <typename InputType>
474 unary_operation(Operation op, InputType input, unsigned int precision, in unary_operation()
521 template <typename InputType>
523 unary_operation_two_outputs(Operation op, InputType input, int &output, in unary_operation_two_outputs()
534 template <typename InputType>
536 binary_operation_one_output(Operation op, InputType x, InputType y, in binary_operation_one_output()
550 template <typename InputType>
552 binary_operation_two_outputs(Operation op, InputType x, InputType y, in binary_operation_two_outputs()
565 template <typename InputType>
567 ternary_operation_one_output(Operation op, InputType x, InputType y, in ternary_operation_one_output()
[all …]
/llvm-project-15.0.7/mlir/examples/toy/Ch2/
H A Dtoyc.cpp40 enum InputType { Toy, MLIR }; enum
42 static cl::opt<enum InputType> inputType(
76 if (inputType != InputType::MLIR && in dumpMLIR()
112 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp42 enum InputType { Toy, MLIR }; enum
44 static cl::opt<enum InputType> inputType(
77 if (inputType != InputType::MLIR && in loadMLIR()
131 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp43 enum InputType { Toy, MLIR }; enum
45 static cl::opt<enum InputType> inputType(
78 if (inputType != InputType::MLIR && in loadMLIR()
140 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp45 enum InputType { Toy, MLIR }; enum
47 static cl::opt<enum InputType> inputType(
82 if (inputType != InputType::MLIR && in loadMLIR()
163 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/
H A Dtoyc.cpp51 enum InputType { Toy, MLIR }; enum
53 static cl::opt<enum InputType> inputType(
102 if (inputType != InputType::MLIR && in loadMLIR()
182 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/
H A Dtoyc.cpp51 enum InputType { Toy, MLIR }; enum
53 static cl::opt<enum InputType> inputType(
102 if (inputType != InputType::MLIR && in loadMLIR()
183 if (inputType == InputType::MLIR) { in dumpAST()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFlang.cpp103 types::ID InputType = Input.getType(); in ConstructJob() local
107 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
H A DNaCl.h74 types::ID InputType) const override;
H A DFuchsia.h71 types::ID InputType) const override;
H A DNaCl.cpp358 types::ID InputType) const { in ComputeEffectiveClangTriple()
359 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DMSVC.h112 types::ID InputType) const override;
H A DClang.cpp436 if (types::isObjC(InputType) && in addExceptionArgs()
444 if (types::isCXX(InputType)) { in addExceptionArgs()
3493 if ((types::isOpenCL(InputType) || in RenderOpenCLOptions()
5474 types::ID InputType = Input.getType(); in ConstructJob() local
5757 if (types::isCXX(InputType)) in ConstructJob()
5777 if (!types::isCXX(InputType)) { in ConstructJob()
5805 if (!types::isCXX(InputType)) { in ConstructJob()
5819 if (types::isCXX(InputType) && in ConstructJob()
6415 types::isCXX(InputType)) { in ConstructJob()
6461 if (!isDerivedFromC(InputType)) in ConstructJob()
[all …]
H A DFuchsia.cpp299 types::ID InputType) const { in ComputeEffectiveClangTriple()
300 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
H A DClang.h90 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DXRayArgs.h42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DSanitizerArgs.h127 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
H A DToolChain.h588 types::ID InputType = types::TY_INVALID) const;
597 types::ID InputType = types::TY_INVALID) const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2433 types::ID InputType = types::TY_Nothing; in BuildInputs() local
2476 if (InputType == types::TY_Nothing) { in BuildInputs()
2565 Ty = InputType; in BuildInputs()
2602 if (!InputType) { in BuildInputs()
2604 InputType = types::TY_Object; in BuildInputs()
3928 types::ID InputType = I.first; in handleArguments() local
4066 types::ID InputType = I.first; in BuildActions() local
4218 types::ID InputType = I.first; in BuildActions() local
4224 if (InputType == types::TY_IFS || InputType == types::TY_PP_Asm || in BuildActions()
4225 InputType == types::TY_Asm) in BuildActions()
[all …]
H A DToolChain.cpp743 types::ID InputType) const { in ComputeLLVMTriple()
783 tools::arm::setArchNameInTriple(getDriver(), Args, InputType, Triple); in ComputeLLVMTriple()
791 types::ID InputType) const { in ComputeEffectiveClangTriple()
792 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
H A DXRayArgs.cpp211 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DARM.h61 types::ID InputType, llvm::Triple &Triple);
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h213 extern llvm::cl::opt<InputFileType> InputType;

12