HomeSort by: relevance | last modified time | path
    Searched defs:shouldClusterMemOps (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1385 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
1388 llvm_unreachable("target did not implement shouldClusterMemOps()");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 3087 bool AArch64InstrInfo::shouldClusterMemOps(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 427 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,

Completed in 59 milliseconds