Searched refs:TypeObjects (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 379 ISelInfoTy(const LLT *TypeObjects, size_t NumTypeObjects, in ISelInfoTy() 383 : TypeObjects(TypeObjects), in ISelInfoTy() 389 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy() 391 const LLT *TypeObjects; member
|
D | InstructionSelectorImpl.h | 466 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable() 921 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 4382 std::vector<LLTCodeGen> TypeObjects; in run() local 4384 TypeObjects.push_back(Ty); in run() 4385 llvm::sort(TypeObjects.begin(), TypeObjects.end()); in run() 4388 for (const auto &TypeObject : TypeObjects) { in run() 4394 OS << "const static size_t NumTypeObjects = " << TypeObjects.size() << ";\n" in run() 4396 for (const auto &TypeObject : TypeObjects) { in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 102 // CHECK-NEXT: ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, Custom… 134 // CHECK-NEXT: const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 421 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 186 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 256 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 113 const static LLT TypeObjects[] = {
|