Searched refs:PredicateBitset (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.h | 495 template <class PredicateBitset, class ComplexMatcherMemFn, 499 const PredicateBitset *FeatureBitsets, in ISelInfoTy() 511 const PredicateBitset *FeatureBitsets; 523 template <class TgtInstructionSelector, class PredicateBitset, 527 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> 531 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures,
|
| H A D | InstructionSelectorImpl.h | 48 template <class TgtInstructionSelector, class PredicateBitset, 52 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument 56 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures, in executeMatchTable()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitter.td | 70 // CHECK: using PredicateBitset = llvm::PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>; 76 // CHECK-NEXT: const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 97 // CHECK-LABEL: PredicateBitset MyTargetInstructionSelector:: 99 // CHECK-NEXT: PredicateBitset Features; 107 // CHECK-LABEL: PredicateBitset MyTargetInstructionSelector:: 109 // CHECK-NEXT: PredicateBitset Features; 132 // CHECK-NEXT: const static PredicateBitset FeatureBitsets[] { 222 // CHECK-NEXT: const PredicateBitset AvailableFeatures = getAvailableFeatures();
|