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/ |
D | InstructionSelector.h | 430 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>
|
D | InstructionSelectorImpl.h | 48 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/ |
D | X86GenGlobalISel.inc | 16 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/ |
D | MipsGenGlobalISel.inc | 16 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/ |
D | ARMGenGlobalISel.inc | 16 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/ |
D | AArch64GenGlobalISel.inc | 16 …typedef ComplexRendererFns(AArch64InstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) con… 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 19 static AArch64InstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[]; 1075 AArch64InstructionSelector::ComplexMatcherMemFn
|