/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineUniformityAnalysis.h | 37 MachineUniformityInfo UI; variable
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/ |
H A D | mul_sat.compile.pass.cpp | 55 using UI = unsigned long long int; in test() typedef
|
H A D | sub_sat.compile.pass.cpp | 55 using UI = unsigned long long int; in test() typedef
|
H A D | add_sat.compile.pass.cpp | 55 using UI = unsigned long long int; in test() typedef
|
H A D | div_sat.compile.pass.cpp | 58 using UI = unsigned long long int; in test() typedef
|
H A D | saturate_cast.compile.pass.cpp | 57 using UI = unsigned long long int; in test() typedef
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 44 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 D | Reg2Mem.cpp | 46 const Instruction *UI = cast<Instruction>(U); valueEscapes() local
|
H A D | LoopSink.cpp | 177 Instruction *UI = cast<Instruction>(U.getUser()); sinkInstruction() local
|
H A D | Float2Int.cpp | 341 Instruction *UI = dyn_cast<Instruction>(U); validateAndTransform() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineUniformityAnalysis.cpp | 160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local 243 UI.print(errs()); in runOnMachineFunction() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionPrecedenceTracking.cpp | 124 if (const auto *UI = dyn_cast<Instruction>(U)) removeUsersOf() local
|
H A D | UniformityAnalysis.cpp | 121 UniformityInfo UI{DT, CI, &TTI}; run() local
|
H A D | DependenceGraphBuilder.cpp | 240 Instruction *UI = dyn_cast<Instruction>(U); in createDefUseEdges() local
|
/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
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | AbstractCallSite.h | 132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructionsMIR.cpp | 98 auto UI = MRI->use_begin(Reg); in extractInstrFromFunction() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanVerifier.cpp | 131 auto *UI = dyn_cast<VPRecipeBase>(U); verifyVPBasicBlock() local
|
H A D | LoopVectorizationLegality.cpp | 423 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 D | PPCVSXFMAMutate.cpp | 283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); processBlock() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 503 auto *UI = cast<Instruction>(U.getUser()); movementPreservesLCSSAForm() local
|
/llvm-project/polly/lib/Support/ |
H A D | VirtualInstruction.cpp | 23 Instruction *UI = dyn_cast<Instruction>(U.getUser()); in create() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 634 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 D | TruncInstCombine.cpp | 281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 29 unsigned int UI; member
|