Searched refs:argInGPR (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h739 // argInGPR is used to find if any GPR register is available for argument of
741 bool argInGPR(Type Ty, RegNumT *Reg);
742 /// argInVFP is to floating-point/vector types what argInGPR is for integer
H A DIceTargetLoweringARM32.h1267 /// argInGPR returns true if there is a GPR available for the requested
1271 bool argInGPR(Type Ty, RegNumT *Reg);
1273 /// argInVFP is to floating-point/vector types what argInGPR is for integer
H A DIceTargetLoweringARM32.cpp431 if (CC.argInGPR(Ty, &DummyReg)) {
1268 bool TargetARM32::CallingConv::argInGPR(Type Ty, RegNumT *Reg) { function in class:TargetARM32::CallingConv
1362 if (!CC.argInGPR(Ty, &RegNum)) {
1653 if (CC.argInGPR(Ty, &DummyReg)) {
3721 InReg = CC.argInGPR(Ty, &Reg);
H A DIceTargetLoweringMIPS32.cpp1187 return argInGPR(Ty, Reg);
1197 return argInGPR(Ty, Reg);
1203 bool TargetMIPS32::CallingConv::argInGPR(Type Ty, RegNumT *Reg) { function in class:Ice::MIPS32::__anon23514::TargetMIPS32::CallingConv
1208 llvm::report_fatal_error("argInGPR: Invalid type.");

Completed in 169 milliseconds