Home
last modified time | relevance | path

Searched refs:REnd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp158 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in removeBranch() local
163 while (I != REnd && removed < 2) { in removeBranch()
194 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), REnd = MBB.rend(); in analyzeBranch() local
197 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
200 if (I == REnd || !isUnpredicatedTerminator(*I)) { in analyzeBranch()
222 while (I != REnd && I->isDebugInstr()) in analyzeBranch()
225 if (I != REnd) { in analyzeBranch()
249 if (++I != REnd && isUnpredicatedTerminator(*I)) in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp922 SlotIndex REnd = LIS.getInstructionIndex(*Range.second); in computeIntervals() local
962 REnd = REnd.getNextIndex(); in computeIntervals()
965 I.advanceTo(REnd); in computeIntervals()
969 PrevEnd = REnd; in computeIntervals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp787 auto REnd = MI.getParent()->rend(); in RepairingPlacement() local
789 for (; It != REnd && It->isTerminator(); ++It) { in RepairingPlacement()
794 if (It == REnd) { in RepairingPlacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h143 iterator RItr = RHS.begin(), REnd = RHS.end(); in isEqual() local
145 while (LItr != LEnd && RItr != REnd) { in isEqual()
159 return LItr == LEnd && RItr == REnd; in isEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1684 const SCEV *REnd = getEnd(); in computeSafeIterationSpace() local
1685 const SCEV *EndIsNonNegative = SCEVCheckNonNegative(REnd); in computeSafeIterationSpace()
1688 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), EndIsNonNegative); in computeSafeIterationSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3930 unsigned RBegin, REnd; in StoreByValRegs() local
3932 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs()
3936 REnd = ARM::R4; in StoreByValRegs()
3939 if (REnd != RBegin) in StoreByValRegs()
3950 for (unsigned Reg = RBegin, i = 0; Reg < REnd; ++Reg, ++i) { in StoreByValRegs()
4027 unsigned RBegin, REnd; in LowerFormalArguments() local
4028 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()