Searched refs:getLogicalNOT (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 720 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 814 SDValue getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2742 { X, Y, DAG.getLogicalNOT(dl, C, CarryTy) }); in LowerAddSubCarry() 2744 DAG.getLogicalNOT(dl, SubC.getValue(1), CarryTy) }; in LowerAddSubCarry()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3561 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
|
D | SelectionDAG.cpp | 1082 SDValue SelectionDAG::getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getLogicalNOT() function in SelectionDAG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3745 Tmp1 = DAG.getLogicalNOT(dl, Tmp1, Tmp1->getValueType(0)); in ExpandNode()
|
D | SelectionDAG.cpp | 1162 SDValue SelectionDAG::getLogicalNOT(const SDLoc &DL, SDValue Val, EVT VT) { in getLogicalNOT() function in SelectionDAG
|