Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h275 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 DR600ISelLowering.h55 bool *IsFast = nullptr) const override;
H A DR600ISelLowering.cpp1577 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 DSIISelLowering.cpp1441 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 DAMDGPUISelLowering.cpp2981 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 DDAGCombiner.cpp17374 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()