Searched refs:IsFast (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 275 bool *IsFast = nullptr) const; 280 bool *IsFast = nullptr) const override { 281 if (IsFast) 282 *IsFast = false; 284 Alignment, Flags, IsFast); 290 bool *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.h | 55 bool *IsFast = nullptr) const override;
|
| H A D | R600ISelLowering.cpp | 1577 bool *IsFast) const { in allowsMisalignedMemoryAccesses() 1578 if (IsFast) in allowsMisalignedMemoryAccesses() 1579 *IsFast = false; in allowsMisalignedMemoryAccesses() 1588 if (IsFast) in allowsMisalignedMemoryAccesses() 1589 *IsFast = true; in allowsMisalignedMemoryAccesses()
|
| H A D | SIISelLowering.cpp | 1441 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1450 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1465 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1474 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1484 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1493 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1507 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1518 if (IsFast) { in allowsMisalignedMemoryAccessesImpl() 1536 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1537 *IsFast = true; in allowsMisalignedMemoryAccessesImpl() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 2981 bool IsFast; in performLoadCombine() local 2988 VT, AS, Alignment, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine() 2999 if (!IsFast) in performLoadCombine() 3035 bool IsFast; in performStoreCombine() local 3043 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine() 3050 if (!IsFast) in performStoreCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 17374 bool IsFast = false; in tryStoreMergeOfConstants() local 17383 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants() 17384 IsFast) { in tryStoreMergeOfConstants() 17395 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants() 17396 IsFast) { in tryStoreMergeOfConstants() 17414 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfConstants() 17415 IsFast) in tryStoreMergeOfConstants() 17482 bool IsFast = false; in tryStoreMergeOfExtracts() local 17490 *FirstInChain->getMemOperand(), &IsFast) && in tryStoreMergeOfExtracts() 17491 IsFast) in tryStoreMergeOfExtracts()
|