Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-operators.test62 ??HBase@@QEAAHH@Z
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7406 SDValue HBase = Base.getOperand(0); in PeepholePPC64() local
7417 if (!HBase.isMachineOpcode() || in PeepholePPC64()
7418 HBase.getMachineOpcode() != PPC::ADDIStocHA8) in PeepholePPC64()
7421 if (!Base.hasOneUse() || !HBase.hasOneUse()) in PeepholePPC64()
7424 SDValue HImmOpnd = HBase.getOperand(1); in PeepholePPC64()
7492 (void)CurDAG->UpdateNodeOperands(HBase.getNode(), HBase.getOperand(0), in PeepholePPC64()