Searched refs:IsFast (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 292 bool *IsFast = nullptr) const; 297 bool *IsFast = nullptr) const override { 298 if (IsFast) 299 *IsFast = false; 301 Alignment, Flags, IsFast); 307 bool *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.h | 55 bool *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.cpp | 1524 bool *IsFast) const { in allowsMisalignedMemoryAccesses() 1525 if (IsFast) in allowsMisalignedMemoryAccesses() 1526 *IsFast = false; in allowsMisalignedMemoryAccesses() 1535 if (IsFast) in allowsMisalignedMemoryAccesses() 1536 *IsFast = true; in allowsMisalignedMemoryAccesses()
|
| H A D | SIISelLowering.cpp | 1370 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1409 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1428 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1449 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1462 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1471 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1485 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1494 if (IsFast) { in allowsMisalignedMemoryAccessesImpl() 1512 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1513 *IsFast = true; in allowsMisalignedMemoryAccessesImpl() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 2869 bool IsFast; in performLoadCombine() local 2876 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine() 2886 if (!IsFast) in performLoadCombine() 2922 bool IsFast; in performStoreCombine() local 2930 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine() 2937 if (!IsFast) in performStoreCombine()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 17189 bool IsFast = false; in canMergeExpensiveCrossRegisterBankCopy() local 17193 !IsFast) in canMergeExpensiveCrossRegisterBankCopy() 17692 bool IsFast = false; in ReduceLoadOpStoreWidth() local 17697 !IsFast) in ReduceLoadOpStoreWidth() 18360 bool IsFast = false; in tryStoreMergeOfConstants() local 18371 IsFast) { in tryStoreMergeOfConstants() 18384 IsFast) { in tryStoreMergeOfConstants() 18403 IsFast) in tryStoreMergeOfConstants() 18480 IsFast) in tryStoreMergeOfExtracts() 19682 bool IsFast = false; in scalarizeExtractedVectorLoad() local [all …]
|