Home
last modified time | relevance | path

Searched refs:Infer (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h340 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 DCodeGenDAGPatterns.cpp894 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 Dinfer-addrpace-pipeline.ll6 ; LPM: Infer address spaces
H A Dllc-pipeline.ll179 ; 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 DAPINotesYAMLCompiler.cpp142 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 DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DShapeInferenceInterface.td25 InterfaceMethod<"Infer and set the output shape for the current operation.",
/llvm-project-15.0.7/llvm/test/Transforms/GCOVProfiling/
H A Dmodule-flags.ll30 ;; Infer uwtable and "frame-pointer" from the module flags.
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.td1 //===- 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 DInferIntRangeInterface.td28 Infer the bounds on the results of this op given the bounds on its arguments.
/llvm-project-15.0.7/libunwind/test/
H A Dlit.site.cfg.in48 # Infer the test_exec_root from the build directory.
/llvm-project-15.0.7/libcxxabi/test/
H A Dlit.site.cfg.in52 # Infer the test_exec_root from the build directory.
/llvm-project-15.0.7/libcxx/test/configs/
H A Dlegacy.cfg.in54 # Infer the test_exec_root from the libcxx_object root.
/llvm-project-15.0.7/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
H A Dinline-asm.ll58 ; 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 DSampleProfileLoaderBaseImpl.h813 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 DLinalgOps.td60 // Infer the shape of the result tensor given the static shapes
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-4.md355 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 DOptBisect.rst120 BISECT: running pass (4) Infer set function attributes on module (test.ll)
H A DWritingAnLLVMPass.rst288 -inferattrs - Infer set function attributes
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DREADME.md272 …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 DTensorOps.td986 // 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 DX86InstrArithmetic.td635 // Infer instruction prefixes from type info.