Searched refs:VCMPo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h128 /// RESVEC, OUTFLAG = VCMPo(LHS, RHS, OPC) - Represents one of the
132 VCMPo, enumerator in enum:llvm::PPCISD::NodeType
H A DPPCISelLowering.cpp523 case PPCISD::VCMPo: return "PPCISD::VCMPo";
4523 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops, 3);
5499 // If a VCMPo node already exists with exactly the same operands as this
5500 // node, use its result instead of this node (VCMPo computes both a CR6 and
5507 // Scan all of the users of the LHS, looking for VCMPo's that match.
5513 if (UI->getOpcode() == PPCISD::VCMPo &&
5521 // If there is no VCMPo node, or if the flag value has a single use, don't
5586 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops, 3);

Completed in 219 milliseconds