Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h266 bool isDebug() const { in isDebug() function
315 assert((Val || !isDebug()) && "Marking a debug operation as def");
321 assert((!Val || !isDebug()) && "Marking a debug operation as def");
332 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
465 bool isUndef = false, bool isDebug = false);
494 bool isDebug = false) {
502 Op.IsDebug = isDebug;
DMachineRegisterInfo.h355 (SkipDebug && op->isDebug())) in defusechain_iterator()
387 (SkipDebug && Op->isDebug())))
/external/deqp/modules/internal/
DditBuildInfoTests.cpp185 const bool isDebug = true; in init() local
187 const bool isDebug = false; in init()
190 …addChild(new BuildInfoStringCase (m_testCtx, "de_debug", "DE_DEBUG", isDebug ? "1" : "not d… in init()
/external/r8/buildSrc/src/main/java/dx/
DDx.java52 public boolean isDebug() { in isDebug() method in Dx
74 if (isDebug()) { in exec()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp105 const bool isDebug = true; in logBuildInfo() local
107 const bool isDebug = false; in logBuildInfo()
117 << "DE_DEBUG: " << (isDebug ? "true" : "false") << "\n" in logBuildInfo()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h841 (SkipDebug && op->isDebug())) in defusechain_iterator()
857 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
862 (SkipDebug && Op->isDebug()))) in advance()
943 (SkipDebug && op->isDebug())) in defusechain_instr_iterator()
959 assert(!Op->isDebug() && "Can't have debug defs"); in advance()
964 (SkipDebug && Op->isDebug()))) in advance()
DMachineOperand.h322 bool isDebug() const { in isDebug() function
377 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
582 bool isUndef = false, bool isDebug = false);
611 bool isDebug = false,
624 Op.IsDebug = isDebug;
DMachineInstrBuilder.h403 getDebugRegState(RegOp.isDebug()); in getRegState()
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java84 msh.setDebug(isDebug()); in run()
226 boolean result = System.getProperty(PROPERTY_VERBOSE) != null || isDebug(); in isVerbose()
230 public static boolean isDebug() { in isDebug() method in RemoteTestNG
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPVersionInfo.java40 boolean isDebug(); in isDebug() method
DXMPMetaFactory.java290 public boolean isDebug() in getVersionInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp65 inline bool isDebug() { in isDebug() function
759 if (isDebug()) { in findRecordInsertForms()
823 if (isDebug()) { in findRecordInsertForms()
876 if (isDebug()) { in findRecordInsertForms()
894 if (isDebug()) in collectInBlock()
1503 BTLoc.trace(isDebug()); in runOnMachineFunction()
1511 if (isDebug()) { in runOnMachineFunction()
1531 if (isDebug()) { in runOnMachineFunction()
1544 if (isDebug()) { in runOnMachineFunction()
1557 if (isDebug()) { in runOnMachineFunction()
DHexagonPeephole.cpp320 Src.isDebug()); in ChangeOpInto()
DHexagonSplitDouble.cpp576 Op.isDead(), Op.isUndef(), Op.isEarlyClobber(), SR, Op.isDebug(), in createHalfInstr()
DHexagonHardwareLoops.cpp1067 if (Use.isDebug()) in removeIfDead()
/external/libusb/msvc/
Dddk_build.cmd51 if %DDKBUILDENV%==chk goto isDebug
53 :isDebug label
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDeadMachineInstructionElim.cpp149 assert(Use.isDebug()); in runOnMachineFunction()
DMachineInstr.cpp157 bool isDebug) { in ChangeToRegister() argument
182 IsDebug = isDebug; in ChangeToRegister()
DRegAllocFast.cpp199 if (!Next->isDebug()) in isLastUseOfLocalReg()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp136 if (MO.isDebug()) in hasYmmReg()
/external/testng/src/main/java/org/testng/xml/
DLaunchSuite.java93 if (RemoteTestNG.isDebug()) { in save()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
DTool.java645 generator.setDebug(isDebug()); in generateRecognizer()
1112 public boolean isDebug() {
/external/llvm/lib/CodeGen/
DMachineInstr.cpp101 assert((!Val || !isDebug()) && "Marking a debug operation as def"); in setIsDef()
179 bool isDebug) { in ChangeToRegister() argument
202 IsDebug = isDebug; in ChangeToRegister()
1956 if (MO.isDebug()) in addRegisterKilled()
DMIRPrinter.cpp771 if (Op.isDebug()) in print()