Home
last modified time | relevance | path

Searched refs:CondVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp310 EVT CondVT = Cond.getValueType(); in ScalarizeVecRes_VSELECT() local
318 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT, in ScalarizeVecRes_VSELECT()
319 Cond, DAG.getConstant(1, SDLoc(N), CondVT)); in ScalarizeVecRes_VSELECT()
325 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT, in ScalarizeVecRes_VSELECT()
2941 EVT CondVT = Cond1.getValueType(); in WidenVecRes_SELECT() local
2942 if (CondVT.isVector()) { in WidenVecRes_SELECT()
2943 EVT CondEltVT = CondVT.getVectorElementType(); in WidenVecRes_SELECT()
2946 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) in WidenVecRes_SELECT()
2954 if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) { in WidenVecRes_SELECT()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1916 EVT CondVT = Cond1.getValueType(); in WidenVecRes_SELECT() local
1917 if (CondVT.isVector()) { in WidenVecRes_SELECT()
1918 EVT CondEltVT = CondVT.getVectorElementType(); in WidenVecRes_SELECT()
1921 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector) in WidenVecRes_SELECT()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp26591 EVT CondVT = Cond.getValueType(); in combineSelect() local
26592 if (Subtarget.hasAVX512() && VT.isVector() && CondVT.isVector() && in combineSelect()
26593 CondVT.getVectorElementType() == MVT::i1) { in combineSelect()
26800 if (N->getOpcode() == ISD::VSELECT && CondVT == VT) { in combineSelect()
26814 CondVT) { in combineSelect()
26823 Cond = DAG.getSetCC(DL, CondVT, Cond.getOperand(0), Cond.getOperand(1), NewCC); in combineSelect()
26837 DAG.getNode(ISD::OR, DL, CondVT, Cond, DAG.getBitcast(CondVT, RHS)); in combineSelect()
26839 Ret = DAG.getNode(ISD::AND, DL, CondVT, Cond, in combineSelect()
26840 DAG.getBitcast(CondVT, LHS)); in combineSelect()