Searched refs:getValNo (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 141 unsigned getValNo() const { return ValNo; } in getValNo() function 565 return A.getValNo() < B.getValNo(); in AnalyzeArgumentsSecondPass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 149 assert(VA.getValNo() == NextVA.getValNo() && in assignCustomValue() 387 assert(VA.getValNo() == NextVA.getValNo() && in assignCustomValue()
|
| H A D | ARMFastISel.cpp | 1913 MVT ArgVT = ArgVTs[VA.getValNo()]; in ProcessCallArgs() 1963 const Value *ArgVal = Args[VA.getValNo()]; in ProcessCallArgs() 1964 unsigned Arg = ArgRegs[VA.getValNo()]; in ProcessCallArgs() 1965 MVT ArgVT = ArgVTs[VA.getValNo()]; in ProcessCallArgs() 2145 unsigned SrcReg = Reg + VA.getValNo(); in SelectRet()
|
| H A D | ARMISelLowering.cpp | 3636 unsigned Index = VA.getValNo(); in LowerFormalArguments() 3663 if (Ins[VA.getValNo()].isOrigArg()) { in LowerFormalArguments() 3665 Ins[VA.getValNo()].getOrigArgIndex() - CurArgIdx); in LowerFormalArguments() 3666 CurArgIdx = Ins[VA.getValNo()].getOrigArgIndex(); in LowerFormalArguments() 3749 int index = VA.getValNo(); in LowerFormalArguments()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 133 assert(VA.getValNo() == i && "Location doesn't correspond to current arg"); in handleAssignments()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 323 CCValAssign::getMem(VA.getValNo(), VA.getValVT(), in setLocInfo() 326 ArgLocs[i] = CCValAssign::getReg(VA.getValNo(), VA.getValVT(), in setLocInfo()
|
| H A D | MipsFastISel.cpp | 1158 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 1159 MVT ArgVT = OutVTs[VA.getValNo()]; in processCallArgs() 1725 unsigned SrcReg = Reg + VA.getValNo(); in selectRet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1395 MVT ArgVT = ArgVTs[VA.getValNo()]; in processCallArgs() 1433 unsigned Arg = ArgRegs[VA.getValNo()]; in processCallArgs() 1434 MVT ArgVT = ArgVTs[VA.getValNo()]; in processCallArgs() 1753 unsigned SrcReg = Reg + VA.getValNo(); in SelectRet()
|
| H A D | PPCISelLowering.cpp | 5461 assert((VA.getValNo() == ByValVA.getValNo()) && "ValNo mismatch!"); in LowerCall_32SVR4()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1232 unsigned SrcReg = Reg + VA.getValNo(); in X86SelectRet() 3332 const Value *ArgVal = OutVals[VA.getValNo()]; in fastLowerCall() 3333 MVT ArgVT = OutVTs[VA.getValNo()]; in fastLowerCall() 3338 unsigned ArgReg = ArgRegs[VA.getValNo()]; in fastLowerCall() 3429 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()]; in fastLowerCall()
|
| H A D | X86ISelLowering.cpp | 3143 return A.getValNo() < B.getValNo(); in isSortedByValueNo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 772 State.addLoc(CCValAssign::getReg(VA1.getValNo(), VA1.getValVT(), Reg, in CC_RISCVAssign2XLen() 778 CCValAssign::getMem(VA1.getValNo(), VA1.getValVT(), in CC_RISCVAssign2XLen()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1056 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs() 1073 NewVA = CCValAssign::getReg(VA.getValNo(), VA.getValVT(), in fixupVariableFloatArgs() 1079 NewVA = CCValAssign::getCustomReg(VA.getValNo(), VA.getValVT(), in fixupVariableFloatArgs() 1084 NewVA = CCValAssign::getMem(VA.getValNo(), VA.getValVT(), in fixupVariableFloatArgs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 701 assert(ArgLocs[ValNo].getValNo() == ValNo && in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3047 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 3048 MVT ArgVT = OutVTs[VA.getValNo()]; in processCallArgs() 3840 unsigned SrcReg = Reg + VA.getValNo(); in selectRet()
|