/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 | CallAndMessageChecker.cpp | 171 if (PSV.isUndef()) { in uninitRefOrPointer() 202 if (V.isUndef()) { in PreVisitProcessArg() 251 if (V.isUndef()) in PreVisitProcessArg() 313 if (L.isUndef()) { in checkPreStmt() 339 if (Arg.isUndef()) { in checkPreStmt() 368 if (V.isUndef()) { in checkPreCall() 445 if (recVal.isUndef()) { in checkPreObjCMessage()
|
D | UndefinedAssignmentChecker.cpp | 38 if (!val.isUndef()) in checkBind() 66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) { in checkBind()
|
D | UndefBranchChecker.cpp | 50 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria() 63 if (X.isUndef()) { in checkBranchCondition()
|
D | UndefinedArraySubscriptChecker.cpp | 39 if (!C.getSVal(Index).isUndef()) in checkPreStmt()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 256 bool isUndef() const { in isUndef() function 277 return !isUndef() && (isUse() || getSubReg()); in readsReg() 465 bool isUndef = false, bool isDebug = false); 491 bool isUndef = false, 500 Op.IsUndef = isUndef;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 424 if (!Val->isUndef()) { in splitLoadM0BlockLiveIns() 436 if (!Src->isUndef()) in splitLoadM0BlockLiveIns() 439 if (!IdxReg.isUndef()) in splitLoadM0BlockLiveIns() 453 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef())); in emitLoadM0FromVGPRLoop() 462 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef())); in emitLoadM0FromVGPRLoop() 536 .addReg(Idx->getReg(), getUndefRegState(Idx->isUndef())) in loadM0() 540 .addReg(Idx->getReg(), getUndefRegState(Idx->isUndef())); in loadM0() 643 .addReg(Reg, getUndefRegState(SrcVec->isUndef())); in indirectSrc() 650 .addReg(Reg, getUndefRegState(SrcVec->isUndef())) in indirectSrc() 679 .addReg(Val->getReg(), getUndefRegState(Val->isUndef())) in indirectDst()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 302 bool isUndef() const { in isUndef() function 336 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg() 582 bool isUndef = false, bool isDebug = false); 608 bool isUndef = false, 620 Op.IsUndef = isUndef;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.h | 42 bool isUndef() const { return Id_ == kUndef; } in isUndef() function 78 assert(!Id.isUndef() && "unlabeled cluster"); in getCluster()
|
D | Clustering.cpp | 105 if (!ClusterIdForPoint_[P].isUndef()) in dbScan() 134 if (!ClusterIdForPoint_[Q].isUndef()) { in dbScan()
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 130 if (MO.isUndef()) in determineKillsAndDefs() 199 if (MO.isUndef()) in forward() 300 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg() 359 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) && in scavengeRegister()
|
D | MachineInstrBundle.cpp | 158 if (MO.isUndef()) in finalizeBundle() 212 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local 213 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) | in finalizeBundle()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 228 bool AddRegUndef = AddendMI->getOperand(1).isUndef(); in processBlock() 229 bool KilledProdRegUndef = MI->getOperand(KilledProdOp).isUndef(); in processBlock() 230 bool OtherProdRegUndef = MI->getOperand(OtherProdOp).isUndef(); in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 143 if (MO.isUndef()) in determineKillsAndDefs() 212 if (MO.isUndef()) in forward() 331 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg() 545 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) && in scavengeRegister() 721 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock() 736 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock()
|
D | MachineInstrBundle.cpp | 160 if (MO.isUndef()) in finalizeBundle() 214 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local 215 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) | in finalizeBundle()
|
D | ExpandPostRAPseudos.cpp | 146 if (IdentityCopy || SrcMO.isUndef()) { in LowerCopy() 151 if (SrcMO.isUndef() || MI->getNumOperands() > 2) { in LowerCopy()
|
D | BreakFalseDeps.cpp | 111 assert(MO.isUndef() && "Expected undef machine operand"); in pickBestRegisterForUndef() 132 if (!CurrMO.isReg() || CurrMO.isDef() || CurrMO.isUndef() || in pickBestRegisterForUndef()
|
D | LiveDebugVariables.cpp | 114 bool isUndef() const { return locNo() == UndefLocNo; } in isUndef() function in DbgValueLocation 455 if (I.value().isUndef()) in print() 731 if (!I.value().isUndef()) in computeIntervals() 993 if (!v.isUndef() && v.locNo() > OldLocNo) in splitLocation() 1104 if (Loc.isUndef()) in rewriteLocations() 1172 MachineOperand MO = !Loc.isUndef() ? in insertDebugValue() 1218 bool Spilled = !Loc.isUndef() ? SpilledLocations.test(Loc.locNo()) : false; in emitDebugValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 384 bool isUndef() const { in isUndef() function 449 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg() 732 bool isUndef = false, bool isDebug = false); 758 bool isUndef = false, 770 Op.IsUndef = isUndef;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 229 bool AddRegUndef = AddendMI->getOperand(1).isUndef(); in processBlock() 230 bool KilledProdRegUndef = MI.getOperand(KilledProdOp).isUndef(); in processBlock() 231 bool OtherProdRegUndef = MI.getOperand(OtherProdOp).isUndef(); in processBlock()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ProcessImplicitDefs.cpp | 123 if (MO.isUndef() || ImpDefRegs.count(MO.getReg())) { in runOnMachineFunction() 143 if (!MO.isReg() || (MO.isDef() && !MO.getSubReg()) || MO.isUndef()) in runOnMachineFunction() 237 if (UI.getOperand().isUndef()) in runOnMachineFunction()
|
D | RegisterScavenging.cpp | 165 if (MO.isUndef()) in forward() 190 if (MO.isUndef()) in forward() 289 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg()
|
D | MachineInstr.cpp | 156 bool isKill, bool isDead, bool isUndef, in ChangeToRegister() argument 180 IsUndef = isUndef; in ChangeToRegister() 242 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() || in print() 259 if (isKill() || isDead() || isUndef()) { in print() 263 if (isUndef()) { in print() 930 Use |= !MO.isUndef(); in readsWritesVirtualRegister() 931 else if (MO.getSubReg() && !MO.isUndef()) in readsWritesVirtualRegister() 1571 if (!MO.isReg() || !MO.isUse() || MO.isUndef()) in addRegisterKilled()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineObjC.cpp | 173 if (!recVal.isUndef()) { in VisitObjCMessage() 232 if (!recVal.isUndef()) { in VisitObjCMessage()
|
/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()
|