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

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 115 FindOverlap = (Kind != RAK_Phi);
145 if (Kind == RAK_Phi)
350 case RAK_Phi:
700 if (Kind == RAK_Phi) {
790 // called twice under O2, the second time with RAK_Phi, we check Kind ==
791 // RAK_Phi to determine the lowest-order bit to make sure the Salt is
794 (Func->getSequenceNumber() << 1) ^ (Kind == RAK_Phi ? 0u : 1u);
    [all...]
IceDefs.h 332 RAK_Phi, /// infinite-weight Variables with active spilling/filling
IceCfg.cpp 411 Target->regAlloc(RAK_Phi);
    [all...]

Completed in 1532 milliseconds