Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h376 template <class PredicateBitset, class ComplexMatcherMemFn,
381 const ComplexMatcherMemFn *ComplexPredicates, in ISelInfoTy()
393 const ComplexMatcherMemFn *ComplexPredicates;
405 class ComplexMatcherMemFn, class CustomRendererFn>
408 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn>
DInstructionSelectorImpl.h48 class ComplexMatcherMemFn, class CustomRendererFn>
51 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td88 // CHECK-NEXT: typedef ComplexRendererFns(MyTargetInstructionSelector::*ComplexMatcherMemFn)(Mac…
90 // CHECK-NEXT: const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo;
91 // CHECK-NEXT: static MyTargetInstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[];
213 // CHECK-LABEL: MyTargetInstructionSelector::ComplexMatcherMemFn
/external/swiftshader/third_party/llvm-7.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[];
761 X86InstructionSelector::ComplexMatcherMemFn
/external/swiftshader/third_party/llvm-7.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[];
511 MipsInstructionSelector::ComplexMatcherMemFn
/external/swiftshader/third_party/llvm-7.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[];
690 ARMInstructionSelector::ComplexMatcherMemFn
/external/swiftshader/third_party/llvm-7.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[];
757 AArch64InstructionSelector::ComplexMatcherMemFn