Searched refs:Setcc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp518 bool tryVPTESTM(SDNode *Root, SDValue Setcc, SDValue Mask);
4174 bool X86DAGToDAGISel::tryVPTESTM(SDNode *Root, SDValue Setcc, argument
4177 assert(Setcc.getSimpleValueType().getVectorElementType() == MVT::i1 &&
4181 ISD::CondCode CC = cast<CondCodeSDNode>(Setcc.getOperand(2))->get();
4185 SDValue SetccOp0 = Setcc.getOperand(0);
4186 SDValue SetccOp1 = Setcc.getOperand(1);
4296 MVT ResVT = Setcc.getSimpleValueType();
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5148 SDValue Setcc = DAG.getSetCC(DL, CCVT, NewAnd, Zero, ISD::SETEQ); local
5149 return DAG.getZExtOrTrunc(Setcc, DL, VT);

Completed in 190 milliseconds