Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.h68 bool IsDebug, bool IsClone, bool IsCloned);
78 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp277 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
316 !IsDebug && in AddRegisterOperand()
332 0/*SubReg*/, IsDebug)); in AddRegisterOperand()
343 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
346 IsDebug, IsClone, IsCloned); in AddOperand()
396 IsDebug, IsClone, IsCloned); in AddOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp317 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
355 !IsDebug && in AddRegisterOperand()
369 getDebugRegState(IsDebug)); in AddRegisterOperand()
380 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
383 IsDebug, IsClone, IsCloned); in AddOperand()
440 IsDebug, IsClone, IsCloned); in AddOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp317 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
363 !IsDebug && in AddRegisterOperand()
377 getDebugRegState(IsDebug)); in AddRegisterOperand()
388 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
391 IsDebug, IsClone, IsCloned); in AddOperand()
463 IsDebug, IsClone, IsCloned); in AddOperand()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h112 bool IsDebug : 1; variable
268 return IsDebug; in isDebug()
353 IsDebug = Val;
502 Op.IsDebug = isDebug;
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h138 bool IsDebug : 1; variable
324 return IsDebug; in isDebug()
403 IsDebug = Val;
624 Op.IsDebug = isDebug;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h148 unsigned IsDebug : 1; variable
437 return IsDebug; in isDebug()
519 IsDebug = Val;
774 Op.IsDebug = isDebug;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp244 IsDebug = isDebug; in ChangeToRegister()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp182 IsDebug = isDebug; in ChangeToRegister()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp202 IsDebug = isDebug; in ChangeToRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1355 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1364 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()