Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h75 bool *IsFast) const override;
DSIISelLowering.cpp437 bool *IsFast) const { in allowsMisalignedMemoryAccesses()
438 if (IsFast) in allowsMisalignedMemoryAccesses()
439 *IsFast = false; in allowsMisalignedMemoryAccesses()
457 if (IsFast) in allowsMisalignedMemoryAccesses()
458 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccesses()
470 if (IsFast) in allowsMisalignedMemoryAccesses()
471 *IsFast = true; in allowsMisalignedMemoryAccesses()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11456 bool IsFast; in MergeConsecutiveStores() local
11459 FirstStoreAlign, &IsFast) && IsFast) { in MergeConsecutiveStores()
11468 FirstStoreAS, FirstStoreAlign, &IsFast) && in MergeConsecutiveStores()
11469 IsFast) { in MergeConsecutiveStores()
11484 FirstStoreAlign, &IsFast) && IsFast) in MergeConsecutiveStores()
11524 bool IsFast; in MergeConsecutiveStores() local
11527 FirstStoreAlign, &IsFast) && IsFast) in MergeConsecutiveStores()