Searched refs:getLogicalNOT (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1491 LHS = DAG.getLogicalNOT(dl, LHS, LHS->getValueType(0)); in ExpandSETCC()
|
| H A D | DAGCombiner.cpp | 2925 return DAG.getLogicalNOT(SDLoc(V), V, V.getValueType()); in extractBooleanFlip() 2952 return DAG.getLogicalNOT(SDLoc(V), V, V.getValueType()); in extractBooleanFlip() 2990 N, Sub, DAG.getLogicalNOT(DL, Sub.getValue(1), Sub->getValueType(1))); in visitADDO() 3297 N, Sub, DAG.getLogicalNOT(DL, Sub.getValue(1), Sub->getValueType(1))); in visitADDCARRYLike()
|
| H A D | LegalizeDAG.cpp | 3659 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
|
| H A D | SelectionDAG.cpp | 1423 SDValue SelectionDAG::getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getLogicalNOT() function in SelectionDAG
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3144 { X, Y, DAG.getLogicalNOT(dl, C, CarryTy) }); in LowerAddSubCarry() 3146 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerAddSubCarry()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 909 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14456 SDValue NewN0 = DAG.getLogicalNOT(DL, N0, VT); in PerformORCombine_i1() 14457 SDValue NewN1 = DAG.getLogicalNOT(DL, N1, VT); in PerformORCombine_i1() 14459 return DAG.getLogicalNOT(DL, And, VT); in PerformORCombine_i1()
|