Home
last modified time | relevance | path

Searched refs:tii_ (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp118 tii_ = tm_->getInstrInfo(); in runOnMachineFunction()
984 if (!tii_->isTriviallyReMaterializable(MI, aa_)) in isReMaterializable()
1107 MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(MI, FoldOps, Slot) in tryFoldMemoryOperand()
1108 : tii_->foldMemoryOperand(MI, FoldOps, DefMI); in tryFoldMemoryOperand()
1145 return tii_->canFoldMemoryOperand(MI, FoldOps); in canFoldMemoryOperand()
1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, FI, in rewriteInstructionsForSpills()
1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills()
1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills()
2000 bool isLoadSS = tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills()
DRegAllocLinearScan.cpp140 const TargetInstrInfo* tii_; member
511 tii_ = tm_->getInstrInfo(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h51 const TargetInstrInfo* tii_; variable