Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/
Dmatrix.js82 if (IsDebug && (ptArr.length % 2)) {
104 if (IsDebug && (!m1.every(isnumber) || !m2.every(isnumber))) {
107 if (IsDebug && (m1.length !== m2.length)) {
110 if (IsDebug && (size*size !== m1.length)) {
131 if (IsDebug && (listOfMatrices.length < 2)) {
188 if (IsDebug && (a.length !== b.length)) {
215 if (IsDebug && (a.length !== 3 || a.length !== 3)) {
291 if (IsDebug && (far <= near)) {
317 if (IsDebug && !m.every(isnumber)) {
Drelease.js5 /** @const */ var IsDebug = false; variable
Ddebug.js4 /** @const */ var IsDebug = true; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h64 bool IsDebug, bool IsClone, bool IsCloned);
75 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp296 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
342 !IsDebug && in AddRegisterOperand()
356 getDebugRegState(IsDebug)); in AddRegisterOperand()
367 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
370 IsDebug, IsClone, IsCloned); in AddOperand()
445 IsDebug, IsClone, IsCloned); in AddOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp317 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
355 !IsDebug && in AddRegisterOperand()
369 getDebugRegState(IsDebug)); in AddRegisterOperand()
380 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
383 IsDebug, IsClone, IsCloned); in AddOperand()
440 IsDebug, IsClone, IsCloned); in AddOperand()
/external/angle/src/tests/test_utils/
Dangle_test_platform.cpp88 bool IsDebug() in IsDebug() function
99 return !IsDebug(); in IsRelease()
Dangle_test_platform.h34 bool IsDebug();
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h69 bool IsDebug, bool IsClone, bool IsCloned);
80 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.cpp304 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
350 !IsDebug && in AddRegisterOperand()
364 getDebugRegState(IsDebug)); in AddRegisterOperand()
375 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
378 IsDebug, IsClone, IsCloned); in AddOperand()
444 IsDebug, IsClone, IsCloned); in AddOperand()
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp425 inline bool IsDebug() in IsDebug() function
437 return !IsDebug(); in IsRelease()
583 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
DGPUTestExpectationsTest.cpp36 EXPECT_EQ(IsDebug(), config.getConditions()[GPUTestConfig::kConditionDebug]); in validateConfigBase()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymtab.h161 if (symbol.IsDebug()) in rank()
189 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
194 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
DSymbol.h158 bool IsDebug() const { return m_is_debug; } in IsDebug() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h138 bool IsDebug : 1; variable
324 return IsDebug; in isDebug()
403 IsDebug = Val;
624 Op.IsDebug = isDebug;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h150 unsigned IsDebug : 1; variable
446 return IsDebug; in isDebug()
528 IsDebug = Val;
797 Op.IsDebug = isDebug;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h150 unsigned IsDebug : 1; variable
446 return IsDebug; in isDebug()
528 IsDebug = Val;
807 Op.IsDebug = isDebug;
/external/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp266 IsDebug = isDebug; in ChangeToRegister()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp259 IsDebug = isDebug; in ChangeToRegister()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp202 IsDebug = isDebug; in ChangeToRegister()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1659 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1982 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1997 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()