Home
last modified time | relevance | path

Searched defs:UI (Results 1 – 25 of 99) 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() argument
257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() argument
315 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() argument
388 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); printRuntimeFunction() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineUniformityAnalysis.h37 MachineUniformityInfo UI; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local
243 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
H A DCodeGenPrepare.cpp1053 const Instruction *UI = cast<Instruction>(U); in canMergeBlocks() local
1117 for (Value::user_iterator UI = OldI->user_begin(), E = OldI->user_end(); in replaceAllUsesWith() local
1398 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); in SinkCast() local
1778 for (Value::user_iterator UI = Cmp->user_begin(), E = Cmp->user_end(); in sinkCmpExpression() local
2045 for (Value::user_iterator UI = AndI->user_begin(), E = AndI->user_end(); in sinkAndCmp0Expression() local
2200 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits() local
6037 const Instruction *UI = cast<Instruction>(U); in hasSameExtUse() local
6735 Instruction *UI = cast<Instruction>(U); in optimizeExtUses() local
6749 Instruction *UI = cast<Instruction>(U); in optimizeExtUses() local
7365 auto *UI = cast<Instruction>(U->get()); in tryToSinkFreeOperands() 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 DFloat2Int.cpp341 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
H A DLoopSink.cpp179 Instruction *UI = cast<Instruction>(U.getUser()); sinkInstruction() local
H A DMemCpyOptimizer.cpp1559 auto *UI = cast<Instruction>(U.getUser()); in performStackMoveOptzn() local
1610 auto DestModRefCallback = [&](Instruction *UI) -> bool { in performStackMoveOptzn()
1658 auto SrcModRefCallback = [&](Instruction *UI) -> bool { in performStackMoveOptzn()
H A DLICM.cpp1366 const Instruction *UI = cast<Instruction>(U); in isFoldableInLoop() local
1391 const Instruction *UI = cast<Instruction>(U); in isNotUsedOrFoldableInLoop() local
1641 for (Value::user_iterator UI = I.user_begin(), UE = I.user_end(); UI != UE;) { in sink() local
1714 for (auto *UI : Users) { in sink() local
2074 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.cpp426 for (const Use &UI : V->uses()) { in analyzeAllUses() local
568 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; run() local
576 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
1156 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.cpp131 auto *UI = dyn_cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
H A DLoopVectorizationLegality.cpp423 Instruction *UI = cast<Instruction>(U); in hasOutsideLoopUser() local
1562 Instruction *UI = cast<Instruction>(U); in canFoldTailByMasking() local
1576 auto *UI = cast<Instruction>(U); in canFoldTailByMasking() local
H A DVPlanTransforms.cpp148 auto *UI = dyn_cast<VPRecipeBase>(U); in sinkScalarOperands() local
277 auto *UI = dyn_cast<VPRecipeBase>(&U); in mergeReplicateRegionsIntoSuccessors() local
1103 auto *UI = cast_or_null<Instruction>(ResultVPV->getUnderlyingValue()); in truncateToMinimalBitwidths() 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.h503 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() argument
740 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + printRuntimeFunctionRels() local
[all...]
/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.cpp568 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local
574 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local
615 if (auto *UI = dyn_cast<Instruction>(U)) in markUsersAsChanged() local
625 if (auto *UI = dyn_cast<Instruction>(U)) in markUsersAsChanged() local

1234