| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() 346 TypeInfer &Infer; member 351 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() 352 Infer.Validate = false; in SuppressValidation() 355 Infer.Validate = SavedValidate; in ~SuppressValidation() 357 TypeInfer &Infer; member 904 TypeInfer Infer; variable 975 TypeInfer &getInfer() { return Infer; } in getInfer()
|
| H A D | CodeGenDAGPatterns.cpp | 894 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit() 899 Infer.TP.dump(); in ~ValidateOnExit() 901 Infer.TP.getRecord()->dump(); in ~ValidateOnExit() 902 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit() 904 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit() 2821 Infer(*this) { in TreePattern() 2829 Infer(*this) { in TreePattern() 2836 Infer(*this) { in TreePattern()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | infer-addrpace-pipeline.ll | 6 ; LPM: Infer address spaces
|
| H A D | llc-pipeline.ll | 179 ; GCN-O1-NEXT: Infer address spaces 436 ; GCN-O1-OPTS-NEXT: Infer address spaces 726 ; GCN-O2-NEXT: Infer address spaces 1019 ; GCN-O3-NEXT: Infer address spaces
|
| /llvm-project-15.0.7/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 142 Infer, enumerator 159 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer; 174 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration() 193 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/ |
| H A D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/ |
| H A D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/ |
| H A D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/ |
| H A D | ShapeInferenceInterface.td | 25 InterfaceMethod<"Infer and set the output shape for the current operation.",
|
| /llvm-project-15.0.7/llvm/test/Transforms/GCOVProfiling/ |
| H A D | module-flags.ll | 30 ;; Infer uwtable and "frame-pointer" from the module flags.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferTypeOpInterface.td | 1 //===- InferTypeOpInterface.td - Infer Type interfaces -----*- tablegen -*-===// 32 /*desc=*/[{Infer the return types that an op would generate. 133 /*desc=*/[{Infer the components of return type of shape containter.
|
| H A D | InferIntRangeInterface.td | 28 Infer the bounds on the results of this op given the bounds on its arguments.
|
| /llvm-project-15.0.7/libunwind/test/ |
| H A D | lit.site.cfg.in | 48 # Infer the test_exec_root from the build directory.
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | lit.site.cfg.in | 52 # Infer the test_exec_root from the build directory.
|
| /llvm-project-15.0.7/libcxx/test/configs/ |
| H A D | legacy.cfg.in | 54 # Infer the test_exec_root from the libcxx_object root.
|
| /llvm-project-15.0.7/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
| H A D | inline-asm.ll | 58 ; One output is SGPR, one is VGPR. Infer divergent for the aggregate, but uniform on the SGPR extra…
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 813 auto Infer = SampleProfileInference<BT>(F, Successors, SampleBlockWeights); 814 Infer.apply(BlockWeights, EdgeWeights);
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | LinalgOps.td | 60 // Infer the shape of the result tensor given the static shapes
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-4.md | 355 InterfaceMethod<"Infer and set the output shape for the current operation.", 376 /// Infer the output shape of the MulOp, this is required by the shape inference
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | OptBisect.rst | 120 BISECT: running pass (4) Infer set function attributes on module (test.ll)
|
| H A D | WritingAnLLVMPass.rst | 288 -inferattrs - Infer set function attributes
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/ |
| H A D | README.md | 272 …pass 7/211 = (0.7611) (0.0000) [Infer set function attributes on module (c:\dexter\tests\fibonac…
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/ |
| H A D | TensorOps.td | 986 // Infer the shape of the result tensor given the type of the source tensor
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrArithmetic.td | 635 // Infer instruction prefixes from type info.
|