Home
last modified time | relevance | path

Searched refs:getLogicalNOT (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1491 LHS = DAG.getLogicalNOT(dl, LHS, LHS->getValueType(0)); in ExpandSETCC()
H A DDAGCombiner.cpp2925 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 DLegalizeDAG.cpp3659 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
H A DSelectionDAG.cpp1423 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 DHexagonISelLowering.cpp3144 { 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 DSelectionDAG.h909 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14456 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()