Searched refs:IsFast (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 294 unsigned *IsFast = nullptr) const; 299 unsigned *IsFast = nullptr) const override { 300 if (IsFast) 301 *IsFast = 0; 303 Alignment, Flags, IsFast); 309 unsigned *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.h | 55 unsigned *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.cpp | 1548 unsigned *IsFast) const { in allowsMisalignedMemoryAccesses() 1549 if (IsFast) in allowsMisalignedMemoryAccesses() 1550 *IsFast = 0; in allowsMisalignedMemoryAccesses() 1559 if (IsFast) in allowsMisalignedMemoryAccesses() 1560 *IsFast = 1; in allowsMisalignedMemoryAccesses()
|
| H A D | SIISelLowering.cpp | 1401 MachineMemOperand::Flags Flags, unsigned *IsFast) const { in allowsMisalignedMemoryAccessesImpl() 1402 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1403 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl() 1452 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1453 *IsFast = (Alignment >= RequiredAlignment) ? 64 in allowsMisalignedMemoryAccessesImpl() 1475 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1476 *IsFast = (Alignment >= RequiredAlignment) ? 96 in allowsMisalignedMemoryAccessesImpl() 1500 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1501 *IsFast = (Alignment >= RequiredAlignment) ? 128 in allowsMisalignedMemoryAccessesImpl() 1518 if (IsFast) in allowsMisalignedMemoryAccessesImpl() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 2995 unsigned IsFast; in performLoadCombine() local 3002 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine() 3012 if (!IsFast) in performLoadCombine() 3048 unsigned IsFast; in performStoreCombine() local 3056 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine() 3063 if (!IsFast) in performStoreCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 17843 unsigned IsFast = 0; in canMergeExpensiveCrossRegisterBankCopy() local 17846 Origin->getMemOperand()->getFlags(), &IsFast) || in canMergeExpensiveCrossRegisterBankCopy() 17847 !IsFast) in canMergeExpensiveCrossRegisterBankCopy() 18346 unsigned IsFast = 0; in ReduceLoadOpStoreWidth() local 18350 LD->getMemOperand()->getFlags(), &IsFast) || in ReduceLoadOpStoreWidth() 18351 !IsFast) in ReduceLoadOpStoreWidth() 19017 unsigned IsFast = 0; in tryStoreMergeOfConstants() local 19027 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants() 19028 IsFast) { in tryStoreMergeOfConstants() 19040 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants() [all …]
|