Searched refs:IsFast (Results 1 – 6 of 6) sorted by relevance
/openbsd/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 | 1402 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1403 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl() 1452 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1475 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1500 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1518 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1527 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1541 if (IsFast) in allowsMisalignedMemoryAccessesImpl() 1550 if (IsFast) { in allowsMisalignedMemoryAccessesImpl() 1568 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/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17843 unsigned IsFast = 0; in canMergeExpensiveCrossRegisterBankCopy() local 17847 !IsFast) in canMergeExpensiveCrossRegisterBankCopy() 18346 unsigned IsFast = 0; in ReduceLoadOpStoreWidth() local 18351 !IsFast) in ReduceLoadOpStoreWidth() 19017 unsigned IsFast = 0; in tryStoreMergeOfConstants() local 19028 IsFast) { in tryStoreMergeOfConstants() 19041 IsFast) { in tryStoreMergeOfConstants() 19060 IsFast) in tryStoreMergeOfConstants() 19137 IsFast) in tryStoreMergeOfExtracts() 20414 unsigned IsFast = 0; in scalarizeExtractedVectorLoad() local [all …]
|