| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.h | 171 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 D | MPFRUtils.cpp | 472 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 D | toyc.cpp | 40 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 D | toyc.cpp | 42 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 D | toyc.cpp | 43 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 D | toyc.cpp | 45 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 D | toyc.cpp | 51 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 D | toyc.cpp | 51 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 D | Flang.cpp | 103 types::ID InputType = Input.getType(); in ConstructJob() local 107 if (types::getPreprocessedType(InputType) != types::TY_INVALID) in ConstructJob()
|
| H A D | NaCl.h | 74 types::ID InputType) const override;
|
| H A D | Fuchsia.h | 71 types::ID InputType) const override;
|
| H A D | NaCl.cpp | 358 types::ID InputType) const { in ComputeEffectiveClangTriple() 359 llvm::Triple TheTriple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | MSVC.h | 112 types::ID InputType) const override;
|
| H A D | Clang.cpp | 436 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 D | Fuchsia.cpp | 299 types::ID InputType) const { in ComputeEffectiveClangTriple() 300 llvm::Triple Triple(ComputeLLVMTriple(Args, InputType)); in ComputeEffectiveClangTriple()
|
| H A D | Clang.h | 90 void AddClangCLArgs(const llvm::opt::ArgList &Args, types::ID InputType,
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | XRayArgs.h | 42 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | SanitizerArgs.h | 127 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
|
| H A D | ToolChain.h | 588 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 D | Driver.cpp | 2433 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 D | ToolChain.cpp | 743 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 D | XRayArgs.cpp | 211 ArgStringList &CmdArgs, types::ID InputType) const { in addArgs()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.h | 61 types::ID InputType, llvm::Triple &Triple);
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 55 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 D | llvm-pdbutil.h | 213 extern llvm::cl::opt<InputFileType> InputType;
|