Home
last modified time | relevance | path

Searched refs:isPre (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1450 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in SelectARMIndexedLoad() local
1453 if (LoadedVT == MVT::i32 && isPre && in SelectARMIndexedLoad()
1457 } else if (LoadedVT == MVT::i32 && !isPre && in SelectARMIndexedLoad()
1463 Opcode = isPre ? ARM::LDR_PRE_REG : ARM::LDR_POST_REG; in SelectARMIndexedLoad()
1470 ? (isPre ? ARM::LDRSH_PRE : ARM::LDRSH_POST) in SelectARMIndexedLoad()
1471 : (isPre ? ARM::LDRH_PRE : ARM::LDRH_POST); in SelectARMIndexedLoad()
1476 Opcode = isPre ? ARM::LDRSB_PRE : ARM::LDRSB_POST; in SelectARMIndexedLoad()
1479 if (isPre && in SelectARMIndexedLoad()
1483 } else if (!isPre && in SelectARMIndexedLoad()
1489 Opcode = isPre ? ARM::LDRB_PRE_REG : ARM::LDRB_POST_REG; in SelectARMIndexedLoad()
[all …]
DARMInstrFormats.td644 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
651 let Inst{24} = isPre; // P bit
653 let Inst{21} = isPre; // W bit
657 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
660 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
675 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
678 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
694 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
697 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
733 class AI3ldstidx<bits<4> op, bit op20, bit isPre, dag oops, dag iops,
[all …]
DARMBaseInstrInfo.cpp138 bool isPre = false; in convertToThreeAddress() local
142 isPre = true; in convertToThreeAddress()
215 if (isPre) { in convertToThreeAddress()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp358 bool isInc, bool isPre);
1639 bool isInc, bool isPre) { in EmitScalarPrePostIncDec() argument
1652 if (isPre) { in EmitScalarPrePostIncDec()
1680 return isPre ? Builder.CreateBinOp(op, old, amt) : old; in EmitScalarPrePostIncDec()
1854 return isPre ? value : input; in EmitScalarPrePostIncDec()
1865 return isPre ? value : input; in EmitScalarPrePostIncDec()
3484 bool isInc, bool isPre) { in EmitScalarPrePostIncDec() argument
3485 return ScalarExprEmitter(*this).EmitScalarPrePostIncDec(E, LV, isInc, isPre); in EmitScalarPrePostIncDec()
DCGExprComplex.cpp164 bool isInc, bool isPre) { in VisitPrePostIncDec() argument
166 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
DCodeGenFunction.h1796 bool isInc, bool isPre);
1798 bool isInc, bool isPre);
DCGExpr.cpp729 bool isInc, bool isPre) { in EmitComplexPrePostIncDec() argument
757 return isPre ? IncVal : InVal; in EmitComplexPrePostIncDec()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...