HomeSort by: relevance | last modified time | path
    Searched refs:getAllOnesConstant (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 2447 DAG.getAllOnesConstant(DL, VT));
2553 return DAG.getAllOnesConstant(DL, VT);
2658 DAG.getAllOnesConstant(DL, VT));
3408 DAG.getNode(ISD::XOR, DL, VT, B, DAG.getAllOnesConstant(DL, VT));
3452 DAG.getAllOnesConstant(DL, VT));
3961 SDValue AllOnes = DAG.getAllOnesConstant(DL, LegalSVT);
4229 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT);
4391 SDValue NegOne = DAG.getAllOnesConstant(DL, VT);
4399 SDValue NegOne = DAG.getAllOnesConstant(DL, VT);
6284 return DAG.getAllOnesConstant(DL, VT)
    [all...]
TargetLowering.cpp 2259 SDValue Neg1 = TLO.DAG.getAllOnesConstant(dl, VT);
3445 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT);
3466 SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT);
4063 DAG.getAllOnesConstant(dl, N1.getValueType()),
8006 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT);
SelectionDAG.cpp 1342 return getAllOnesConstant(DL, VT);
5931 return getAllOnesConstant(DL, VT);
10511 return getAllOnesConstant(DL, VT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 622 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 898 CurDAG->getAllOnesConstant(DL, MVT::getVectorVT(MVT::i32, NumElts));
X86ISelLowering.cpp 9213 DAG.getAllOnesConstant(dl, MVT::i32),
9220 DAG.getAllOnesConstant(dl, ImmVT),
11933 AllOnes = DAG.getAllOnesConstant(DL, EltVT);
11971 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT);
23519 Carry, DAG.getAllOnesConstant(DL, CarryVT));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5176 DAG.getAllOnesConstant(dl, VT));

Completed in 123 milliseconds