Searched refs:NewSetCC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 2157 if (SDValue NewSetCC = LowerToBTST(Op0, CC, DL, DAG)) { in LowerSETCC() local 2159 return DAG.getNode(ISD::TRUNCATE, DL, MVT::i1, NewSetCC); in LowerSETCC() 2160 return NewSetCC; in LowerSETCC() 2360 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() local 2361 CC = NewSetCC.getOperand(0); in LowerSELECT() 2362 Cond = NewSetCC.getOperand(1); in LowerSELECT() 2589 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerBRCOND() local 2590 CC = NewSetCC.getOperand(0); in LowerBRCOND() 2591 Cond = NewSetCC.getOperand(1); in LowerBRCOND()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4690 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local 4692 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
|
| H A D | DAGCombiner.cpp | 12508 SDValue NewSetCC = rebuildSetCC(Combined); in visitSETCC() local 12511 if (NewSetCC.getNode() == N) in visitSETCC() 12514 if (NewSetCC) in visitSETCC() 12515 return NewSetCC; in visitSETCC()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54533 SDValue NewSetCC = getSETCC(NewCC, SetCC.getOperand(1), DL, DAG); in combineSubSetcc() local 54534 NewSetCC = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, NewSetCC); in combineSubSetcc() 54535 return DAG.getNode(X86ISD::ADD, DL, DAG.getVTList(VT, VT), NewSetCC, in combineSubSetcc()
|