Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h323 unsigned *IsFast = nullptr) const;
328 unsigned *IsFast = nullptr) const override {
329 if (IsFast)
330 *IsFast = 0;
332 Alignment, Flags, IsFast);
338 unsigned *IsFast = nullptr) const override;
H A DR600ISelLowering.h55 unsigned *IsFast = nullptr) const override;
H A DR600ISelLowering.cpp1544 unsigned *IsFast) const { in allowsMisalignedMemoryAccesses()
1545 if (IsFast) in allowsMisalignedMemoryAccesses()
1546 *IsFast = 0; in allowsMisalignedMemoryAccesses()
1555 if (IsFast) in allowsMisalignedMemoryAccesses()
1556 *IsFast = 1; in allowsMisalignedMemoryAccesses()
H A DSIISelLowering.cpp1632 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1633 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl()
1682 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1705 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1730 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1748 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1757 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1771 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1780 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1794 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
[all …]
H A DAMDGPUISelLowering.cpp3762 unsigned IsFast; in performLoadCombine() local
3769 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine()
3779 if (!IsFast) in performLoadCombine()
3815 unsigned IsFast; in performStoreCombine() local
3823 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine()
3830 if (!IsFast) in performStoreCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19134 !IsFast) in canMergeExpensiveCrossRegisterBankCopy()
19643 !IsFast) in ReduceLoadOpStoreWidth()
20367 IsFast) { in tryStoreMergeOfConstants()
20380 IsFast) { in tryStoreMergeOfConstants()
20397 IsFast) in tryStoreMergeOfConstants()
20474 IsFast) in tryStoreMergeOfExtracts()
21029 unsigned IsFast; in replaceStoreOfInsertLoad() local
21034 !IsFast) in replaceStoreOfInsertLoad()
21677 unsigned IsFast = 0; in combineInsertEltToLoad() local
21683 !IsFast) in combineInsertEltToLoad()
[all …]