Searched refs:RBegin (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinFixupBufferSecurityCheck.cpp | 81 MachineBasicBlock::reverse_iterator RBegin, REnd; in getSecurityCheckerBasicBlock() local 84 for (RBegin = MBB.rbegin(), REnd = MBB.rend(); RBegin != REnd; ++RBegin) { in getSecurityCheckerBasicBlock() 85 auto &MI = *RBegin; in getSecurityCheckerBasicBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4407 unsigned RBegin, REnd; in StoreByValRegs() local 4409 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs() 4412 RBegin = RBeginIdx == 4 ? (unsigned)ARM::R4 : GPRArgRegs[RBeginIdx]; in StoreByValRegs() 4416 if (REnd != RBegin) in StoreByValRegs() 4417 ArgOffset = -4 * (ARM::R4 - RBegin); in StoreByValRegs() 4427 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs() 4532 unsigned RBegin, REnd; in LowerFormalArguments() local 4533 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments() 4534 ArgRegBegin = std::min(ArgRegBegin, RBegin); in LowerFormalArguments()
|