Home
last modified time | relevance | path

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

12345

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineUniformityAnalysis.h37 MachineUniformityInfo UI; variable
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/
H A Dmul_sat.compile.pass.cpp55 using UI = unsigned long long int; in test() typedef
H A Dsub_sat.compile.pass.cpp55 using UI = unsigned long long int; in test() typedef
H A Dadd_sat.compile.pass.cpp55 using UI = unsigned long long int; in test() typedef
H A Ddiv_sat.compile.pass.cpp58 using UI = unsigned long long int; in test() typedef
H A Dsaturate_cast.compile.pass.cpp57 using UI = unsigned long long int; in test() typedef
/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() argument
257 printUnwindCode(const UnwindInfo & UI,ArrayRef<UnwindCode> UC) printUnwindCode() argument
315 printUnwindInfo(const Context & Ctx,const coff_section * Section,off_t Offset,const UnwindInfo & UI) printUnwindInfo() argument
388 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); printRuntimeFunction() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp46 const Instruction *UI = cast<Instruction>(U); valueEscapes() local
H A DLoopSink.cpp177 Instruction *UI = cast<Instruction>(U.getUser()); sinkInstruction() local
H A DFloat2Int.cpp341 Instruction *UI = dyn_cast<Instruction>(U); validateAndTransform() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local
243 UI.print(errs()); in runOnMachineFunction() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp124 if (const auto *UI = dyn_cast<Instruction>(U)) removeUsersOf() local
H A DUniformityAnalysis.cpp121 UniformityInfo UI{DT, CI, &TTI}; run() local
H A DDependenceGraphBuilder.cpp240 Instruction *UI = dyn_cast<Instruction>(U); in createDefUseEdges() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp128 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionsMIR.cpp98 auto UI = MRI->use_begin(Reg); in extractInstrFromFunction() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp131 auto *UI = dyn_cast<VPRecipeBase>(U); verifyVPBasicBlock() local
H A DLoopVectorizationLegality.cpp423 Instruction *UI = cast<Instruction>(U); hasOutsideLoopUser() local
1562 Instruction *UI = cast<Instruction>(U); canFoldTailByMasking() local
1576 auto *UI = cast<Instruction>(U); canFoldTailByMasking() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); processBlock() local
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h503 auto *UI = cast<Instruction>(U.getUser()); movementPreservesLCSSAForm() local
/llvm-project/polly/lib/Support/
H A DVirtualInstruction.cpp23 Instruction *UI = dyn_cast<Instruction>(U.getUser()); in create() local
/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp634 printWin64EHUnwindInfo(const Win64EH::UnwindInfo * UI) printWin64EHUnwindInfo() argument
740 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + printRuntimeFunctionRels() local
[all...]
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp29 unsigned int UI; member

12345