Searched refs:ComplexMatcherMemFn (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 376 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>
|
D | InstructionSelectorImpl.h | 48 class ComplexMatcherMemFn, class CustomRendererFn> 51 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 88 // 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/ |
D | X86GenGlobalISel.inc | 16 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/ |
D | MipsGenGlobalISel.inc | 16 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/ |
D | ARMGenGlobalISel.inc | 16 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/ |
D | AArch64GenGlobalISel.inc | 16 …typedef ComplexRendererFns(AArch64InstructionSelector::*ComplexMatcherMemFn)(MachineOperand &) con… 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 19 static AArch64InstructionSelector::ComplexMatcherMemFn ComplexPredicateFns[]; 757 AArch64InstructionSelector::ComplexMatcherMemFn
|