Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h379 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
DInstructionSelectorImpl.h466 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/
DGlobalISelEmitter.cpp4382 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/
DGlobalISelEmitter.td102 // 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/
DX86GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
421 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
186 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
256 const static LLT TypeObjects[] = {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers)
113 const static LLT TypeObjects[] = {