Home
last modified time | relevance | path

Searched defs:isPhys (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterCoalescer.h84 bool isPhys() const { return !NewRC; } in isPhys() function
DMachineInstr.cpp1234 bool isPhys = TargetRegisterInfo::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local