/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ValueLattice.h | 238 bool isUndef() const { return Tag == undef; } in isUndef() function 294 if (isUndef()) in markUndef() 316 assert(isUnknown() || isUndef()); 357 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef) 376 assert(isUnknown() || isUndef()); 395 if (isUndef()) { 397 if (RHS.isUndef()) 416 if (RHS.isUndef()) 431 if (RHS.isUndef()) {
|
/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 | 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 | UndefBranchChecker.cpp | 50 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria() 63 if (X.isUndef()) { in checkBranchCondition()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefBranchChecker.cpp | 51 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria() 67 if (X.isUndef()) { in checkBranchCondition()
|
D | UndefinedAssignmentChecker.cpp | 37 if (!val.isUndef()) in checkBind() 75 if (C.getSVal(B->getLHS()).isUndef()) { in checkBind()
|
D | UndefResultChecker.cpp | 78 if (C.getSVal(B).isUndef()) { in checkPostStmt() 102 if (C.getSVal(B->getLHS()).isUndef()) { in checkPostStmt() 106 else if (C.getSVal(B->getRHS()).isUndef()) { in checkPostStmt()
|
D | CallAndMessageChecker.cpp | 222 if (PSV.isUndef()) { in uninitRefOrPointer() 267 if (V.isUndef()) in Find() 295 if (V.isUndef()) { in PreVisitProcessArg() 376 if (L.isUndef()) { in checkFunctionPointerCall() 447 if (V.isUndef()) { in checkCXXMethodCall() 484 if (!Arg.isUndef()) in checkCXXDeallocation() 578 if (recVal.isUndef()) { in checkPreObjCMessage()
|
D | BuiltinFunctionChecker.cpp | 50 if (Arg.isUndef()) in evalCall() 92 if (Size.isUndef()) in evalCall()
|
/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-project/llvm/lib/CodeGen/ |
D | BreakFalseDeps.cpp | 115 assert(MO.isUndef() && "Expected undef machine operand"); in pickBestRegisterForUndef() 140 if (!CurrMO.isReg() || CurrMO.isDef() || CurrMO.isUndef() || in pickBestRegisterForUndef() 195 if (!MO.isReg() || !MO.getReg() || !MO.isUse() || !MO.isUndef()) in processDefs()
|
D | RegisterScavenging.cpp | 143 if (MO.isUndef()) in determineKillsAndDefs() 193 if (MO.isUndef()) in forward() 312 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg() 526 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) && in scavengeRegister() 710 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock() 725 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock()
|
/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/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/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.h | 58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function 97 assert(!Id.isUndef() && "unlabeled cluster"); in getCluster()
|
/external/swiftshader/third_party/llvm-10.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/llvm-project/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-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 393 bool isUndef() const { in isUndef() function 458 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg() 755 bool isUndef = false, bool isDebug = false); 781 bool isUndef = false, 793 Op.IsUndef = isUndef;
|
/external/swiftshader/third_party/llvm-10.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() 729 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock() 744 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 177 while (i != e && N->getOperand(i).isUndef()) in isBuildVectorAllOnes() 206 if (N->getOperand(i) != NotZero && !N->getOperand(i).isUndef()) in isBuildVectorAllOnes() 220 if (Op.isUndef()) in isBuildVectorAllZeros() 253 if (Op.isUndef()) in isBuildVectorOfConstantSDNodes() 266 if (Op.isUndef()) in isBuildVectorOfConstantFPSDNodes() 280 return all_of(N->op_values(), [](SDValue Op) { return Op.isUndef(); }); in allOperandsUndef() 296 if (AllowUndefs && Op.getOperand(i).isUndef()) { in matchUnaryPredicate() 330 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() 331 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() 1680 if (N1.isUndef() && N2.isUndef()) in getVectorShuffle() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 166 while (i != e && N->getOperand(i).isUndef()) in isBuildVectorAllOnes() 195 if (N->getOperand(i) != NotZero && !N->getOperand(i).isUndef()) in isBuildVectorAllOnes() 209 if (Op.isUndef()) in isBuildVectorAllZeros() 242 if (Op.isUndef()) in isBuildVectorOfConstantSDNodes() 255 if (Op.isUndef()) in isBuildVectorOfConstantFPSDNodes() 269 return all_of(N->op_values(), [](SDValue Op) { return Op.isUndef(); }); in allOperandsUndef() 285 if (AllowUndefs && Op.getOperand(i).isUndef()) { in matchUnaryPredicate() 319 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate() 320 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate() 1615 if (N1.isUndef() && N2.isUndef()) in getVectorShuffle() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueLattice.cpp | 15 if (Val.isUndef()) in operator <<()
|