Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp596 getCRFromCRBit(SrcReg)) in lowerCRBitSpilling()
600 .addReg(getCRFromCRBit(SrcReg)); in lowerCRBitSpilling()
648 .addReg(getCRFromCRBit(DestReg)); in lowerCRBitRestore()
660 getCRFromCRBit(DestReg)) in lowerCRBitRestore()
665 .addReg(getCRFromCRBit(DestReg), RegState::Implicit); in lowerCRBitRestore()
DPPCRegisterInfo.h26 inline static unsigned getCRFromCRBit(unsigned SrcReg) { in getCRFromCRBit() function
DPPCInstrInfo.cpp888 unsigned CRReg = getCRFromCRBit(SrcReg); in copyPhysReg()