Searched refs:TransferInst (Results 1 – 2 of 2) sorted by relevance
488 if (MemTransferInst *TransferInst = dyn_cast<MemTransferInst>(Inst)) { in tryPromoteAllocaToVector() local489 if (TransferInst->isVolatile()) in tryPromoteAllocaToVector()492 ConstantInt *Len = dyn_cast<ConstantInt>(TransferInst->getLength()); in tryPromoteAllocaToVector()496 if (!TransferInfo.count(TransferInst)) { in tryPromoteAllocaToVector()499 TransferInfo[TransferInst] = MemTransferInfo(); in tryPromoteAllocaToVector()511 MemTransferInfo *TI = &TransferInfo[TransferInst]; in tryPromoteAllocaToVector()513 Value *Dest = TransferInst->getDest(); in tryPromoteAllocaToVector()520 Value *Src = TransferInst->getSource(); in tryPromoteAllocaToVector()544 MemTransferInst *TransferInst = cast<MemTransferInst>(Inst); in tryPromoteAllocaToVector() local547 MemTransferInfo &Info = TransferInfo[TransferInst]; in tryPromoteAllocaToVector()
851 MachineInstr *TransferInst; ///< Instruction where this transfer occurs. member1348 const MachineInstr *TransferInst = nullptr; in removeEntryValue() local1351 TransferInst = RegSetInstrs.find(Reg)->second; in removeEntryValue()1354 if (!TransferInst && !LastNonDbgMI && MI.getParent()->isEntryBlock()) in removeEntryValue()1360 if (MI.getDebugExpression()->getNumElements() == 0 && TransferInst) { in removeEntryValue()1367 auto DestSrc = TII->isCopyInstr(*TransferInst); in removeEntryValue()1388 cleanupEntryValueTransfers(TransferInst, OpenRanges, VarLocIDs, EntryVL, in removeEntryValue()2369 assert(!TR.TransferInst->isTerminator() && in ExtendRanges()2371 MachineBasicBlock *MBB = TR.TransferInst->getParent(); in ExtendRanges()2374 MBB->insertAfterBundle(TR.TransferInst->getIterator(), MI); in ExtendRanges()