HomeSort by relevance Sort by last modified time
    Searched refs:addInst (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 56 MCInstBuilder &addInst(const MCInst *Val) {
  /external/llvm/include/llvm/MC/MCAnalysis/
MCAtom.h 133 void addInst(const MCInst &Inst, uint64_t Size);
  /external/llvm/lib/MC/MCAnalysis/
MCAtom.cpp 77 void MCTextAtom::addInst(const MCInst &I, uint64_t Size) {
MCObjectDisassembler.cpp 133 Text->addInst(Inst, InstSize);
375 TA->addInst(Inst, InstSize);
MCModuleYAML.cpp 384 TA->addInst(MI, II->Size);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 215 void addInst(int64_t OffsetFromFirst, Instruction *Inst) {
435 Ranges.addInst(0, StartInst);
    [all...]

Completed in 6307 milliseconds