Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600Packetizer.cpp230 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::last); in setIsLastBit() local
231 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit()
DSIInstrInfo.cpp45 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1); in findChainOperand() local
46 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node"); in findChainOperand()
47 return LastOp; in findChainOperand()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2055 MachineInstr *LastOp = nullptr; in RescheduleOps() local
2069 LastOp = Op; in RescheduleOps()
2104 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()
2111 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()