| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constant.h | 71 bool isZeroValue() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 44 if (OpC->isZeroValue()) in emitGEPOffset()
|
| H A D | MustExecute.cpp | 152 return SimpleCst->isZeroValue(); in CanProveNotTakenFirstIteration()
|
| H A D | Lint.cpp | 544 if (C->isZeroValue()) in isZero()
|
| H A D | BranchProbabilityInfo.cpp | 638 ((Result->isZeroValue() && B == BI->getSuccessor(0)) || in computeUnlikelySuccessors()
|
| H A D | ValueTracking.cpp | 1171 if (CIndex && CIndex->isZeroValue()) in computeKnownBitsFromOperator()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 349 if (Cst->isZeroValue()) in shouldConvertImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 404 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector() 459 if (AccessSize == VecStoreSize && cast<Constant>(Index)->isZeroValue()) { in promoteAllocaUserToVector()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1016 if (BC->isZeroValue() || RM->getZExtValue() != 0xF || in instCombineIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 919 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp() 937 (Inc->getIndex()->isZeroValue() && AtomicFirstCounter)) { in lowerIncrement()
|
| H A D | DataFlowSanitizer.cpp | 2336 if (!ConstantShadow || !ConstantShadow->isZeroValue()) in loadShadowOrigin() 2522 if (!ConstantShadow->isZeroValue()) in storeOrigin()
|
| H A D | MemorySanitizer.cpp | 1282 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in storeOrigin() 1429 if (!ClCheckConstantShadow || ConstantShadow->isZeroValue()) { in materializeInstructionChecks() 3038 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 307 if (!C->isZeroValue()) { in mutate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 429 Value *V = LastVisited->second->isZeroValue() ? I.getFalseValue() in visitSelectInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 234 if (C->isZeroValue()) in getValueOnEdge()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 784 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1072 if (constant->isZeroValue()) in constStructWithPadding() 1951 if (constant && !constant->isZeroValue() && in EmitAutoVarInit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 2312 return Value && !cast<ConstantAsMetadata>(Value)->getValue()->isZeroValue(); in getAssignmentTrackingModuleFlag()
|
| H A D | Constants.cpp | 62 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
|
| H A D | AutoUpgrade.cpp | 4426 if (Offset->isZeroValue()) { in UpgradeIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2430 if (Cmp->isZeroValue()) { in visitAnd() 4593 assert(!C1->isZeroValue() && "Unexpected xor with 0"); in visitXor()
|
| H A D | InstructionCombining.cpp | 794 !ConstantExpr::getICmp(ICmpInst::ICMP_UGT, C, BitWidthC)->isZeroValue()) in tryFoldInstWithCtpopWithNot()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 2203 return C->isZeroValue(); in isZero()
|
| H A D | HexagonISelLowering.cpp | 1124 NewConst.push_back(IRB.getInt8(CV->getOperand(i)->isZeroValue())); in LowerConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5201 MRI, RHS, [](const Constant *C) { return C && !C->isZeroValue(); }); in matchSDivByConst()
|