Home
last modified time | relevance | path

Searched refs:ComplexMatcherMemFn (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h430 template <class PredicateBitset, class ComplexMatcherMemFn,
435 const ComplexMatcherMemFn *ComplexPredicates, in ISelInfoTy()
447 const ComplexMatcherMemFn *ComplexPredicates;
459 class ComplexMatcherMemFn, class CustomRendererFn>
462 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn>
DInstructionSelectorImpl.h48 class ComplexMatcherMemFn, class CustomRendererFn>
51 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc16 typedef ComplexRendererFns(X86InstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) const;
18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo;
19 static X86InstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
764 X86InstructionSelector::ComplexMatcherMemFn
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc16 typedef ComplexRendererFns(MipsInstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) const;
18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo;
19 static MipsInstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
640 MipsInstructionSelector::ComplexMatcherMemFn
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc16 typedef ComplexRendererFns(ARMInstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) const;
18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo;
19 static ARMInstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
804 ARMInstructionSelector::ComplexMatcherMemFn
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc16 …typedef ComplexRendererFns(AArch64InstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) con…
18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo;
19 static AArch64InstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
1075 AArch64InstructionSelector::ComplexMatcherMemFn