Home
last modified time | relevance | path

Searched refs:subregs_inclusive (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp533 for (const MCPhysReg &SubReg : subregs_inclusive(X86::RSP)) in getReservedRegs()
540 for (const MCPhysReg &SubReg : subregs_inclusive(X86::RIP)) in getReservedRegs()
545 for (const MCPhysReg &SubReg : subregs_inclusive(X86::RBP)) in getReservedRegs()
559 for (const MCPhysReg &SubReg : subregs_inclusive(BasePtr)) in getReservedRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp77 for (const MCPhysReg &SubReg : MCRegInfo->subregs_inclusive(Reg)) { in SetPhysRegUsed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h309 iterator_range<mc_subreg_iterator> subregs_inclusive(MCRegister Reg) const { in subregs_inclusive() function
332 return concat<const MCPhysReg>(subregs_inclusive(Reg), superregs(Reg)); in sub_and_superregs_inclusive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp805 for (const MCPhysReg &SubReg : TRI->subregs_inclusive(LI.PhysReg)) in visitMachineBasicBlockBefore()
813 for (const MCPhysReg &SubReg : TRI->subregs_inclusive(I)) in visitMachineBasicBlockBefore()