Home
last modified time | relevance | path

Searched defs:Var (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp70 bool DbgValueHistoryMap::startDbgValue(InlinedEntity Var, in startDbgValue()
90 EntryIndex DbgValueHistoryMap::startClobber(InlinedEntity Var, in startClobber()
304 InlinedEntity Var) { in dropRegDescribedVar()
318 InlinedEntity Var) { in addRegDescribedVar()
329 static void clobberRegEntries(InlinedEntity Var, unsigned RegNo, in clobberRegEntries()
370 static void handleNewDebugValue(InlinedEntity Var, const MachineInstr &DV, in handleNewDebugValue()
434 for (const auto &Var : I->second) { in clobberRegisterUses() local
475 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() local
568 const InlinedEntity &Var = VarRangePair.first; in dump() local
H A DDwarfCompileUnit.cpp955 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); constructVariableDIE() local
974 dependencies(DbgVariable * Var) dependencies() argument
1031 for (auto *Var : reverse(Input)) { sortLocalVars() local
1039 DbgVariable *Var = Item.getPointer(); sortLocalVars() local
1069 if (DbgVariable *Var = DbgVar.lookup(Dep)) sortLocalVars() local
1420 if (const DbgVariable *Var = dyn_cast<const DbgVariable>(Entity)) finishEntityDefinition() local
1611 applyCommonDbgVariableAttributes(const DbgVariable & Var,DIE & VariableDie) applyCommonDbgVariableAttributes() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp278 Variable Var = NextVar; buildCNF() local
316 const Variable Var = GetVar(Val); buildCNF() local
517 for (Variable Var = CNF.LargestVar; Var != NullVar; --Var) { WatchedLiteralsSolverImpl() local
568 const Variable Var = LevelVars[Level]; solve() local
644 const Variable Var = LevelVars[Level]; reverseForcedMoves() local
657 const Variable Var = LevelVars[Level]; updateWatchedLiterals() local
755 __anon18b2199b0502(Variable Var) activeVarsAreUnassigned() argument
763 __anon18b2199b0602(Variable Var) activeVarsFormWatchedLiterals() argument
775 const Variable Var = var(Lit); unassignedVarsFormingWatchedLiteralsAreActive() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp92 DebugVariable Var(MI.getDebugVariable(), std::nullopt, in reduceDbgValsForwardScan() local
131 for (auto &Var : VariableMap) { in reduceDbgValsForwardScan() local
163 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), in reduceDbgValsBackwardScan() local
H A DAssignmentTrackingAnalysis.cpp138 void addSingleLocVar(DebugVariable Var, DIExpression *Expr, DebugLoc DL, in addSingleLocVar() argument
149 void addVarLoc(VarLocInsertPt Before, DebugVariable Var, DIExpression *Expr, in addVarLoc() argument
330 getAggregate(const DebugVariable & Var) getAggregate() argument
396 unsigned Var; global() member
622 insertMemLoc(BasicBlock & BB,VarLocInsertPt Before,unsigned Var,unsigned StartBit,unsigned EndBit,unsigned Base,DebugLoc DL) insertMemLoc() argument
644 coalesceFragments(BasicBlock & BB,VarLocInsertPt Before,unsigned Var,unsigned StartBit,unsigned EndBit,unsigned Base,DebugLoc DL,const FragsInMemMap & FragMap) coalesceFragments() argument
675 unsigned Var = Aggregates.insert( addDef() local
975 DebugVariable Var(Aggregates[FragMemLoc.Var].first, Expr, run() local
1307 getVariableID(const DebugVariable & Var) getVariableID() argument
1403 touchFragment(VariableID Var) touchFragment() argument
1407 setLocKind(BlockInfo * LiveSet,VariableID Var,LocKind K) setLocKind() argument
1409 __anon504de5160402(BlockInfo *LiveSet, VariableID Var, LocKind K) setLocKind() argument
1421 getLocKind(BlockInfo * LiveSet,VariableID Var) getLocKind() argument
1425 addMemDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addMemDef() argument
1438 addDbgDef(BlockInfo * LiveSet,VariableID Var,const Assignment & AV) addDbgDef() argument
1467 hasVarWithAssignment(BlockInfo * LiveSet,BlockInfo::AssignmentKind Kind,VariableID Var,const Assignment & AV) hasVarWithAssignment() argument
1547 VariableID Var = getVariableID(DebugVariable(Source)); emitDbgValue() local
1686 VariableID Var = getVariableID(DebugVariable(Assign)); processTaggedInstruction() local
1771 VariableID Var = getVariableID(DebugVariable(DbgAssign)); processDbgAssign() local
1819 VariableID Var = getVariableID(DebugVariable(DbgValue)); processDbgValue() local
1941 for (auto Var : VarsTouchedThisFrame) { process() local
2386 DebugVariable Var = FnVarLocs->getVariable(VarLoc.VariableID); run() local
2416 DebugVariable Var = FnVarLocs->getVariable(VarLoc.VariableID); run() local
2427 DebugVariable Var = FnVarLocs->getVariable(VarLoc.VariableID); run() local
2696 DebugVariable Var = FnVarLocs.getVariable(Loc.VariableID); removeUndefDbgLocsFromEntryBlock() local
[all...]
H A DMachineCheckDebugify.cpp82 unsigned Var = ~0U; runOnModule() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp102 for (const auto &Var : Vars) { in ComputeASanStackFrameDescription() local
122 for (const auto &Var : Vars) { in GetShadowBytes() local
139 for (const auto &Var : Vars) { in GetShadowBytesAfterScope() local
H A DSSAUpdaterBulk.cpp41 unsigned Var = Rewrites.size(); in AddVariable() local
51 void SSAUpdaterBulk::AddAvailableValue(unsigned Var, BasicBlock *BB, Value *V) { in AddAvailableValue()
61 void SSAUpdaterBulk::AddUse(unsigned Var, Use *U) { in AddUse()
H A DMemoryOpRemark.cpp314 VariableInfo Var{nameOrNone(GV), Size}; in visitVariable() local
327 VariableInfo Var{DILV->getName(), DISize}; in visitVariable() local
350 VariableInfo Var{nameOrNone(AI), Size}; in visitVariable() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp61 llvm::GlobalVariable *Var; member
143 registerDeviceVar(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,bool Constant) registerDeviceVar() argument
151 registerDeviceSurf(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type) registerDeviceSurf() argument
159 registerDeviceTex(const VarDecl * VD,llvm::GlobalVariable & Var,bool Extern,int Type,bool Normalized) registerDeviceTex() argument
467 replaceManagedVar(llvm::GlobalVariable * Var,llvm::GlobalVariable * ManagedVar) replaceManagedVar() argument
597 llvm::GlobalVariable *Var = Info.Var; makeRegisterGlobalsFn() local
1084 llvm::GlobalVariable *Var = Info.Var; transformManagedVars() local
1223 auto *Var = new llvm::GlobalVariable( getKernelHandle() local
[all...]
H A DVarBypassDetector.cpp75 if (const VarDecl *Var = cast<SwitchStmt>(S)->getConditionVariable()) { in BuildScopeInformation() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp25 while (auto Var = Vars->getNext()) in start() local
H A DPrettyVariableDumper.cpp39 void VariableDumper::start(const PDBSymbolData &Var, uint32_t Offset) { in start()
103 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { in start()
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp79 } else if (auto *Var = dyn_cast<VarInit>(&I)) { translateInit() local
84 if (auto *Var = dyn_cast<VarInit>(VarBit->getBitVar())) { translateInit() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumTables.cpp26 VARIANT Var; in getChildAtIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp279 const VarDecl *Var; member
313 const VarDecl *Var; member
323 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) in PropagationInfo()
352 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
833 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl())) in VisitDeclRefExpr() local
844 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl())) in VisitDeclStmt() local
916 void ConsumedStmtVisitor::VisitVarDecl(const VarDecl *Var) { in VisitVarDecl()
1178 void ConsumedStateMap::setState(const VarDecl *Var, ConsumedState State) { in setState()
1362 const VarDecl *Var = DTor.getVarDecl(); in run() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h38 void *Var; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp115 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues() local
133 DebugVariable Var(DV->getDebugVariable(), DV->getDebugExpression(), in getSinkableDebugValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp50 std::string Var = Env->getName(); in getSourceFileFullPath() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp52 void *Var; member
186 OptionType Type, void *Var) { in registerOption()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp247 DebugVariable Var; global() member
348 loadVarInloc(MachineBasicBlock & MBB,DbgOpIDMap & DbgOpStore,const DenseMap<ValueIDNum,LocationAndQuality> & ValueToLoc,DebugVariable Var,DbgValue Value) loadVarInloc() argument
481 for (const auto &Var : VLocs) { loadInlocs() local
489 addUseBeforeDef(const DebugVariable & Var,const DbgValueProperties & Properties,const SmallVectorImpl<DbgOp> & DbgOps,unsigned Inst) addUseBeforeDef() argument
596 isEntryValueVariable(const DebugVariable & Var,const DIExpression * Expr) const isEntryValueVariable() argument
625 recoverAsEntryValue(const DebugVariable & Var,const DbgValueProperties & Prop,const ValueIDNum & Num) recoverAsEntryValue() argument
667 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), redefVar() local
706 DebugVariable Var(MI.getDebugVariable(), MI.getDebugExpression(), redefVar() local
805 for (const auto &Var : ActiveMLocIt->second) { clobberMloc() local
818 for (const auto &Var : ActiveMLocIt->second) { clobberMloc() local
874 for (auto &Var : NewMLocs) clobberMloc() local
898 for (const auto &Var : MovingVars) { transferMlocs() local
920 emitMOLoc(const MachineOperand & MO,const DebugVariable & Var,const DbgValueProperties & Properties) emitMOLoc() argument
1159 emitLoc(const SmallVectorImpl<ResolvedDbgOp> & DbgOps,const DebugVariable & Var,const DbgValueProperties & Properties) emitLoc() argument
1581 const DILocalVariable *Var = MI.getDebugVariable(); transferDebugInstrRef() local
3169 for (const auto &Var : VarsWeCareAbout) { buildVLocValueMap() local
3341 placePHIsForSingleVarDefinition(const SmallPtrSetImpl<MachineBasicBlock * > & InScopeBlocks,MachineBasicBlock * AssignMBB,SmallVectorImpl<VLocTracker> & AllTheVLocs,const DebugVariable & Var,LiveInsT & Output) placePHIsForSingleVarDefinition() argument
3610 DebugVariable Var(MI->getDebugVariable(), MI->getDebugExpression(), emitTransfers() local
3762 const auto &Var = idx.first; ExtendRanges() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp145 void TestAfterDivZeroChecker::setDivZeroMap(SVal Var, CheckerContext &C) const { in setDivZeroMap()
156 bool TestAfterDivZeroChecker::hasDivZeroMap(SVal Var, in hasDivZeroMap()
H A DUndefCapturedBlockVarChecker.cpp60 for (auto Var : R->referenced_vars()) { in checkPostStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h146 DIVariable *Var; variable
156 SDDbgValue(BumpPtrAllocator &Alloc, DIVariable *Var, DIExpression *Expr, in SDDbgValue()

123456