Searched refs:NewSetCC (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1956 if (SDValue NewSetCC = LowerToBTST(Op0, CC, DL, DAG)) { in LowerSETCC() local 1958 return DAG.getNode(ISD::TRUNCATE, DL, MVT::i1, NewSetCC); in LowerSETCC() 1959 return NewSetCC; in LowerSETCC() 2203 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() local 2204 CC = NewSetCC.getOperand(0); in LowerSELECT() 2205 Cond = NewSetCC.getOperand(1); in LowerSELECT() 2467 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerBRCOND() local 2468 CC = NewSetCC.getOperand(0); in LowerBRCOND() 2469 Cond = NewSetCC.getOperand(1); in LowerBRCOND()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4490 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local 4492 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
|
H A D | DAGCombiner.cpp | 11676 SDValue NewSetCC = rebuildSetCC(Combined); in visitSETCC() local 11679 if (NewSetCC.getNode() == N) in visitSETCC() 11682 if (NewSetCC) in visitSETCC() 11683 return NewSetCC; in visitSETCC()
|