Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelDAGToDAG.cpp1337 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in SelectARMIndexedLoad() local
1340 if (LoadedVT == MVT::i32 && isPre && in SelectARMIndexedLoad()
1344 } else if (LoadedVT == MVT::i32 && !isPre && in SelectARMIndexedLoad()
1350 Opcode = isPre ? ARM::LDR_PRE_REG : ARM::LDR_POST_REG; in SelectARMIndexedLoad()
1357 ? (isPre ? ARM::LDRSH_PRE : ARM::LDRSH_POST) in SelectARMIndexedLoad()
1358 : (isPre ? ARM::LDRH_PRE : ARM::LDRH_POST); in SelectARMIndexedLoad()
1363 Opcode = isPre ? ARM::LDRSB_PRE : ARM::LDRSB_POST; in SelectARMIndexedLoad()
1366 if (isPre && in SelectARMIndexedLoad()
1370 } else if (!isPre && in SelectARMIndexedLoad()
1376 Opcode = isPre ? ARM::LDRB_PRE_REG : ARM::LDRB_POST_REG; in SelectARMIndexedLoad()
[all …]
DARMInstrFormats.td525 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
532 let Inst{24} = isPre; // P bit
534 let Inst{21} = isPre; // W bit
538 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
541 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
556 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
559 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
575 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
578 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
614 class AI3ldstidx<bits<4> op, bit op20, bit isPre, dag oops, dag iops,
[all …]
DARMBaseInstrInfo.cpp129 bool isPre = false; in convertToThreeAddress() local
133 isPre = true; in convertToThreeAddress()
208 if (isPre) { in convertToThreeAddress()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1479 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryARMIndexedLoad() local
1482 if (LoadedVT == MVT::i32 && isPre && in tryARMIndexedLoad()
1486 } else if (LoadedVT == MVT::i32 && !isPre && in tryARMIndexedLoad()
1492 Opcode = isPre ? ARM::LDR_PRE_REG : ARM::LDR_POST_REG; in tryARMIndexedLoad()
1499 ? (isPre ? ARM::LDRSH_PRE : ARM::LDRSH_POST) in tryARMIndexedLoad()
1500 : (isPre ? ARM::LDRH_PRE : ARM::LDRH_POST); in tryARMIndexedLoad()
1505 Opcode = isPre ? ARM::LDRSB_PRE : ARM::LDRSB_POST; in tryARMIndexedLoad()
1508 if (isPre && in tryARMIndexedLoad()
1512 } else if (!isPre && in tryARMIndexedLoad()
1518 Opcode = isPre ? ARM::LDRB_PRE_REG : ARM::LDRB_POST_REG; in tryARMIndexedLoad()
[all …]
DARMInstrFormats.td654 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
661 let Inst{24} = isPre; // P bit
663 let Inst{21} = isPre; // W bit
667 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
670 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
685 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
688 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
704 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
707 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
743 class AI3ldstidx<bits<4> op, bit op20, bit isPre, dag oops, dag iops,
[all …]
DARMBaseInstrInfo.cpp127 bool isPre = false; in convertToThreeAddress() local
131 isPre = true; in convertToThreeAddress()
221 if (isPre) { in convertToThreeAddress()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp357 bool isInc, bool isPre);
1627 bool isInc, bool isPre) { in EmitScalarPrePostIncDec() argument
1640 if (isPre) { in EmitScalarPrePostIncDec()
1667 return isPre ? Builder.CreateBinOp(op, old, amt) : old; in EmitScalarPrePostIncDec()
1838 return isPre ? value : input; in EmitScalarPrePostIncDec()
1849 return isPre ? value : input; in EmitScalarPrePostIncDec()
3475 bool isInc, bool isPre) { in EmitScalarPrePostIncDec() argument
3476 return ScalarExprEmitter(*this).EmitScalarPrePostIncDec(E, LV, isInc, isPre); in EmitScalarPrePostIncDec()
DCGExprComplex.cpp166 bool isInc, bool isPre) { in VisitPrePostIncDec() argument
168 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
DCodeGenFunction.h2084 bool isInc, bool isPre);
2086 bool isInc, bool isPre);
DCGExpr.cpp773 bool isInc, bool isPre) { in EmitComplexPrePostIncDec() argument
801 return isPre ? IncVal : InVal; in EmitComplexPrePostIncDec()
/external/testng/ant/3rdparty/
DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger ...
/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 ...