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

  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.h 45 bool isPhysRegLiveAcrossClauses(unsigned Reg) const;
R600RegisterInfo.cpp 80 bool R600RegisterInfo::isPhysRegLiveAcrossClauses(unsigned Reg) const {
R600EmitClauseMarkers.cpp 192 TRI.isPhysRegLiveAcrossClauses(MOI->getReg()))
R600InstrInfo.cpp 82 I->isUse() && RI.isPhysRegLiveAcrossClauses(I->getReg()))
    [all...]

Completed in 192 milliseconds