Searched defs:Setcc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelDAGToDAG.cpp | 4796 tryVPTESTM(SDNode * Root,SDValue Setcc,SDValue InMask) tryVPTESTM() argument |
H A D | X86ISelLowering.cpp | 43493 SDValue Setcc = DAG.getSetCC(DL, SetccVT, Movmsk, CmpC, CondCode); combinePredicateReduction() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 14385 SDValue Setcc = Cond.getOperand(0); tryDemorganOfBooleanCondition() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 6825 SDValue Setcc = DAG.getSetCC(DL, CCVT, NewAnd, Zero, ISD::SETEQ); combineShiftAnd1ToBitTest() local |