| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 260 void Dumper::printUnwindCode(const UnwindInfo &UI, ArrayRef<UnwindCode> UC, in printUnwindCode() 336 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 410 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAnnotateUniformValues.cpp | 88 UniformityInfo &UI = FAM.getResult<UniformityInfoAnalysis>(F); in run() local 129 UniformityInfo &UI = in runOnFunction() local
|
| H A D | SIAnnotateControlFlow.cpp | 393 UniformityInfo &UI = FAM.getResult<UniformityInfoAnalysis>(F); in run() local 429 UniformityInfo &UI = in runOnFunction() local
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 523 UniformityInfo &UI = FAM.getResult<UniformityInfoAnalysis>(F); in run() local 564 UniformityInfo &UI = in runOnFunction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineUniformityAnalysis.h | 38 MachineUniformityInfo UI; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineUniformityAnalysis.cpp | 161 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local 270 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionPrecedenceTracking.cpp | 117 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
|
| H A D | HashRecognize.cpp | 356 if (auto *UI = dyn_cast<Instruction>(U)) in digRecurrence() local 532 if (auto *UI = dyn_cast<Instruction>(U)) in isConditionalOnXorOfPHIs() local 614 auto *UI = dyn_cast<Instruction>(U); in recognizeCRC() local
|
| H A D | UniformityAnalysis.cpp | 119 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; in run() local 576 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Reg2Mem.cpp | 47 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
|
| H A D | Float2Int.cpp | 338 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
|
| H A D | LoopSink.cpp | 193 Instruction *UI = cast<Instruction>(U.getUser()); in sinkInstruction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 121 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 | 134 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVVMReflect.cpp | 196 if (auto *UI = dyn_cast<Instruction>(U)) in foldReflectCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 275 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 | 500 auto *UI = cast<Instruction>(U.getUser()); in movementPreservesLCSSAForm() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 426 Instruction *UI = cast<Instruction>(U); in hasOutsideLoopUser() local 1939 Instruction *UI = cast<Instruction>(U); in canFoldTailByMasking() local 1953 auto *UI = cast<Instruction>(U); in canFoldTailByMasking() local
|
| H A D | VPlanVerifier.cpp | 243 auto *UI = cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 652 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 758 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 351 auto *UI = in removeNonFeasibleEdges() local 649 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local 655 if (auto *UI = dyn_cast<Instruction>(U)) in invalidate() local 971 if (auto *UI = dyn_cast<Instruction>(U)) in pushUsersToWorkList() local 980 if (auto *UI = dyn_cast<Instruction>(U)) in pushUsersToWorkList() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 280 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 168 if (auto *UI = dyn_cast<Instruction>(U)) in getCodeSizeSavingsForArg() local 245 if (auto *UI = dyn_cast<Instruction>(U)) in getCodeSizeSavingsForUser() local
|