Home
last modified time | relevance | path

Searched refs:isZeroValue (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp257 if (Init->isZeroValue() || CA->isString()) { in lowerPrintfForGpu()
258 size_t SizeStr = Init->isZeroValue() in lowerPrintfForGpu()
443 if (Init->isZeroValue() || CA->isString()) { in lowerPrintfForGpu()
444 S = Init->isZeroValue() ? "" : CA->getAsCString().data(); in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h68 bool isZeroValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h69 bool isZeroValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h50 if (OpC->isZeroValue())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp335 if (Cst->isZeroValue()) in shouldConvertImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp151 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
DLint.cpp567 if (C->isZeroValue()) in isZero()
DBranchProbabilityInfo.cpp588 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
DValueTracking.cpp1384 if (CIndex->isZeroValue()) in computeKnownBitsFromOperator()
DScalarEvolution.cpp7761 if (Result->isZeroValue()) { in computeShiftCompareExitLimit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp237 } else if (C->isZeroValue()) { in processPHI()
DSCCP.cpp1581 if (Op1LV.isConstant() && Op1LV.getConstant()->isZeroValue()) in ResolvedUndefsIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1066 SecName = Global.getInitializer()->isZeroValue() ? ".bss" : ".data"; in processGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1132 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) in storeOrigin()
1213 if (ClCheckConstantShadow && !ConstantShadow->isZeroValue()) { in materializeOneCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp66 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
DAutoUpgrade.cpp3597 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3952 if (BC->isZeroValue() || in visitCallInst()