Searched defs:NewSetCC (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2157 if (SDValue NewSetCC = LowerToBTST(Op0, CC, DL, DAG)) { LowerSETCC() local 2360 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { LowerSELECT() local 2589 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { LowerBRCOND() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4690 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), SimplifySetCC() local
|
H A D | DAGCombiner.cpp | 12508 SDValue NewSetCC = rebuildSetCC(Combined); visitSETCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54533 SDValue NewSetCC = getSETCC(NewCC, SetCC.getOperand(1), DL, DAG); combineSubSetcc() local [all...] |