Searched refs:getNOT (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1956 N0 = DAG.getNOT(dl, Temp, MVT::i1);
1965 Temp = DAG.getNOT(dl, N0, MVT::i1);
1972 Temp = DAG.getNOT(dl, N1, MVT::i1);
1979 Temp = DAG.getNOT(dl, N0, MVT::i1);
1986 Temp = DAG.getNOT(dl, N1, MVT::i1);
H A DLegalizeDAG.cpp2794 Op = DAG.getNOT(dl, Op, VT);
2807 DAG.getNOT(dl, Op, VT),
4073 Tmp4 = DAG.getNOT(dl, Tmp4, Tmp4->getValueType(0));
H A DDAGCombiner.cpp3796 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT);
4555 SDValue NOTNode = DAG.getNOT(SDLoc(N0), N0, VT);
4561 SDValue NOTNode = DAG.getNOT(SDLoc(N0), N0, VT);
11348 SDValue NotN0 = DAG.getNOT(SDLoc(N0), N0, XType);
H A DSelectionDAG.cpp1066 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
1068 SDValue SelectionDAG::getNOT(SDLoc DL, SDValue Val, EVT VT) { function in class:SelectionDAG
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1488 DAG.getNOT(DL, Bit, ResTy));
2030 return DAG.getNOT(DL, Res, Res->getValueType(0));
2036 return DAG.getNOT(DL, Res, Res->getValueType(0));
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h588 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
589 SDValue getNOT(SDLoc DL, SDValue Val, EVT VT);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1729 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12345 Result = DAG.getNOT(dl, Result, MVT::v4i32);
12368 Result = DAG.getNOT(dl, Result, MVT::v4i32);
12387 Result = DAG.getNOT(dl, Result, VT);
12589 Res = DAG.getNOT(DL, Res, Res.getValueType());
12697 return DAG.getNOT(DL, Res, Res.getValueType());
21683 return DAG.getNOT(DL, LHS.getOperand(0), VT);
21689 return DAG.getNOT(DL, RHS.getOperand(0), VT);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5958 return Cmp = DAG.getNOT(dl, Cmp, Cmp.getValueType());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4407 Result = DAG.getNOT(dl, Result, VT);

Completed in 388 milliseconds