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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 91 DebuggerInsertNops(false),
AMDGPUSubtarget.h 79 bool DebuggerInsertNops;
406 return debuggerInsertNops() && debuggerReserveRegs() &&
410 bool debuggerInsertNops() const {
411 return DebuggerInsertNops;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 321 bool DebuggerInsertNops;
797 return debuggerInsertNops() && debuggerEmitPrologue();
800 bool debuggerInsertNops() const {
801 return DebuggerInsertNops;
AMDGPUSubtarget.cpp 169 DebuggerInsertNops(false),

Completed in 338 milliseconds