Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h329 unsigned *IsFast = nullptr) const;
334 unsigned *IsFast = nullptr) const override {
335 if (IsFast)
336 *IsFast = 0;
338 Alignment, Flags, IsFast);
344 unsigned *IsFast = nullptr) const override;
H A DR600ISelLowering.h55 unsigned *IsFast = nullptr) const override;
H A DR600ISelLowering.cpp1542 unsigned *IsFast) const { in allowsMisalignedMemoryAccesses()
1543 if (IsFast) in allowsMisalignedMemoryAccesses()
1544 *IsFast = 0; in allowsMisalignedMemoryAccesses()
1553 if (IsFast) in allowsMisalignedMemoryAccesses()
1554 *IsFast = 1; in allowsMisalignedMemoryAccesses()
H A DSIISelLowering.cpp1692 MachineMemOperand::Flags Flags, unsigned *IsFast) const { in allowsMisalignedMemoryAccessesImpl()
1693 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1694 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl()
1743 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1744 *IsFast = (Alignment >= RequiredAlignment) ? 64 in allowsMisalignedMemoryAccessesImpl()
1766 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1767 *IsFast = (Alignment >= RequiredAlignment) ? 96 in allowsMisalignedMemoryAccessesImpl()
1791 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1792 *IsFast = (Alignment >= RequiredAlignment) ? 128 in allowsMisalignedMemoryAccessesImpl()
1809 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
[all …]
H A DAMDGPUISelLowering.cpp3813 unsigned IsFast; in performLoadCombine() local
3820 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine()
3830 if (!IsFast) in performLoadCombine()
3866 unsigned IsFast; in performStoreCombine() local
3874 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine()
3881 if (!IsFast) in performStoreCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19468 unsigned IsFast = 0; in canMergeExpensiveCrossRegisterBankCopy() local
19471 Origin->getMemOperand()->getFlags(), &IsFast) || in canMergeExpensiveCrossRegisterBankCopy()
19472 !IsFast) in canMergeExpensiveCrossRegisterBankCopy()
19976 unsigned IsFast = 0; in ReduceLoadOpStoreWidth() local
19980 LD->getMemOperand()->getFlags(), &IsFast) || in ReduceLoadOpStoreWidth()
19981 !IsFast) in ReduceLoadOpStoreWidth()
20702 unsigned IsFast = 0; in tryStoreMergeOfConstants() local
20712 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants()
20713 IsFast) { in tryStoreMergeOfConstants()
20725 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants()
[all …]
H A DTargetLowering.cpp4682 unsigned IsFast = 0; in SimplifySetCC() local
4686 NewAlign, Lod->getMemOperand()->getFlags(), &IsFast) && in SimplifySetCC()
4687 IsFast) { in SimplifySetCC()