OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subregs_inclusive
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp
77
for (const MCPhysReg &SubReg : MCRegInfo->
subregs_inclusive
(Reg)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterInfo.cpp
543
for (const MCPhysReg &SubReg :
subregs_inclusive
(X86::RSP))
550
for (const MCPhysReg &SubReg :
subregs_inclusive
(X86::RIP))
555
for (const MCPhysReg &SubReg :
subregs_inclusive
(X86::RBP))
569
for (const MCPhysReg &SubReg :
subregs_inclusive
(BasePtr))
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h
316
iterator_range<mc_subreg_iterator>
subregs_inclusive
(MCRegister Reg) const {
function in class:llvm::MCRegisterInfo
339
return concat<const MCPhysReg>(
subregs_inclusive
(Reg), superregs(Reg));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp
766
for (const MCPhysReg &SubReg : TRI->
subregs_inclusive
(LI.PhysReg))
774
for (const MCPhysReg &SubReg : TRI->
subregs_inclusive
(I))
Completed in 91 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026