Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineOperand.h314 bool isDebug() const { in isDebug() function
369 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
536 bool isUndef = false, bool isDebug = false);
565 bool isDebug = false,
578 Op.IsDebug = isDebug;
DMachineRegisterInfo.h565 (SkipDebug && op->isDebug())) in defusechain_iterator()
600 assert(!Op->isDebug() && "Can't have debug defs");
605 (SkipDebug && Op->isDebug())))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp138 assert(Use.isDebug()); in runOnMachineFunction()
DMachineInstr.cpp93 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
131 bool isDebug) { in ChangeToRegister() argument
154 IsDebug = isDebug; in ChangeToRegister()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86VZeroUpper.cpp143 if (MO.isDebug()) in hasYmmReg()
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp332 Src.isDebug()); in ChangeOpInto()
DHexagonInstrInfo.cpp877 MO.isDebug()); in PredicateInstruction()
920 PredMO.isDebug()); in PredicateInstruction()
DHexagonHardwareLoops.cpp963 if (Use.isDebug()) in removeIfDead()