Home
last modified time | relevance | path

Searched refs:NumGPRs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3982 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
3985 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5042 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5069 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
5195 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
5227 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5239 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5271 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5306 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5336 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4479 const unsigned NumGPRs = array_lengthof(GPR); in needStackSlotPassParameters() local
4482 const unsigned ParamAreaSize = NumGPRs * PtrByteSize; in needStackSlotPassParameters()
5570 const unsigned NumGPRs = array_lengthof(GPR); in LowerCall_64SVR4() local
5581 unsigned ParamAreaSize = NumGPRs * PtrByteSize; in LowerCall_64SVR4()
5616 if (NumGPRsUsed > NumGPRs) in LowerCall_64SVR4()
5624 if (++NumGPRsUsed <= NumGPRs) in LowerCall_64SVR4()
5757 GPR_idx = std::min(GPR_idx, NumGPRs); in LowerCall_64SVR4()
5789 if (GPR_idx != NumGPRs) { in LowerCall_64SVR4()
5800 if (GPR_idx == NumGPRs && Size < 8) { in LowerCall_64SVR4()
5832 if (Size < 8 && GPR_idx != NumGPRs) { in LowerCall_64SVR4()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3137 const unsigned NumGPRs = array_lengthof(GPR_32); in LowerCall_Darwin() local
3173 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
3212 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
3231 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
3251 if (GPR_idx != NumGPRs) { in LowerCall_Darwin()
3257 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){ in LowerCall_Darwin()
3270 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
3272 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && in LowerCall_Darwin()
3298 if (GPR_idx != NumGPRs) in LowerCall_Darwin()
3317 if (GPR_idx == NumGPRs) in LowerCall_Darwin()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp2401 unsigned NumGPRs; in computeRegArea() local
2403 NumGPRs = ARM::R4 - CCInfo.getFirstByValReg(); in computeRegArea()
2409 NumGPRs = (firstUnalloced <= 3) ? (4 - firstUnalloced) : 0; in computeRegArea()
2413 VARegSize = NumGPRs * 4; in computeRegArea()