Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp47 : 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/
DEvaluationShrinker.java59 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/
Dd3basics.c504 # 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/
Dpacketmath.cpp53 #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/
Dvtx-fetch-branch.ll5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction
12 ; CHECK-NEXT: POP
Dpredicates.ll50 ; CHECK: POP
77 ; CHECK: POP
Dloop-address.ll6 ;CHECK: POP @10
Dstructurize.ll41 ; CHECK: POP
/external/eigen/test/eigen2/
Deigen2_packetmath.cpp21 #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/
Dcvm_atomic.c178 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/
Denv_calc_arm.cpp143 POP {r4-r5} in FDK_get_maxval()
/external/javassist/src/main/javassist/
DCtConstructor.java384 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/
DTransformWriteField.java47 iterator.writeByte(POP, pos + 2); in transform()
/external/opencv/cvaux/src/
Dcvsegment.cpp66 #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/
DMemberCodeGen.java548 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()
DJvstCodeGen.java136 bytecode.addOpcode(POP); in atFieldAssign()
419 bytecode.addOpcode(POP); in atReturnStmnt()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DURLStreamHandlerRuntime.java119 mv.visitInsn(Opcodes.POP); in generateDataAccessor()
DRuntimeData.java242 mv.visitInsn(Opcodes.POP); in generateAccessCall()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DFieldProbeArrayStrategy.java91 mv.visitInsn(Opcodes.POP); in createInitMethod()
/external/v8/src/ic/
Dhandler-compiler.h189 enum PopMode { POP, DISCARD }; enumerator
190 void InterceptorVectorSlotPop(Register holder_reg, PopMode mode = POP);
/external/javassist/src/main/javassist/bytecode/
DOpcode.java218 int POP = 87; field
/external/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td654 "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/
DOpcodes.java226 int POP = 87; // - field
/external/aac/libFDK/src/arm/
Ddct_arm.cpp171 POP {r4-r9} in dct_IV_func1()
343 POP {r4-r9} in dst_IV_func1()
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et57 "Mailbox is locked by POP server"

123