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

/freebsd-10.0-release/contrib/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.cpp639 case PPCISD::VCMPo: return "PPCISD::VCMPo";
5611 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops, 3);
7043 // If a VCMPo node already exists with exactly the same operands as this
7044 // node, use its result instead of this node (VCMPo computes both a CR6 and
7051 // Scan all of the users of the LHS, looking for VCMPo's that match.
7057 if (UI->getOpcode() == PPCISD::VCMPo &&
7065 // If there is no VCMPo node, or if the flag value has a single use, don't
7128 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops, 3);

Completed in 128 milliseconds