Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6409 SDValue HBase = Base.getOperand(0); in PeepholePPC64() local
6420 if (!HBase.isMachineOpcode() || in PeepholePPC64()
6421 HBase.getMachineOpcode() != PPC::ADDIStocHA) in PeepholePPC64()
6424 if (!Base.hasOneUse() || !HBase.hasOneUse()) in PeepholePPC64()
6427 SDValue HImmOpnd = HBase.getOperand(1); in PeepholePPC64()
6496 (void)CurDAG->UpdateNodeOperands(HBase.getNode(), HBase.getOperand(0), in PeepholePPC64()