Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp316 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
353 !IsDebug && in AddRegisterOperand()
367 getDebugRegState(IsDebug)); in AddRegisterOperand()
378 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
381 IsDebug, IsClone, IsCloned); in AddOperand()
436 IsDebug, IsClone, IsCloned); in AddOperand()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h137 bool IsDebug : 1; variable
321 return IsDebug; in isDebug()
400 IsDebug = Val;
604 Op.IsDebug = isDebug;
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp172 IsDebug = isDebug; in ChangeToRegister()