Home
last modified time | relevance | path

Searched refs:TypeObjects (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h433 ISelInfoTy(const LLT *TypeObjects, size_t NumTypeObjects, in ISelInfoTy()
437 : TypeObjects(TypeObjects), in ISelInfoTy()
443 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
445 const LLT *TypeObjects; member
DInstructionSelectorImpl.h529 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable()
1039 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h471 ISelInfoTy(const LLT *TypeObjects, size_t NumTypeObjects, in ISelInfoTy()
475 : TypeObjects(TypeObjects), in ISelInfoTy()
481 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
483 const LLT *TypeObjects; member
DInstructionSelectorImpl.h584 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable()
1117 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5692 std::vector<LLTCodeGen> TypeObjects; in run() local
5694 TypeObjects.push_back(Ty); in run()
5695 llvm::sort(TypeObjects); in run()
5698 for (const auto &TypeObject : TypeObjects) { in run()
5704 OS << "const static size_t NumTypeObjects = " << TypeObjects.size() << ";\n" in run()
5706 for (const auto &TypeObject : TypeObjects) { in run()
/external/llvm-project/llvm/test/TableGen/
DGlobalISelEmitter.td86 // CHECK-NEXT: ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, Custom…
119 // CHECK-NEXT: const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
428 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
198 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
288 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
157 const static LLT TypeObjects[] = {