/external/skia/modules/canvaskit/ |
D | matrix.js | 82 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)) {
|
D | release.js | 5 /** @const */ var IsDebug = false; variable
|
D | debug.js | 4 /** @const */ var IsDebug = true; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 64 bool IsDebug, bool IsClone, bool IsCloned); 75 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 296 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/ |
D | InstrEmitter.h | 70 bool IsDebug, bool IsClone, bool IsCloned); 81 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 317 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/ |
D | angle_test_platform.cpp | 88 bool IsDebug() in IsDebug() function 99 return !IsDebug(); in IsRelease()
|
D | angle_test_platform.h | 34 bool IsDebug();
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 69 bool IsDebug, bool IsClone, bool IsCloned); 80 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 304 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/ |
D | GPUTestConfig.cpp | 425 inline bool IsDebug() in IsDebug() function 437 return !IsDebug(); in IsRelease() 583 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
|
D | GPUTestExpectationsTest.cpp | 36 EXPECT_EQ(IsDebug(), config.getConditions()[GPUTestConfig::kConditionDebug]); in validateConfigBase()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Symtab.h | 161 if (symbol.IsDebug()) in rank() 189 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 194 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
D | Symbol.h | 158 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 138 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/ |
D | MachineOperand.h | 150 unsigned IsDebug : 1; variable 446 return IsDebug; in isDebug() 528 IsDebug = Val; 797 Op.IsDebug = isDebug;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 150 unsigned IsDebug : 1; variable 446 return IsDebug; in isDebug() 528 IsDebug = Val; 807 Op.IsDebug = isDebug;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 266 IsDebug = isDebug; in ChangeToRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 259 IsDebug = isDebug; in ChangeToRegister()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 202 IsDebug = isDebug; in ChangeToRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1659 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/ |
D | SIInstrInfo.cpp | 1982 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 1997 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|