Home
last modified time | relevance | path

Searched refs:isUndef (Results 1 – 25 of 135) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h238 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()) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp78 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()
H A DCallAndMessageChecker.cpp222 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()
H A DUndefinedAssignmentChecker.cpp37 if (!val.isUndef()) in checkBind()
75 if (C.getSVal(B->getLHS()).isUndef()) { in checkBind()
H A DUndefBranchChecker.cpp51 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria()
67 if (X.isUndef()) { in checkBranchCondition()
H A DBuiltinFunctionChecker.cpp50 if (Arg.isUndef()) in evalCall()
92 if (Size.isUndef()) in evalCall()
H A DUndefinedArraySubscriptChecker.cpp38 if (!C.getSVal(Index).isUndef()) in checkPreStmt()
H A DDereferenceChecker.cpp210 if (l.isUndef()) { in checkLocation()
256 if (V.isUndef()) in checkBind()
H A DReturnUndefChecker.cpp48 if (RetVal.isUndef()) { in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp115 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()
H A DRegisterScavenging.cpp143 if (MO.isUndef()) in determineKillsAndDefs()
192 if (MO.isUndef()) in forward()
311 if (!MO.isReg() || MO.isUndef() || !MO.getReg()) in findSurvivorReg()
531 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) && in scavengeRegister()
715 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock()
730 assert((!MO.isUndef() || MO.isDef()) && "Cannot handle undef uses"); in scavengeFrameVirtualRegsInBlock()
H A DMachineInstrBundle.cpp168 if (MO.isUndef()) in finalizeBundle()
222 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
223 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) | in finalizeBundle()
H A DExpandPostRAPseudos.cpp148 if (IdentityCopy || SrcMO.isUndef()) { in LowerCopy()
153 if (SrcMO.isUndef() || MI->getNumOperands() > 2) { in LowerCopy()
H A DRegAllocFast.cpp820 assert(MO.isUndef() && "expected undef use"); in allocVirtRegUndef()
866 if (MO.getSubReg() && !MO.isUndef()) { in defineLiveThroughVirtReg()
1005 if (MO.isDef() && MO.isUndef()) { in setPhysReg()
1123 if (MO.isTied() || (MO.getSubReg() != 0 && !MO.isUndef())) in allocateInstruction()
1207 (MO0.getSubReg() == 0 && !MO0.isUndef()); in allocateInstruction()
1209 (MO1.getSubReg() == 0 && !MO1.isUndef()); in allocateInstruction()
1224 (MO.getSubReg() && !MO.isUndef())) { in allocateInstruction()
1316 if (MO.isUndef()) { in allocateInstruction()
1343 assert(MO.isUndef() && "Should only have undef virtreg uses left"); in allocateInstruction()
H A DTargetInstrInfo.cpp192 bool Reg1IsUndef = MI.getOperand(Idx1).isUndef(); in commuteInstructionImpl()
193 bool Reg2IsUndef = MI.getOperand(Idx2).isUndef(); in commuteInstructionImpl()
1298 if (MOReg.isUndef()) in getRegSequenceInputs()
1323 if (MOReg.isUndef()) in getExtractSubregInputs()
1349 if (MOInsertedReg.isUndef()) in getInsertSubregInputs()
H A DDeadMachineInstructionElim.cpp93 assert(U.isUndef() && "'Undef' use on a 'dead' register is found!"); in isDead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp186 while (i != e && N->getOperand(i).isUndef()) in isConstantSplatVectorAllOnes()
215 if (N->getOperand(i) != NotZero && !N->getOperand(i).isUndef()) in isConstantSplatVectorAllOnes()
234 if (Op.isUndef()) in isConstantSplatVectorAllZeros()
275 if (Op.isUndef()) in isBuildVectorOfConstantSDNodes()
288 if (Op.isUndef()) in isBuildVectorOfConstantFPSDNodes()
302 return all_of(N->op_values(), [](SDValue Op) { return Op.isUndef(); }); in allOperandsUndef()
319 if (AllowUndefs && Op.getOperand(i).isUndef()) { in matchUnaryPredicate()
353 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate()
354 bool RHSUndef = AllowUndefs && RHSOp.isUndef(); in matchBinaryPredicate()
1778 if (N1.isUndef() && N2.isUndef()) in getVectorShuffle()
[all …]
H A DDAGCombiner.cpp972 if (Op.isUndef()) in isConstantOrConstantVector()
2151 if (!CanFoldNonConst && !NewCT.isUndef() && in foldBinOpIntoSelect()
2158 if (!CanFoldNonConst && !NewCF.isUndef() && in foldBinOpIntoSelect()
2269 if (N0.isUndef()) in visitADDLike()
2272 if (N1.isUndef()) in visitADDLike()
2552 if (N0.isUndef() || N1.isUndef()) in visitADDSAT()
3432 if (N0.isUndef()) in visitSUB()
3434 if (N1.isUndef()) in visitSUB()
3597 if (N0.isUndef() || N1.isUndef()) in visitSUBSAT()
3733 if (N0.isUndef() || N1.isUndef()) in visitMULFIX()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp229 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DClustering.h58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
97 assert(!Id.isUndef() && "unlabeled cluster"); in getCluster()
H A DClustering.cpp132 if (!ClusterIdForPoint_[P].isUndef()) in clusterizeDbScan()
162 if (!ClusterIdForPoint_[Q].isUndef()) { in clusterizeDbScan()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h395 bool isUndef() const { in isUndef() function
460 return !isUndef() && !isInternalRead() && (isUse() || getSubReg()); in readsReg()
762 bool isUndef = false, bool isDebug = false);
793 bool isUndef = false,
805 Op.IsUndef = isUndef;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueLattice.cpp15 if (Val.isUndef()) in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp185 if (!recVal.isUndef()) { in VisitObjCMessage()
249 if (!recVal.isUndef()) { in VisitObjCMessage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h140 bool isUndef() const { in isUndef() function
227 bool isUndef() const = delete;
240 return !V.isUndef(); in isKind()

123456