Searched refs:PredicateBitset (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, 434 const PredicateBitset *FeatureBitsets, in ISelInfoTy() 446 const PredicateBitset *FeatureBitsets; 458 template <class TgtInstructionSelector, class PredicateBitset, 462 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> 466 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures,
|
D | InstructionSelectorImpl.h | 47 template <class TgtInstructionSelector, class PredicateBitset, 51 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> in executeMatchTable() argument 55 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures, in executeMatchTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 11 using PredicateBitset = llvm::PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>; 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 152 PredicateBitset X86InstructionSelector:: 154 PredicateBitset Features; 381 PredicateBitset X86InstructionSelector:: 383 PredicateBitset Features; 537 const static PredicateBitset FeatureBitsets[] { 781 const PredicateBitset AvailableFeatures = getAvailableFeatures(); 17147 PredicateBitset AvailableModuleFeatures; 17148 mutable PredicateBitset AvailableFunctionFeatures; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 11 using PredicateBitset = llvm::PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>; 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 82 PredicateBitset MipsInstructionSelector:: 84 PredicateBitset Features; 179 PredicateBitset MipsInstructionSelector:: 181 PredicateBitset Features; 287 const static PredicateBitset FeatureBitsets[] { 657 const PredicateBitset AvailableFeatures = getAvailableFeatures(); 24307 PredicateBitset AvailableModuleFeatures; 24308 mutable PredicateBitset AvailableFunctionFeatures; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 11 using PredicateBitset = llvm::PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>; 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 110 PredicateBitset ARMInstructionSelector:: 112 PredicateBitset Features; 249 PredicateBitset ARMInstructionSelector:: 251 PredicateBitset Features; 377 const static PredicateBitset FeatureBitsets[] { 825 const PredicateBitset AvailableFeatures = getAvailableFeatures(); 38815 PredicateBitset AvailableModuleFeatures; 38816 mutable PredicateBitset AvailableFunctionFeatures; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 11 using PredicateBitset = llvm::PredicateBitsetImpl<MAX_SUBTARGET_PREDICATES>; 18 const ISelInfoTy<PredicateBitset, ComplexMatcherMemFn, CustomRendererFn> ISelInfo; 65 PredicateBitset AArch64InstructionSelector:: 67 PredicateBitset Features; 122 PredicateBitset AArch64InstructionSelector:: 124 PredicateBitset Features; 204 const static PredicateBitset FeatureBitsets[] { 1129 const PredicateBitset AvailableFeatures = getAvailableFeatures(); 46061 PredicateBitset AvailableModuleFeatures; 46062 mutable PredicateBitset AvailableFunctionFeatures; [all …]
|