Searched refs:IsDebug (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 68 bool IsDebug, bool IsClone, bool IsCloned); 78 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 297 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/ |
D | MachineOperand.h | 134 bool IsDebug : 1; variable 314 return IsDebug; in isDebug() 392 IsDebug = Val; 573 Op.IsDebug = isDebug;
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 155 IsDebug = isDebug; in ChangeToRegister()
|