HomeSort by relevance Sort by last modified time
    Searched refs:argInGPR (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h 739 // 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
    [all...]
IceTargetLoweringARM32.h     [all...]
IceTargetLoweringARM32.cpp 431 if (CC.argInGPR(Ty, &DummyReg)) {
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 129 milliseconds