Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVBasicBlock.cpp64 SPIRVBasicBlock::addInstruction(SPIRVInstruction *I) { in addInstruction() function in SPIRVBasicBlock
DSPIRVModule.cpp954 SPIRVModuleImpl::addInstruction(SPIRVInstruction *Inst, SPIRVBasicBlock *BB) { in addInstruction() function in SPIRV::SPIRVModuleImpl
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodImplementationBuilder.java149 public void addInstruction(@Nullable BuilderInstruction instruction) { in addInstruction() method in MethodImplementationBuilder
/external/llvm/lib/DebugInfo/DWARF/
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
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
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
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp617 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction() function in PressureDiffs
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1604 void addInstruction(SExpr *V) { in addInstruction() function