Home
last modified time | relevance | path

Searched defs:UI (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA()
257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
315 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo()
388 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local
170 MachineUniformityInfo UI; global() member in __anon468376b50111::MachineUniformityAnalysisPass
261 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); runOnMachineFunction() local
H A DCodeGenPrepare.cpp1054 if (UI->getParent() != DestBB || !isa<PHINode>(UI)) in canMergeBlocks() local
1118 UI != E; ++UI) { in replaceAllUsesWith() local
1399 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); SinkCast() local
1781 for (Value::user_iterator UI = Cmp->user_begin(), E = Cmp->user_end(); sinkCmpExpression() local
2012 for (Value::user_iterator UI = AndI->user_begin(), E = AndI->user_end(); sinkAndCmp0Expression() local
2167 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); OptimizeExtractBits() local
5921 const Instruction *UI = cast<Instruction>(U); hasSameExtUse() local
6621 Instruction *UI = cast<Instruction>(U); optimizeExtUses() local
6635 Instruction *UI = cast<Instruction>(U); optimizeExtUses() local
7251 auto *UI = cast<Instruction>(U->get()); tryToSinkFreeOperands() local
7265 auto *UI = cast<Instruction>(U->get()); tryToSinkFreeOperands() local
8057 auto *UI = cast<Instruction>(Usr); tryUnmergingGEPsAcrossIndirectBr() local
8142 Instruction *UI = dyn_cast<Instruction>(U); optimizeBranch() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp46 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
H A DLoopSink.cpp177 Instruction *UI = cast<Instruction>(U.getUser()); in sinkInstruction() local
H A DFloat2Int.cpp341 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
H A DMemCpyOptimizer.cpp1589 LifetimeMarkers.push_back(UI); in performStackMoveOptzn() argument
1490 auto *UI = cast<Instruction>(U.getUser()); performStackMoveOptzn() local
1541 __anon328db6730d02(Instruction *UI) performStackMoveOptzn() argument
[all...]
H A DLICM.cpp1355 const Instruction *UI = cast<Instruction>(U); isFoldableInLoop() local
1380 const Instruction *UI = cast<Instruction>(U); isNotUsedOrFoldableInLoop() local
1626 for (Value::user_iterator UI = I.user_begin(), UE = I.user_end(); UI != UE;) { sink() local
1699 for (auto *UI : Users) { sink() local
2059 Instruction *UI = dyn_cast<Instruction>(U.getUser()); promoteLoopAccessesToScalars() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp124 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
H A DUniformityAnalysis.cpp121 UniformityInfo UI{DT, CI, &TTI}; in run() local
H A DDependenceGraphBuilder.cpp240 Instruction *UI = dyn_cast<Instruction>(U); in createDefUseEdges() local
H A DStackSafetyAnalysis.cpp404 for (const Use &UI : V->uses()) { analyzeAllUses() local
546 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; run() local
554 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; run() local
[all...]
H A DIVDescriptors.cpp435 Instruction *UI = cast<Instruction>(U); in AddReductionVar() local
1157 Instruction *UI = cast<Instruction>(User); getReductionOpChain() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp128 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp208 auto *UI = dyn_cast<VPRecipeBase>(U); verifyVPBasicBlock() local
H A DVPlanTransforms.cpp145 auto *UI = dyn_cast<VPRecipeBase>(U); sinkScalarOperands() local
275 auto *UI = dyn_cast<VPRecipeBase>(&U); mergeReplicateRegionsIntoSuccessors() local
904 auto *UI = cast_or_null<Instruction>(ResultVPV->getUnderlyingValue()); truncateToMinimalBitwidths() local
H A DLoopVectorizationLegality.cpp423 Instruction *UI = cast<Instruction>(U); in hasOutsideLoopUser() local
1544 Instruction *UI = cast<Instruction>(U); prepareToFoldTailByMasking() local
H A DVPlanSLP.cpp370 auto UI = V->user_begin(); in buildGraph() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); in processBlock() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h498 auto *UI = cast<Instruction>(U.getUser()); movementPreservesLCSSAForm() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp634 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo()
740 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp174 if (auto *UI = dyn_cast<Instruction>(U)) in getSpecializationBonus() local
223 if (auto *UI = dyn_cast<Instruction>(U)) in getUserBonus() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp544 if (auto *UI = dyn_cast<Instruction>(U)) invalidate() local
550 if (auto *UI = dyn_cast<Instruction>(U)) invalidate() local
591 if (auto *UI = dyn_cast<Instruction>(U)) markUsersAsChanged() local
601 if (auto *UI = dyn_cast<Instruction>(U)) markUsersAsChanged() local
[all...]

1234