Home
last modified time | relevance | path

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

1234

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local
170 MachineUniformityInfo UI; member in __anon701d446b0111::MachineUniformityAnalysisPass
261 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
H A DCodeGenPrepare.cpp1054 const Instruction *UI = cast<Instruction>(U); in canMergeBlocks() local
1399 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); in SinkCast() local
1781 for (Value::user_iterator UI = Cmp->user_begin(), E = Cmp->user_end(); in sinkCmpExpression() local
2012 for (Value::user_iterator UI = AndI->user_begin(), E = AndI->user_end(); in sinkAndCmp0Expression() local
5921 const Instruction *UI = cast<Instruction>(U); in hasSameExtUse() local
6621 Instruction *UI = cast<Instruction>(U); in optimizeExtUses() local
6635 Instruction *UI = cast<Instruction>(U); in optimizeExtUses() local
7251 auto *UI = cast<Instruction>(U->get()); in tryToSinkFreeOperands() local
7265 auto *UI = cast<Instruction>(U->get()); in tryToSinkFreeOperands() local
8057 auto *UI = cast<Instruction>(Usr); in tryUnmergingGEPsAcrossIndirectBr() local
[all …]
/freebsd/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.cpp1490 auto *UI = cast<Instruction>(U.getUser()); in performStackMoveOptzn() local
1541 auto DestModRefCallback = [&](Instruction *UI) -> bool { in performStackMoveOptzn()
1589 auto SrcModRefCallback = [&](Instruction *UI) -> bool { in performStackMoveOptzn()
H A DLICM.cpp1355 const Instruction *UI = cast<Instruction>(U); in isFoldableInLoop() local
1380 const Instruction *UI = cast<Instruction>(U); in isNotUsedOrFoldableInLoop() local
1626 for (Value::user_iterator UI = I.user_begin(), UE = I.user_end(); UI != UE;) { in sink() local
1699 for (auto *UI : Users) { in sink() local
2059 Instruction *UI = dyn_cast<Instruction>(U.getUser()); in promoteLoopAccessesToScalars() local
/freebsd/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()) { in analyzeAllUses() local
546 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run() local
554 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run() local
H A DIVDescriptors.cpp435 Instruction *UI = cast<Instruction>(U); in AddReductionVar() local
1157 Instruction *UI = cast<Instruction>(User); in getReductionOpChain() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp208 auto *UI = dyn_cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
H A DVPlanTransforms.cpp145 auto *UI = dyn_cast<VPRecipeBase>(U); in sinkScalarOperands() local
275 auto *UI = dyn_cast<VPRecipeBase>(&U); in mergeReplicateRegionsIntoSuccessors() local
904 auto *UI = cast_or_null<Instruction>(ResultVPV->getUnderlyingValue()); in truncateToMinimalBitwidths() local
H A DLoopVectorizationLegality.cpp423 Instruction *UI = cast<Instruction>(U); in hasOutsideLoopUser() local
1544 Instruction *UI = cast<Instruction>(U); in prepareToFoldTailByMasking() local
H A DVPlanSLP.cpp370 auto UI = V->user_begin(); in buildGraph() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h498 auto *UI = cast<Instruction>(U.getUser()); in movementPreservesLCSSAForm() local
/freebsd/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/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/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp544 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local
550 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local
591 if (auto *UI = dyn_cast<Instruction>(U)) in markUsersAsChanged() local
601 if (auto *UI = dyn_cast<Instruction>(U)) in markUsersAsChanged() local

1234