Home
last modified time | relevance | path

Searched defs:addInstruction (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function
472 void addInstruction(uint8_t Opcode) { in addInstruction() function
477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function
472 void addInstruction(uint8_t Opcode) { in addInstruction() function
477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function
472 void addInstruction(uint8_t Opcode) { in addInstruction() function
477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function
472 void addInstruction(uint8_t Opcode) { in addInstruction() function
477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function
472 void addInstruction(uint8_t Opcode) { in addInstruction() function
477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h84 void addInstruction(uint8_t Opcode) { in addInstruction() function
89 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function
95 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp82 void addInstruction(uint8_t Opcode) { in addInstruction() function in llvm::FrameEntry
86 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function in llvm::FrameEntry
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function in llvm::FrameEntry
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java402 private void addInstruction(Insn insn) { in addInstruction() method in Code
410 private void addInstruction(Insn insn, Label branch) { in addInstruction() method in Code
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DInstructionsBuilder.java103 void addInstruction(final AbstractInsnNode node) { in addInstruction() method in InstructionsBuilder
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js39 addInstruction(inst) { method in Module
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/src/
H A Dast.js39 addInstruction(inst) { method in Module
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dast.js39 addInstruction(inst) { method in Module
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
H A DMethodImplementationBuilder.java148 public void addInstruction(@Nullable BuilderInstruction instruction) { in addInstruction() method in MethodImplementationBuilder
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
H A DSubroutines.java226 void addInstruction(final InstructionHandle ih) { in addInstruction() method in Subroutines.SubroutineImpl
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/HardwareUnits/
DLSUnit.h178 void addInstruction() { in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/HardwareUnits/
DLSUnit.h178 void addInstruction() { in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/HardwareUnits/
DLSUnit.h178 void addInstruction() { in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h181 void addInstruction() { in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h155 void addInstruction() { in addInstruction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/HardwareUnits/
DLSUnit.h178 void addInstruction() { in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp253 void addInstruction(Instruction *I, DominatorTree *DT = nullptr, in addInstruction() function
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DspvIR.h558 __inline void Block::addInstruction(std::unique_ptr<Instruction> inst) in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp344 void addInstruction(MachineInstr *I) { in addInstruction() function in __anon1dcd1e630111::Closure
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp268 void addInstruction(Instruction *I) { in addInstruction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp341 void addInstruction(MachineInstr *I) { in addInstruction() function in __anon306702690111::Closure

1234