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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBase.h 152 unsigned checkPhysRegInterference(LiveInterval& VirtReg, unsigned PhysReg);
RegAllocBasic.cpp 367 unsigned RegAllocBase::checkPhysRegInterference(LiveInterval &VirtReg,
496 unsigned interfReg = checkPhysRegInterference(VirtReg, PhysReg);
517 assert(checkPhysRegInterference(VirtReg, *PhysRegI) == 0 &&
RegAllocGreedy.cpp 450 if (!checkPhysRegInterference(VirtReg, PhysReg))
    [all...]

Completed in 259 milliseconds