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

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

Completed in 132 milliseconds