Searched refs:addInst (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstBuilder.h56 MCInstBuilder &addInst(const MCInst *Val) { function in class:llvm::MCInstBuilder
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h133 void addInst(const MCInst &Inst, uint64_t Size);
/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp77 void MCTextAtom::addInst(const MCInst &I, uint64_t Size) { function in class:MCTextAtom
H A DMCObjectDisassembler.cpp133 Text->addInst(Inst, InstSize);
375 TA->addInst(Inst, InstSize);
H A DMCModuleYAML.cpp384 TA->addInst(MI, II->Size);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp215 void addInst(int64_t OffsetFromFirst, Instruction *Inst) { function in class:__anon26310::MemsetRanges
435 Ranges.addInst(0, StartInst);

Completed in 570 milliseconds