Searched refs:AvailableVRs (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 3288 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 3325 if (AvailableVRs > 0) { in CalculateStackSlotUsed() 3326 --AvailableVRs; in CalculateStackSlotUsed() 3659 unsigned AvailableVRs = Num_VR_Regs; in LowerFormalArguments_64SVR4() local 3666 NumBytes, AvailableFPRs, AvailableVRs, in LowerFormalArguments_64SVR4() 4486 unsigned AvailableVRs = NumVRs; in needStackSlotPassParameters() local 4493 NumBytes, AvailableFPRs, AvailableVRs, in needStackSlotPassParameters() 5583 unsigned AvailableVRs = NumVRs; in LowerCall_64SVR4() local 5589 NumBytesTmp, AvailableFPRs, AvailableVRs, in LowerCall_64SVR4()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2804 unsigned &AvailableVRs, bool HasQPX) { in CalculateStackSlotUsed() argument 2841 if (AvailableVRs > 0) { in CalculateStackSlotUsed() 2842 --AvailableVRs; in CalculateStackSlotUsed() 3176 unsigned AvailableVRs = Num_VR_Regs; in LowerFormalArguments_64SVR4() local 3183 NumBytes, AvailableFPRs, AvailableVRs, in LowerFormalArguments_64SVR4() 3989 unsigned AvailableVRs = NumVRs; in needStackSlotPassParameters() local 3996 NumBytes, AvailableFPRs, AvailableVRs, in needStackSlotPassParameters()
|