Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp131 for (auto *InstrPtr : InsInstrs) { // for each Use in getDepth() local
133 DEBUG(dbgs() << "NEW INSTR "; InstrPtr->dump(); dbgs() << "\n";); in getDepth()
134 for (unsigned i = 0, e = InstrPtr->getNumOperands(); i != e; ++i) { in getDepth()
135 const MachineOperand &MO = InstrPtr->getOperand(i); in getDepth()
154 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
161 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
259 for (auto *InstrPtr : Instrs) { in instr2instrSC() local
260 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()
377 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
379 (MachineInstr *)InstrPtr); in combineInstructions()
[all …]