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

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 926 Type Ty = hasRetValue() ? getRetValue()->getType() : IceType_void;
928 if (hasRetValue()) {
    [all...]
IceInst.h 693 /// hasRetValue()==false.
703 bool hasRetValue() const { return getSrcSize(); }
705 assert(hasRetValue());
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 63 milliseconds