HomeSort by relevance Sort by last modified time
    Searched refs:IsFast (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.h 49 bool *IsFast) const override;
SIISelLowering.h 91 bool *IsFast) const override;
SIISelLowering.cpp 432 bool *IsFast) const {
433 if (IsFast)
434 *IsFast = false;
447 if (IsFast)
448 *IsFast = AlignedBy4;
456 if (IsFast) {
457 *IsFast = (AddrSpace == AMDGPUAS::CONSTANT_ADDRESS) ?
471 if (IsFast)
472 *IsFast = true;
    [all...]
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 163 milliseconds