Searched defs:addInstruction (Results 1 – 4 of 4) sorted by relevance
79 void addInstruction(uint8_t Opcode) { in addInstruction() function in llvm::FrameEntry83 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function in llvm::FrameEntry88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function in llvm::FrameEntry
149 public void addInstruction(@Nullable BuilderInstruction instruction) { in addInstruction() method in MethodImplementationBuilder
400 private void addInstruction(Insn insn) { in addInstruction() method in Code408 private void addInstruction(Insn insn, Label branch) { in addInstruction() method in Code
1604 void addInstruction(SExpr *V) { in addInstruction() function