Searched refs:TypeObjects (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 433 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
|
D | InstructionSelectorImpl.h | 529 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/ |
D | InstructionSelector.h | 471 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
|
D | InstructionSelectorImpl.h | 584 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable() 1117 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 5692 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/ |
D | GlobalISelEmitter.td | 86 // 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/ |
D | X86GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 428 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 198 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 288 const static LLT TypeObjects[] = {
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 30 ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, CustomRenderers) 157 const static LLT TypeObjects[] = {
|