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

  /external/llvm/lib/Target/R600/
R600RegisterInfo.h 44 bool isPhysRegLiveAcrossClauses(unsigned Reg) const;
R600RegisterInfo.cpp 78 bool R600RegisterInfo::isPhysRegLiveAcrossClauses(unsigned Reg) const {
R600EmitClauseMarkers.cpp 189 TRI.isPhysRegLiveAcrossClauses(MOI->getReg()))
R600InstrInfo.cpp 89 I->isUse() && RI.isPhysRegLiveAcrossClauses(I->getReg()))
    [all...]

Completed in 506 milliseconds