Home
last modified time | relevance | path

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

12345678910>>...12

/external/llvm-project/llvm/include/llvm/Analysis/
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()) {
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefResultChecker.cpp42 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()
DUndefinedAssignmentChecker.cpp38 if (!val.isUndef()) in checkBind()
66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) { in checkBind()
DCallAndMessageChecker.cpp171 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()
DUndefBranchChecker.cpp50 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria()
63 if (X.isUndef()) { in checkBranchCondition()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUndefBranchChecker.cpp51 return St->getSVal(Ex, LCtx).isUndef(); in MatchesCriteria()
67 if (X.isUndef()) { in checkBranchCondition()
DUndefinedAssignmentChecker.cpp37 if (!val.isUndef()) in checkBind()
75 if (C.getSVal(B->getLHS()).isUndef()) { in checkBind()
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()
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()
DBuiltinFunctionChecker.cpp50 if (Arg.isUndef()) in evalCall()
92 if (Size.isUndef()) in evalCall()
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp424 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/
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()
DRegisterScavenging.cpp143 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/
DMachineOperand.h302 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/
DRegisterScavenging.cpp130 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()
DMachineInstrBundle.cpp158 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/
DPPCVSXFMAMutate.cpp228 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/
DClustering.h58 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/
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()
/external/llvm-project/llvm/lib/Target/PowerPC/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h393 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/
DRegisterScavenging.cpp143 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/
DSelectionDAG.cpp177 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/
DSelectionDAG.cpp166 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/
DValueLattice.cpp15 if (Val.isUndef()) in operator <<()

12345678910>>...12