| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | Win64EHDumper.cpp | 44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 315 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 388 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MachineUniformityAnalysis.h | 37 MachineUniformityInfo UI; variable
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MachineUniformityAnalysis.cpp | 160 MachineUniformityInfo UI(domTree, cycleInfo); in computeMachineUniformityInfo() local 243 auto &UI = getAnalysis<MachineUniformityAnalysisPass>(); in runOnMachineFunction() local
|
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | Reg2Mem.cpp | 46 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
|
| HD | LoopSink.cpp | 177 Instruction *UI = cast<Instruction>(U.getUser()); in sinkInstruction() local
|
| HD | Float2Int.cpp | 341 Instruction *UI = dyn_cast<Instruction>(U); in validateAndTransform() local
|
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstructionPrecedenceTracking.cpp | 124 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
|
| HD | UniformityAnalysis.cpp | 121 UniformityInfo UI{DT, CI, &TTI}; in run() local
|
| HD | DependenceGraphBuilder.cpp | 240 Instruction *UI = dyn_cast<Instruction>(U); in createDefUseEdges() local
|
| HD | 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
|
| HD | IVDescriptors.cpp | 435 Instruction *UI = cast<Instruction>(U); in AddReductionVar() local 1156 Instruction *UI = cast<Instruction>(User); in getReductionOpChain() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonOptimizeSZextends.cpp | 128 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | AbstractCallSite.h | 132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | VPlanVerifier.cpp | 131 auto *UI = dyn_cast<VPRecipeBase>(U); in verifyVPBasicBlock() local
|
| HD | 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
|
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCVSXFMAMutate.cpp | 283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); in processBlock() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | LoopInfo.h | 503 auto *UI = cast<Instruction>(U.getUser()); in movementPreservesLCSSAForm() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | COFFDump.cpp | 634 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 740 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels() local
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ossl_typ.h | 144 typedef struct ui_st UI; typedef
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| HD | TruncInstCombine.cpp | 281 if (auto *UI = dyn_cast<Instruction>(U)) in getBestTruncatedType() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | 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
|