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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 8827 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N))
8920 assert((ISD::isSEXTLoad(LD) || ISD::isZEXTLoad(LD)) &&
8925 unsigned Opcode = ISD::isSEXTLoad(LD) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
17794 bool isSEXTLoad, SDValue &Base,
17800 if (VT == MVT::i16 || ((VT == MVT::i8 || VT == MVT::i1) && isSEXTLoad)) {
17853 bool isSEXTLoad, SDValue &Base,
17878 bool isSEXTLoad, bool IsMasked, bool isLE,
17944 bool isSEXTLoad = false;
17950 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD;
17959 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 2685 inline bool isSEXTLoad(const SDNode *N) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 5884 (ISD::isSEXTLoad(N0.getNode()) && N0.hasOneUse()))) {
10644 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node)

Completed in 71 milliseconds