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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 652 /// PRE_INC Similar to the unindexed mode where the effective address is
672 PRE_INC,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 491 DEF_RTL_EXPR(PRE_INC, "pre_inc", "e", RTX_AUTOINC)
    [all...]
genrtl.h 983 gen_rtx_fmt_e (PRE_INC, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 491 DEF_RTL_EXPR(PRE_INC, "pre_inc", "e", RTX_AUTOINC)
    [all...]
genrtl.h 983 gen_rtx_fmt_e (PRE_INC, (MODE), (ARG0))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 491 DEF_RTL_EXPR(PRE_INC, "pre_inc", "e", RTX_AUTOINC)
    [all...]
genrtl.h 983 gen_rtx_fmt_e (PRE_INC, (MODE), (ARG0))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 318 case ISD::PRE_INC: return "<pre-inc>";
TargetLowering.cpp 536 for (unsigned IM = (unsigned)ISD::PRE_INC;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 90 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal);
91 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal);
92 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal);
93 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal);
94 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal);
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal);
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal);
97 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal);
98 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal);
99 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal)
    [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 731 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
767 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)
860 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC)
    [all...]
ARMISelLowering.cpp 583 for (unsigned im = (unsigned)ISD::PRE_INC;
    [all...]

Completed in 87 milliseconds