/external/llvm/lib/Transforms/Scalar/ |
D | LoadCombine.cpp | 47 : Load(L), POP(P), InsertOrder(O) {} in LoadPOPPair() 49 PointerOffsetPair POP; member 90 PointerOffsetPair POP; in getPointerOffsetPair() local 91 POP.Pointer = LI.getPointerOperand(); in getPointerOffsetPair() 92 POP.Offset = 0; in getPointerOffsetPair() 93 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) { in getPointerOffsetPair() 94 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) { in getPointerOffsetPair() 99 POP.Offset += Offset.getZExtValue(); in getPointerOffsetPair() 102 return POP; in getPointerOffsetPair() 103 POP.Pointer = GEP->getPointerOperand(); in getPointerOffsetPair() [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 59 private static final int POP = InstructionConstants.OP_POP & 0xff; field in EvaluationShrinker 68 private static final int MOV_X2 = DUP_X2 | (POP << 8); 71 private static final int POP_X1 = SWAP | (POP << 8); 72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16); 74 private static final int POP2_X1 = DUP_X2 | (POP << 8) | (POP2 << 16); 76 private static final int POP3 = POP2 | (POP << 8); 78 private static final int POP_DUP = POP | (DUP << 8); 79 private static final int POP_SWAP_POP = POP | (SWAP << 8) | (POP << 16); 80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16); 83 private static final int SWAP_POP_DUP = SWAP | (POP << 8) | (DUP << 16); [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 504 # define POP(_lval) \ in ML_() macro 660 POP(uw1); in ML_() 679 POP(uw1); in ML_() 690 POP(uw1); in ML_() 760 POP(uw1); in ML_() 765 POP(uw1); in ML_() 794 POP(sw1); in ML_() 800 POP(sw2); in ML_() 803 POP(sw1); in ML_() 808 POP(uw2); in ML_() [all …]
|
/external/eigen/test/ |
D | packetmath.cpp | 53 #define CHECK_CWISE2(REFOP, POP) { \ argument 56 …internal::pstore(data2, POP(internal::pload<Packet>(data1), internal::pload<Packet>(data1+PacketSi… 57 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \ 60 #define CHECK_CWISE1(REFOP, POP) { \ argument 63 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \ 64 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \ 87 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \ argument 91 h.store(data2, POP(h.load(data1))); \ 92 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vtx-fetch-branch.ll | 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction 12 ; CHECK-NEXT: POP
|
D | predicates.ll | 50 ; CHECK: POP 77 ; CHECK: POP
|
D | loop-address.ll | 6 ;CHECK: POP @10
|
D | structurize.ll | 41 ; CHECK: POP
|
/external/eigen/test/eigen2/ |
D | eigen2_packetmath.cpp | 21 #define CHECK_CWISE(REFOP, POP) { \ argument 24 ei_pstore(data2, POP(ei_pload(data1), ei_pload(data1+PacketSize))); \ 25 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic.c | 178 BADDU, POP, DPOP, SAA, SAAD, LAA, LAAD, LAW, LAWD, LAI, LAID, LAD, LADD, enumerator 198 case POP: { /* Count Ones in a Word - POP */ in main()
|
/external/aac/libSBRdec/src/arm/ |
D | env_calc_arm.cpp | 143 POP {r4-r5} in FDK_get_maxval()
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 384 iterator.writeByte(Opcode.POP, pos++); // this in removeConsCall() 391 iterator.writeByte(it.is2byte() ? Opcode.POP2 : Opcode.POP, in removeConsCall()
|
/external/javassist/src/main/javassist/convert/ |
D | TransformWriteField.java | 47 iterator.writeByte(POP, pos + 2); in transform()
|
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ macro 125 POP( YC, L, R, PL, PR, flag ); in icvSegmFloodFill_Stage1() 201 #undef POP
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberCodeGen.java | 548 bytecode.addOpcode(POP); in atMethodCallCore() 762 bytecode.addOpcode(POP); in setReturnType() 765 bytecode.addOpcode(POP); in setReturnType() 768 bytecode.addOpcode(POP); in setReturnType() 1064 bytecode.addOpcode(POP); in fieldAccess()
|
D | JvstCodeGen.java | 136 bytecode.addOpcode(POP); in atFieldAssign() 419 bytecode.addOpcode(POP); in atReturnStmnt()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | URLStreamHandlerRuntime.java | 119 mv.visitInsn(Opcodes.POP); in generateDataAccessor()
|
D | RuntimeData.java | 242 mv.visitInsn(Opcodes.POP); in generateAccessCall()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | FieldProbeArrayStrategy.java | 91 mv.visitInsn(Opcodes.POP); in createInitMethod()
|
/external/v8/src/ic/ |
D | handler-compiler.h | 189 enum PopMode { POP, DISCARD }; enumerator 190 void InterceptorVectorSlotPop(Register holder_reg, PopMode mode = POP);
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 218 int POP = 87; field
|
/external/llvm/lib/Target/AMDGPU/ |
D | EvergreenInstructions.td | 654 "JUMP @$ADDR POP:$POP_COUNT"> { 658 "PUSH @$ADDR POP:$POP_COUNT"> { 662 "ELSE @$ADDR POP:$POP_COUNT"> { 671 "POP @$ADDR POP:$POP_COUNT"> {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Opcodes.java | 226 int POP = 87; // - field
|
/external/aac/libFDK/src/arm/ |
D | dct_arm.cpp | 171 POP {r4-r9} in dct_IV_func1() 343 POP {r4-r9} in dst_IV_func1()
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 57 "Mailbox is locked by POP server"
|