Home
last modified time | relevance | path

Searched refs:FeatureBitsets (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h380 const PredicateBitset *FeatureBitsets, in ISelInfoTy()
384 FeatureBitsets(FeatureBitsets), in ISelInfoTy()
392 const PredicateBitset *FeatureBitsets; member
DInstructionSelectorImpl.h131 if ((AvailableFeatures & ISelInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable()
132 ISelInfo.FeatureBitsets[ExpectedBitsetID]) { in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4405 std::vector<std::vector<Record *>> FeatureBitsets; in run() local
4407 FeatureBitsets.push_back(Rule.getRequiredFeatures()); in run()
4409 FeatureBitsets.begin(), FeatureBitsets.end(), in run()
4423 FeatureBitsets.erase( in run()
4424 std::unique(FeatureBitsets.begin(), FeatureBitsets.end()), in run()
4425 FeatureBitsets.end()); in run()
4429 for (const auto &FeatureBitset : FeatureBitsets) { in run()
4437 for (const auto &FeatureBitset : FeatureBitsets) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DGlobalISelEmitter.td102 // CHECK-NEXT: ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, Custom…
144 // CHECK-NEXT: const static PredicateBitset FeatureBitsets[] {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
516 const static PredicateBitset FeatureBitsets[] {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
265 const static PredicateBitset FeatureBitsets[] {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
329 const static PredicateBitset FeatureBitsets[] {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
145 const static PredicateBitset FeatureBitsets[] {