Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp44 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 DAMDGPUAnnotateUniformValues.cpp88 UniformityInfo &UI = FAM.getResult<UniformityInfoAnalysis>(F); in run() local
129 UniformityInfo &UI = in runOnFunction() local
H A DSIAnnotateControlFlow.cpp393 UniformityInfo &UI = FAM.getResult<UniformityInfoAnalysis>(F); in run() local
429 UniformityInfo &UI = in runOnFunction() local
H A DAMDGPULateCodeGenPrepare.cpp523 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 DMachineUniformityAnalysis.h38 MachineUniformityInfo UI; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp161 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local
270 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp117 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
H A DHashRecognize.cpp356 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 DUniformityAnalysis.cpp119 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; 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 DReg2Mem.cpp47 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
H A DFloat2Int.cpp338 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
H A DLoopSink.cpp193 Instruction *UI = cast<Instruction>(U.getUser()); in sinkInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp121 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h134 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp196 if (auto *UI = dyn_cast<Instruction>(U)) in foldReflectCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp275 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.h500 auto *UI = cast<Instruction>(U.getUser()); in movementPreservesLCSSAForm() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp426 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 DVPlanVerifier.cpp243 auto *UI = cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp652 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 DSCCPSolver.cpp351 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 DTruncInstCombine.cpp280 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp168 if (auto *UI = dyn_cast<Instruction>(U)) in getCodeSizeSavingsForArg() local
245 if (auto *UI = dyn_cast<Instruction>(U)) in getCodeSizeSavingsForUser() local

12345