HomeSort by relevance Sort by last modified time
    Searched defs:tii (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
Splitter.h 58 const TargetInstrInfo *tii; member in class:llvm::LoopSplitter
Spiller.cpp 59 const TargetInstrInfo *tii; member in class:__anon8166::SpillerBase
69 tii = mf.getTarget().getInstrInfo();
139 tii->loadRegFromStackSlot(*mi->getParent(), miItr, newVReg, ss, trc,
153 tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg,
RegAllocPBQP.cpp 130 const TargetInstrInfo *tii; member in class:__anon8130::RegAllocPBQP
644 tii = tm->getInstrInfo();

Completed in 142 milliseconds