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

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 808 const bool SimpleCoalescing = !callsReturnsTwice();
    [all...]
IceTargetLowering.h 276 bool callsReturnsTwice() const { return CallsReturnsTwice; }
277 void setCallsReturnsTwice(bool RetTwice) { CallsReturnsTwice = RetTwice; }
604 bool CallsReturnsTwice = false;
IceTargetLoweringMIPS32.cpp 123 const bool SimpleCoalescing = !callsReturnsTwice();
    [all...]

Completed in 65 milliseconds