Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36947 EVT SetccVT = in combineHorizontalPredicateResult() local
36949 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode); in combineHorizontalPredicateResult()
40241 EVT SetccVT = SubVec.getOperand(0).getValueType(); in combineScalarAndWithMaskSetcc() local
40242 if (!TLI.isTypeLegal(SetccVT) || in combineScalarAndWithMaskSetcc()
40243 !(Subtarget.hasVLX() || SetccVT.is512BitVector())) in combineScalarAndWithMaskSetcc()
40246 if (!(Subtarget.hasBWI() || SetccVT.getScalarSizeInBits() >= 32)) in combineScalarAndWithMaskSetcc()