/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefResultChecker.cpp | 42 if (state->getSVal(B, LCtx).isUndef()) { in checkPostStmt() 66 if (state->getSVal(B->getLHS(), LCtx).isUndef()) { in checkPostStmt() 70 else if (state->getSVal(B->getRHS(), LCtx).isUndef()) { in checkPostStmt()
|
D | UndefinedAssignmentChecker.cpp | 38 if (!val.isUndef()) in checkBind() 66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) { in checkBind()
|
D | CallAndMessageChecker.cpp | 164 if (PSV.isUndef()) { in uninitRefOrPointer() 195 if (V.isUndef()) { in PreVisitProcessArg() 244 if (V.isUndef()) in PreVisitProcessArg() 306 if (L.isUndef()) { in checkPreStmt() 332 if (Arg.isUndef()) { in checkPreStmt() 361 if (V.isUndef()) { in checkPreCall() 438 if (recVal.isUndef()) { in checkPreObjCMessage()
|
D | UndefBranchChecker.cpp | 51 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria() 64 if (X.isUndef()) { in checkBranchCondition()
|
D | UndefinedArraySubscriptChecker.cpp | 39 if (!C.getSVal(Index).isUndef()) in checkPreStmt()
|
D | DereferenceChecker.cpp | 180 if (l.isUndef()) { in checkLocation() 229 if (V.isUndef()) in checkBind()
|
D | ReturnUndefChecker.cpp | 49 if (RetVal.isUndef()) { in checkPreStmt()
|
D | CStringChecker.cpp | 623 assert(!strLength.isUndef() && "Attempt to set an undefined string length"); in setCStringLength() 1199 if (strLength.isUndef()) in evalstrLengthCommon() 1356 if (strLength.isUndef()) in evalStrcpyCommon() 1416 if (dstStrLength.isUndef()) in evalStrcpyCommon() 1466 assert(!amountCopied.isUndef()); in evalStrcpyCommon() 1515 if (dstStrLength.isUndef()) in evalStrcpyCommon() 1538 assert(!finalStrLength.isUndef()); in evalStrcpyCommon() 1712 if (s1Length.isUndef()) in evalStrcmpCommon() 1717 if (s2Length.isUndef()) in evalStrcmpCommon()
|
D | ExprInspectionChecker.cpp | 67 if (AssertionVal.isUndef()) in getArgumentValueString()
|
D | VLASizeChecker.cpp | 100 if (sizeV.isUndef()) { in checkPreStmt()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 299 bool isUndef() const { in isUndef() function 333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg() 562 bool isUndef = false, bool isDebug = false); 588 bool isUndef = false, 600 Op.IsUndef = isUndef;
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 136 if (MO.isUndef()) in determineKillsAndDefs() 206 if (MO.isUndef()) in forward() 317 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg() 377 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) && in scavengeRegister()
|
D | MachineInstrBundle.cpp | 146 if (MO.isUndef()) in finalizeBundle() 200 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local 201 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) | in finalizeBundle()
|
D | LivePhysRegs.cpp | 53 if (!O->isReg() || !O->readsReg() || O->isUndef()) in stepBackward()
|
D | MachineInstr.cpp | 148 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument 169 IsUndef = isUndef; in ChangeToRegister() 285 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() || in print() 299 if (isUndef() && getSubReg()) in print() 316 if (isUndef() && isUse()) { in print() 1159 Use |= !MO.isUndef(); in readsWritesVirtualRegister() 1160 else if (MO.getSubReg() && !MO.isUndef()) in readsWritesVirtualRegister() 1744 if (!MO.isReg() || !MO.isUse() || MO.isUndef()) in addRegisterKilled()
|
D | ExpandPostRAPseudos.cpp | 153 if (SrcMO.isUndef() || MI->getNumOperands() > 2) { in LowerCopy()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 194 bool AddRegUndef = AddendMI->getOperand(1).isUndef(); in processBlock() 195 bool KilledProdRegUndef = MI->getOperand(KilledProdOp).isUndef(); in processBlock() 196 bool OtherProdRegUndef = MI->getOperand(OtherProdOp).isUndef(); in processBlock()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 121 inline bool isUndef() const { in isUndef() function 206 bool isUndef() const = delete; 220 return !V.isUndef(); in isKind()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 261 if (!MO.isReg() || MO.isUndef() || MO.isUse()) in canAddPseudoFlagDep() 270 if (!MO.isReg() || MO.isUndef() || MO.isDef()) in canAddPseudoFlagDep() 860 if (!MO.isReg() || MO.isUndef() || MO.isUse()) in UpdateCPSRDef() 875 if (!MO.isReg() || MO.isUndef() || MO.isDef()) in UpdateCPSRUse()
|
D | ARMLoadStoreOptimizer.cpp | 844 unsigned PRegNum = PMO.isUndef() ? UINT_MAX : TRI->getEncodingValue(PReg); in MergeLDR_STR() 870 unsigned RegNum = MO.isUndef() ? UINT_MAX : TRI->getEncodingValue(Reg); in MergeLDR_STR() 1401 MI->getOperand(0).isUndef()) in isMemoryOp() 1406 MI->getOperand(1).isUndef()) in isMemoryOp() 1497 bool EvenUndef = MI->getOperand(0).isUndef(); in FixInvalidRegPairOp() 1500 bool OddUndef = MI->getOperand(1).isUndef(); in FixInvalidRegPairOp() 1502 bool BaseUndef = BaseOp.isUndef(); in FixInvalidRegPairOp() 1504 bool OffUndef = isT2 ? false : MI->getOperand(3).isUndef(); in FixInvalidRegPairOp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 138 } else if (!MO.isUndef()) { in processBlock()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 162 if (!recVal.isUndef()) { in VisitObjCMessage()
|
D | SValBuilder.cpp | 336 if (lhs.isUndef() || rhs.isUndef()) in evalBinOp()
|
D | BugReporterVisitors.cpp | 531 if (V.isUndef() || in VisitNode() 599 if (V.isUndef()) { in VisitNode() 628 } else if (V.isUndef()) { in VisitNode() 665 } else if (V.isUndef()) { in VisitNode() 1628 if (BoundVal.isUndef() || BoundVal.isZeroConstant()) { in VisitNode()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2481 unsigned &NewSrc, bool &isKill, bool &isUndef, in classifyLEAReg() argument 2498 isUndef = Src.isUndef(); in classifyLEAReg() 2524 isUndef = false; in classifyLEAReg() 2529 isUndef = true; in classifyLEAReg() 2543 isUndef = false; in classifyLEAReg() 2720 bool isKill, isUndef; in convertToThreeAddress() local 2724 SrcReg, isKill, isUndef, ImplicitOp)) in convertToThreeAddress() 2730 .addReg(SrcReg, getKillRegState(isKill) | getUndefRegState(isUndef)) in convertToThreeAddress() 2755 bool isKill, isUndef; in convertToThreeAddress() local 2759 SrcReg, isKill, isUndef, ImplicitOp)) in convertToThreeAddress() [all …]
|