Home
last modified time | relevance | path

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

1234567

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp44 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA()
218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode()
276 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo()
349 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp77 for (auto UI = Arg.use_begin(); UI != Arg.use_end();) { in runOnFunction() local
131 for (auto UI = Ashr->user_begin(), UE = Ashr->user_end(); in runOnFunction() local
H A DHexagonVectorLoopCarriedReuse.cpp389 for (auto UI = PN->use_begin(), E = PN->use_end(); UI != E; ++UI) { in findValueToReuse() local
418 for (auto UI = BEInst->use_begin(), E = BEInst->use_end(); UI != E; in findValueToReuse() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp58 auto *UI = cast<Instruction>(U.getUser()); in isSafeToSpeculatePHIUsers() local
355 auto *UI = cast<Instruction>(U.getUser()); in visitPHIUsersAndDepsInPostOrder() local
444 for (auto *UI : UserSet) in findProfitablePHIs() local
523 auto *UI = cast<Instruction>(U.getUser()); in findProfitablePHIs() local
H A DReg2Mem.cpp47 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
H A DLoopInstSimplify.cpp108 for (Value::use_iterator UI = I.use_begin(), UE = I.use_end(); in simplifyLoopInst() local
H A DLICM.cpp1398 const Instruction *UI = cast<Instruction>(U); in isFreeInLoop() local
1422 const Instruction *UI = cast<Instruction>(U); in isNotUsedOrFreeInLoop() local
1665 for (Value::user_iterator UI = I.user_begin(), UE = I.user_end(); UI != UE;) { in sink() local
1739 for (auto *UI : Users) { in sink() local
2083 Instruction *UI = dyn_cast<Instruction>(U); in promoteLoopAccessesToScalars() local
/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A DAnalysisWrappers.cpp39 Instruction *UI = dyn_cast<Instruction>(U); in runOnModule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp81 for (Value::use_iterator UI = allocaInst->use_begin(), in runOnFunction() local
H A DNVPTXImageOptimizer.cpp151 for (CallInst::use_iterator UI = From->use_begin(), UE = From->use_end(); in replaceWith() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp99 for (MCRegUnitIterator UI(Reg.asMCReg(), &TRI); UI.isValid(); ++UI) { in isDefBetween() local
284 for (MCRegUnitIterator UI(ExecReg, TRI); UI.isValid(); ++UI) { in optimizeElseBranch() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp116 if (const auto *UI = dyn_cast<Instruction>(U)) in removeUsersOf() local
H A DStackSafetyAnalysis.cpp340 for (const Use &UI : V->uses()) { in analyzeAllUses() local
455 auto &UI = Info.Allocas.emplace(AI, PointerSize).first->second; in run() local
463 auto &UI = Info.Params.emplace(A.getArgNo(), PointerSize).first->second; in run() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dref-types.cc63 unsigned int UI; in main2() local
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dref-types.cc63 unsigned int UI; in main2() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAbstractCallSite.h132 bool isCallee(Value::const_user_iterator UI) const { in isCallee()
H A DValue.h171 use_iterator_impl<Use> UI; variable
321 for (use_iterator UI = use_begin(), E = use_end(); UI != E;) { in replaceUsesWithIf() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp166 auto UI = Placeholder->user_begin(); in resolveConstantForwardRefs() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp631 for (auto UI = I.use_begin(), UE = I.use_end(); UI != UE;) { in rebuildSSA() local
768 auto *UI = cast<Instruction>(U); in runOnModule() local
1174 for (auto UI = SetjmpTable->use_begin(), UE = SetjmpTable->use_end(); in runSjLjOnFunction() local
1184 for (auto UI = SetjmpTableSize->use_begin(), UE = SetjmpTableSize->use_end(); in runSjLjOnFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp294 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) in setPhysRegState() local
299 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in isPhysRegFree() local
566 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in displacePhysReg() local
621 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in calcSpillCost() local
1050 for (MCRegUnitIterator UI(PhysReg, TRI); UI.isValid(); ++UI) { in dumpState() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp501 for (auto UI = TileDP->use_begin(), UE = TileDP->use_end(); UI != UE;) { in lowerTileDP() local
545 for (auto UI = TileLoadStore->use_begin(), UE = TileLoadStore->use_end(); in lowerTileLoadStore() local
564 for (auto UI = TileZero->use_begin(), UE = TileZero->use_end(); UI != UE;) { in lowerTileZero() local
/netbsd/external/gpl2/groff/dist/font/devlj4/generate/
H A DMakefile138 UI: $(AUTOFONT)/9nb00092.tfm $(TEXTMAP) target
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp283 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); in processBlock() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp488 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo()
594 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp396 Instruction *UI = cast<Instruction>(U); in hasOutsideLoopUser() local
1246 Instruction *UI = cast<Instruction>(U); in prepareToFoldTailByMasking() local

1234567