Home
last modified time | relevance | path

Searched refs:RegEnd (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp36 LiveRange::const_iterator RegEnd = Range.end(); in unify()
41 if (++RegPos == RegEnd) in unify()
49 --RegEnd; in unify()
50 SegPos.insert(RegEnd->start, RegEnd->end, &VirtReg); in unify()
51 for (; RegPos != RegEnd; ++RegPos, ++SegPos) in unify()
64 LiveRange::const_iterator RegEnd = Range.end(); in extract()
75 if (RegPos == RegEnd) in extract()
37 LiveRange::const_iterator RegEnd = Range.end(); unify() local
65 LiveRange::const_iterator RegEnd = Range.end(); extract() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h456 void addInRegsParamInfo(unsigned RegBegin, unsigned RegEnd) { in addInRegsParamInfo() argument
457 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2565 MCRegister RegEnd; in parseReglist() local
2588 RegEnd = matchRegisterNameHelper(EndName); in parseReglist()
2589 if (!RegEnd) in parseReglist()
2591 if (IsEABI && RegEnd != RISCV::X9) in parseReglist()
2600 if (RegEnd != RISCV::X9) in parseReglist()
2624 RegEnd = MatchRegisterName(EndName); in parseReglist()
2628 if (RegEnd == RISCV::X26) in parseReglist()
2635 if (RegEnd == RISCV::NoRegister) in parseReglist()
2636 RegEnd = RegStart; in parseReglist()
2638 auto Encode = RISCVZC::encodeRlist(RegEnd, IsEABI); in parseReglist()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp1171 unsigned RegEnd; in getIndirectIndexBegin() local
1172 for (RegIndex = 0, RegEnd = IndirectRC->getNumRegs(); RegIndex != RegEnd; in getIndirectIndexBegin()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2603 unsigned RegBegin, RegEnd; in LowerCall() local
2604 CCInfo.getInRegsParamInfo(CurByValIdx, RegBegin, RegEnd); in LowerCall()
2609 for (i = 0, j = RegBegin; j < RegEnd; i++, j++) { in LowerCall()
2621 offset = RegEnd - RegBegin; in LowerCall()