Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28615 EVT SetccVT = in LowerMULO() local
28642 SetccVT = OvfVT; in LowerMULO()
28656 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE); in LowerMULO()
28663 SetccVT = OvfVT; in LowerMULO()
28674 DAG.getSetCC(dl, SetccVT, High, in LowerMULO()
28692 Ovf = DAG.getSetCC(dl, SetccVT, LowSign, High, ISD::SETNE); in LowerMULO()
43493 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode); in combinePredicateReduction()
48455 EVT SetccVT = V.getOperand(0).getValueType(); in combineScalarAndWithMaskSetcc() local
48456 if (!TLI.isTypeLegal(SetccVT) || in combineScalarAndWithMaskSetcc()
48457 !(Subtarget.hasVLX() || SetccVT.is512BitVector())) in combineScalarAndWithMaskSetcc()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2914 MVT SetccVT = MVT::getVectorVT(MVT::i1, ContainerVT.getVectorElementCount()); in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local
2916 DAG.getNode(RISCVISD::SETCC_VL, DL, SetccVT, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()