HomeSort by relevance Sort by last modified time
    Searched defs:addInstruction (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.cpp 64 SPIRVBasicBlock::addInstruction(SPIRVInstruction *I) {
SPIRVModule.cpp 269 virtual SPIRVInstruction *addInstruction(SPIRVInstruction *Inst,
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
25 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget));
48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
68 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, gotoTarget));
71 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
91 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, goto16Target))
    [all...]
MutableMethodImplementationTest.java 48 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
49 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
50 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
51 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
52 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
53 builder.addInstruction(new BuilderInstruction32x(Opcode.MOVE_16, 0, 0));
73 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
74 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
76 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP))
    [all...]
FixOffsetsTest.java 56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget));
61 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
69 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget));
82 builder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
PayloadAlignmentTest.java 53 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
54 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
70 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
71 implBuilder.addInstruction(new BuilderArrayPayload(4, null));
93 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label));
94 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
95 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
96 implBuilder.addInstruction(new BuilderInstruction12x(Opcode.MOVE, 0, 0));
97 implBuilder.addInstruction(new BuilderInstruction10x(Opcode.NOP));
99 implBuilder.addInstruction(new BuilderArrayPayload(4, null))
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
MethodAnalyzerTest.java 67 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
69 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
70 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
73 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
98 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
100 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_EQZ, 0, builder.getLabel("not_instance_of")));
101 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
104 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
130 builder.addInstruction(new BuilderInstruction22c(Opcode.INSTANCE_OF, 0, 1,
132 builder.addInstruction(new BuilderInstruction21t(Opcode.IF_NEZ, 0, builder.getLabel("instance_of")))
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
JumboStringConversionTest.java 69 methodBuilder.addInstruction(new BuilderInstruction21c(Opcode.CONST_STRING, 0,
72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MethodImplementationBuilder.java 149 public void addInstruction(@Nullable BuilderInstruction instruction) {
150 impl.addInstruction(instruction);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 82 void addInstruction(uint8_t Opcode) {
86 void addInstruction(uint8_t Opcode, uint64_t Operand1) {
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) {
118 addInstruction(Primary, Op1);
121 addInstruction(Primary, Op1, Data.getULEB128(Offset));
133 addInstruction(Opcode);
137 addInstruction(Opcode, Data.getAddress(Offset));
141 addInstruction(Opcode, Data.getU8(Offset));
145 addInstruction(Opcode, Data.getU16(Offset));
149 addInstruction(Opcode, Data.getU32(Offset))
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 351 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
390 addInstruction(new ThrowingInsn(Rops.THROW, sourcePosition,
402 private void addInstruction(Insn insn) {
403 addInstruction(insn, null);
410 private void addInstruction(Insn insn, Label branch) {
483 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(),
486 addInstruction(new ThrowingCstInsn(rop, sourcePosition,
496 addInstruction(new PlainInsn(Rops.opMove(source.type.ropType),
506 addInstruction(new PlainInsn(op.rop(source.type), sourcePosition,
521 addInstruction(new PlainInsn(rop, sourcePosition, target.spec(), sources))
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
module.h 481 Block *addInstruction(Instruction *inst) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 177 void addInstruction(std::unique_ptr<Instruction> inst);
399 __inline void Block::addInstruction(std::unique_ptr<Instruction> inst)
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 393 private void addInstruction(Instruction instruction) {
418 addInstruction(instruction);
428 addInstruction(instruction);
439 addInstruction(instruction);
450 addInstruction(instruction);
461 addInstruction(instruction);
473 addInstruction(instruction);
485 addInstruction(instruction);
497 addInstruction(instruction);
507 addInstruction(instruction)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]

Completed in 534 milliseconds

1 2 3 4