Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/modules/canvaskit/
H A 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)) {
H A Drelease.js5 /** @const */ var IsDebug = false; variable
H A Ddebug.js4 /** @const */ var IsDebug = true; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h64 bool IsDebug, bool IsClone, bool IsCloned);
75 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp296 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand()
342 !IsDebug && in AddRegisterOperand()
356 getDebugRegState(IsDebug)); in AddRegisterOperand()
367 bool IsDebug, bool IsClone, bool IsCloned) {
370 IsDebug, IsClone, IsCloned);
445 IsDebug, IsClone, IsCloned);
587 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
590 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
663 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
728 /*IsDebug
291 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) AddRegisterOperand() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_platform.cpp77 bool IsDebug() in IsDebug() function
88 return !IsDebug(); in IsRelease()
H A Dangle_test_platform.h30 bool IsDebug();
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestConfig.cpp383 inline bool IsDebug() in IsDebug() function
395 return !IsDebug(); in IsRelease()
544 mConditions[kConditionDebug] = IsDebug(); in GPUTestConfig()
H A DGPUTestExpectationsTest.cpp36 EXPECT_EQ(IsDebug(), config.getConditions()[GPUTestConfig::kConditionDebug]); in validateConfigBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOperand.h148 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
150 unsigned IsDebug : 1;
446 return IsDebug; in isDebug()
528 IsDebug = Val; in setIsDebug()
797 Op.IsDebug = isDebug;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOperand.cpp259 IsDebug = isDebug; in ChangeToRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1659 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1668 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()

Completed in 14 milliseconds