Home
last modified time | relevance | path

Searched refs:getCRFromCRBit (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp569 getCRFromCRBit(SrcReg)) in lowerCRBitSpilling()
573 .addReg(getCRFromCRBit(SrcReg)); in lowerCRBitSpilling()
621 .addReg(getCRFromCRBit(DestReg)); in lowerCRBitRestore()
633 getCRFromCRBit(DestReg)) in lowerCRBitRestore()
638 .addReg(getCRFromCRBit(DestReg), RegState::Implicit); in lowerCRBitRestore()
DPPCRegisterInfo.h26 inline static unsigned getCRFromCRBit(unsigned SrcReg) { in getCRFromCRBit() function
DPPCInstrInfo.cpp862 unsigned CRReg = getCRFromCRBit(SrcReg); in copyPhysReg()