Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h68 bool IsDebug, bool IsClone, bool IsCloned);
78 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp297 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
336 !IsDebug && in AddRegisterOperand()
352 0/*SubReg*/, IsDebug)); in AddRegisterOperand()
362 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
365 IsDebug, IsClone, IsCloned); in AddOperand()
425 IsDebug, IsClone, IsCloned); in AddOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h134 bool IsDebug : 1; variable
314 return IsDebug; in isDebug()
392 IsDebug = Val;
573 Op.IsDebug = isDebug;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp155 IsDebug = isDebug; in ChangeToRegister()