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

  /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/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...]

Completed in 128 milliseconds