Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3306 { X, Y, DAG.getLogicalNOT(dl, C, CarryTy) }); in LowerUAddSubOCarry()
3308 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerUAddSubOCarry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1752 LHS = DAG.getLogicalNOT(dl, LHS, LHS->getValueType(0)); in ExpandSETCC()
H A DLegalizeDAG.cpp4137 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
H A DDAGCombiner.cpp3265 return DAG.getLogicalNOT(SDLoc(V), V, V.getValueType()); in extractBooleanFlip()
3292 return DAG.getLogicalNOT(SDLoc(V), V, V.getValueType()); in extractBooleanFlip()
3335 N, Sub, DAG.getLogicalNOT(DL, Sub.getValue(1), Sub->getValueType(1))); in visitADDO()
3638 N, Sub, DAG.getLogicalNOT(DL, Sub.getValue(1), Sub->getValueType(1))); in visitUADDO_CARRYLike()
H A DSelectionDAG.cpp1584 SDValue SelectionDAG::getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getLogicalNOT() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1032 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14698 SDValue NewN0 = DAG.getLogicalNOT(DL, N0, VT); in PerformORCombine_i1()
14699 SDValue NewN1 = DAG.getLogicalNOT(DL, N1, VT); in PerformORCombine_i1()
14701 return DAG.getLogicalNOT(DL, And, VT); in PerformORCombine_i1()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6971 return DAG.getLogicalNOT(DL, SetCC, VT); in LowerOperation()