/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1337 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 …]
|
D | ARMInstrFormats.td | 525 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 …]
|
D | ARMBaseInstrInfo.cpp | 129 bool isPre = false; in convertToThreeAddress() local 133 isPre = true; in convertToThreeAddress() 208 if (isPre) { in convertToThreeAddress()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1479 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 …]
|
D | ARMInstrFormats.td | 654 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 …]
|
D | ARMBaseInstrInfo.cpp | 127 bool isPre = false; in convertToThreeAddress() local 131 isPre = true; in convertToThreeAddress() 221 if (isPre) { in convertToThreeAddress()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 357 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()
|
D | CGExprComplex.cpp | 166 bool isInc, bool isPre) { in VisitPrePostIncDec() argument 168 return CGF.EmitComplexPrePostIncDec(E, LV, isInc, isPre); in VisitPrePostIncDec()
|
D | CodeGenFunction.h | 2084 bool isInc, bool isPre); 2086 bool isInc, bool isPre);
|
D | CGExpr.cpp | 773 bool isInc, bool isPre) { in EmitComplexPrePostIncDec() argument 801 return isPre ? IncVal : InVal; in EmitComplexPrePostIncDec()
|
/external/testng/ant/3rdparty/ |
D | DTDDoc.jar | META-INF/
META-INF/MANIFEST.MF
DTDDoc/
DTDDoc/AntLogger.class
AntLogger ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |