Home
last modified time | relevance | path

Searched defs:Setcc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4858 tryVPTESTM(SDNode * Root,SDValue Setcc,SDValue InMask) tryVPTESTM() argument
H A DX86ISelLowering.cpp44430 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode); combinePredicateReduction() local
53782 SDValue Setcc = DAG.getNode(X86ISD::SETCC_CARRY, DL, VT, N0->getOperand(0), combineSext() local
53998 SDValue Setcc = DAG.getNode(X86ISD::SETCC_CARRY, dl, VT, N0->getOperand(0), combineZext() local
54060 SDValue Setcc = DAG.getSetCC(DL, OpVT, LHS, RHS, CC); truncateAVX512SetCCNoBWI() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8995 SDValue Setcc = lowerCttzElts() local
13815 SDValue Setcc = DAG.getSetCC(SDLoc(N00), N0.getOperand(0).getValueType(), performXORCombine() local
15657 SDValue Setcc = Cond.getOperand(0); tryDemorganOfBooleanCondition() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6843 SDValue Setcc = DAG.getSetCC(DL, CCVT, NewAnd, Zero, ISD::SETEQ); combineShiftAnd1ToBitTest() local
[all...]