Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp225 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::last); in setIsLastBit() local
226 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit()
DSIInstrInfo.cpp46 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1); in findChainOperand() local
47 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node"); in findChainOperand()
48 return LastOp; in findChainOperand()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1601 MachineInstr *LastOp = 0; in RescheduleOps() local
1615 LastOp = Op; in RescheduleOps()
1649 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()
1656 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2152 MachineInstr *LastOp = nullptr; in RescheduleOps() local
2166 LastOp = Op; in RescheduleOps()
2201 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()
2208 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5586 const ARMOperand *LastOp = &Op5; in tryConvertingToTwoOperandForm() local
5593 LastOp = &Op4; in tryConvertingToTwoOperandForm()
5603 LastOp->isReg()) in tryConvertingToTwoOperandForm()
5608 if ((Mnemonic == "add" || Mnemonic == "sub") && LastOp->isImm0_7()) in tryConvertingToTwoOperandForm()