Searched refs:FeatureBitsets (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 380 const PredicateBitset *FeatureBitsets, in ISelInfoTy() 384 FeatureBitsets(FeatureBitsets), in ISelInfoTy() 392 const PredicateBitset *FeatureBitsets; member
|
D | InstructionSelectorImpl.h | 131 if ((AvailableFeatures & ISelInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable() 132 ISelInfo.FeatureBitsets[ExpectedBitsetID]) { in executeMatchTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 4405 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/ |
D | GlobalISelEmitter.td | 102 // 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/ |
D | X86GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 516 const static PredicateBitset FeatureBitsets[] {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 265 const static PredicateBitset FeatureBitsets[] {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 329 const static PredicateBitset FeatureBitsets[] {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 145 const static PredicateBitset FeatureBitsets[] {
|