Home
last modified time | relevance | path

Searched refs:getSuperRegisters (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h350 for (const unsigned *regList = getSuperRegisters(regA); *regList;++regList){ in isSuperRegister()
384 for (const unsigned *SRs = getSuperRegisters(Reg); unsigned SR = *SRs;++SRs) in getMatchingSuperReg()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCRegisterInfo.h243 const unsigned *getSuperRegisters(unsigned RegNo) const { in getSuperRegisters() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCriticalAntiDepBreaker.cpp282 for (const unsigned *Super = TRI->getSuperRegisters(Reg); in ScanInstruction()
DLiveIntervalAnalysis.cpp2057 for (const unsigned* AS = tri_->getSuperRegisters(Reg); *AS; ++AS) in hasAllocatableSuperReg()
2068 for (const unsigned* AS = tri_->getSuperRegisters(Reg); *AS; ++AS) { in getRepresentativeReg()
DMachineInstr.cpp1644 RegInfo->getSuperRegisters(Reg) && in addRegisterDead()
DVirtRegRewriter.cpp665 for (const unsigned *SR = TRI->getSuperRegisters(Reg); *SR; ++SR) { in UpdateKills()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp783 for (const unsigned *SR = TRI->getSuperRegisters(MLoc.getReg()); in EmitDwarfRegOp()