HomeSort by relevance Sort by last modified time
    Searched refs:POST_INC (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 664 /// POST_INC The effective address is the value of the base pointer. The
675 POST_INC,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
BasicTTIImpl.h 123 return ISD::POST_INC;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 130 (AM != ISD::POST_INC && AM != ISD::PRE_DEC)) {
174 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) {
AVRISelLowering.cpp 115 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
116 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
119 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal);
120 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal);
859 AM = ISD::POST_INC;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
MSP430ISelLowering.cpp 77 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
78 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
MSP430ISelLowering.cpp 86 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
87 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
MSP430ISelLowering.cpp 58 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal);
59 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp 730 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
766 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
786 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
859 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 751 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
787 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
807 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 367 case ISD::POST_INC: return "<post-inc>";
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 411 case ISD::POST_INC: return "<post-inc>";
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 74 setIndexedLoadAction(ISD::POST_INC, T, Legal);
75 setIndexedStoreAction(ISD::POST_INC, T, Legal);
    [all...]
HexagonISelLowering.cpp 566 AM = ISD::POST_INC;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 413 milliseconds

1 2