/external/llvm/lib/Target/ARM/ |
ARMInstrFormats.td | 578 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops, 585 let Inst{24} = isPre; // P bit 587 let Inst{21} = isPre; // W bit 591 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops, 594 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr, 609 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops, 612 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr, 628 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops, 631 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr, 667 class AI3ldstidx<bits<4> op, bit op20, bit isPre, dag oops, dag iops [all...] |
ARMISelDAGToDAG.cpp | [all...] |
ARMBaseInstrInfo.cpp | 132 bool isPre = false; 136 isPre = true; 209 if (isPre) { [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 311 bool isInc, bool isPre); [all...] |
CGExprComplex.cpp | 158 bool isInc, bool isPre) { 160 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); [all...] |
CGExpr.cpp | 665 bool isInc, bool isPre) { 693 return isPre ? IncVal : InVal; [all...] |
CodeGenFunction.h | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |