Home
last modified time | relevance | path

Searched refs:RegBegin (Results 1 – 3 of 3) sorted by relevance

/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/ARM/
H A DARMAsmPrinter.cpp329 Register RegBegin = MO.getReg(); in PrintAsmOperand() local
334 if (ARM::GPRPairRegClass.contains(RegBegin)) { in PrintAsmOperand()
336 Register Reg0 = TRI->getSubReg(RegBegin, ARM::gsub_0); in PrintAsmOperand()
338 RegBegin = TRI->getSubReg(RegBegin, ARM::gsub_1); in PrintAsmOperand()
340 O << ARMInstPrinter::getRegisterName(RegBegin); in PrintAsmOperand()
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()