Searched refs:getLogicalNOT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 3306 { 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 D | LegalizeVectorOps.cpp | 1752 LHS = DAG.getLogicalNOT(dl, LHS, LHS->getValueType(0)); in ExpandSETCC()
|
H A D | LegalizeDAG.cpp | 4137 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
|
H A D | DAGCombiner.cpp | 3265 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 D | SelectionDAG.cpp | 1584 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 D | SelectionDAG.h | 1032 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14698 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 D | RISCVISelLowering.cpp | 6971 return DAG.getLogicalNOT(DL, SetCC, VT); in LowerOperation()
|