/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 44 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 D | MachineUniformityAnalysis.h | 37 MachineUniformityInfo UI; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineUniformityAnalysis.cpp | 160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local 243 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
|
H A D | CodeGenPrepare.cpp | 1053 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 D | Reg2Mem.cpp | 46 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
|
H A D | Float2Int.cpp | 341 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
|
H A D | LoopSink.cpp | 179 Instruction *UI = cast<Instruction>(U.getUser()); sinkInstruction() local
|
H A D | MemCpyOptimizer.cpp | 1559 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 D | LICM.cpp | 1366 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 D | InstructionPrecedenceTracking.cpp | 124 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
|
H A D | UniformityAnalysis.cpp | 121 UniformityInfo UI{DT, CI, &TTI}; in run() local
|
H A D | DependenceGraphBuilder.cpp | 240 Instruction *UI = dyn_cast<Instruction>(U); in createDefUseEdges() local
|
H A D | StackSafetyAnalysis.cpp | 426 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 D | IVDescriptors.cpp | 435 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 D | HexagonOptimizeSZextends.cpp | 128 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AbstractCallSite.h | 132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 131 auto *UI = dyn_cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
|
H A D | LoopVectorizationLegality.cpp | 423 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 D | VPlanTransforms.cpp | 148 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 D | PPCVSXFMAMutate.cpp | 283 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 D | LoopInfo.h | 503 auto *UI = cast<Instruction>(U.getUser()); in movementPreservesLCSSAForm() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 634 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 D | FunctionSpecialization.cpp | 174 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 D | TruncInstCombine.cpp | 281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 568 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
|