HomeSort by relevance Sort by last modified time
    Searched refs:PRE_DEC (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp 94 } else if (N->getAddressingMode() == ISD::PRE_DEC) {
127 if (LSBase->getAddressingMode() == ISD::PRE_DEC ||
SelectionDAGDumper.cpp 410 case ISD::PRE_DEC: return "<pre-dec>";
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 654 /// PRE_DEC the value of the base pointer add / subtract the offset.
674 PRE_DEC,
    [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 121 return ISD::PRE_DEC;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 130 (AM != ISD::POST_INC && AM != ISD::PRE_DEC)) {
136 bool isPre = (AM == ISD::PRE_DEC);
AVRISelLowering.cpp 117 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal);
118 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal);
121 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal);
122 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal);
809 AM = ISD::PRE_DEC;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 366 case ISD::PRE_DEC: return "<pre-dec>";
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]

Completed in 368 milliseconds