Home
last modified time | relevance | path

Searched defs:CRBit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp370 Register CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local
373 Register CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local
H A DPPCPreEmitPeephole.cpp533 Register CRBit = Br->getOperand(0).getReg(); in runOnMachineFunction() local
H A DPPCISelDAGToDAG.cpp3063 SDValue CRBit = in tryLogicOpOfCompares() local
5395 SDValue CRBit = SDValue( in Select() local
5449 SDValue CRBit = SDValue( in Select() local
H A DPPCInstrInfo.cpp1651 static unsigned getCRBitValue(unsigned CRBit) { in getCRBitValue()