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

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

Completed in 99 milliseconds