Home
last modified time | relevance | path

Searched defs:Users (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h65 SmallPtrSet<GlobalObject *, 2> Users; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DTLSVariableHoist.h93 SmallVector<TLSUser, 8> Users; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp47 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp148 const auto &Users = P->users(); in getPromotablePHINodes() local
167 const auto &Users = P->users(); in getPromotablePHINodes() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; in use() local
235 uint64_t Users = Resource2Groups[RSID]; in release() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp170 SmallVector<Instruction *, 4> Users; in DemotePHIToStack() local
H A DCodeExtractor.cpp1052 std::vector<User *> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local
1073 std::vector<User *> Users(header->user_begin(), header->user_end()); in constructFunction() local
1279 std::vector<User *> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
H A DLoopUtils.cpp130 auto Users = Inst.users(); in findDefsUsedOutsideOfLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp162 SmallPtrSet<MachineInstr *, 32> Users; localizeIntraBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp156 SmallVector<User *, 16> Users(GV->users()); in lowerGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp88 std::vector<Instruction *> Users; in runLowerConstExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp83 SmallVectorImpl<CoroSubFnInst *> &Users) { in replaceWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp306 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
H A DTypePromotion.cpp412 SmallVector<Instruction *, 4> Users; in ReplaceAllUsersOfWith() local
H A DMachineSink.cpp1775 auto &Users = SeenDbgUsers[MO.getReg()]; in SinkInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h56 SmallVector<VPUser *, 1> Users; variable
H A DVPlanTransforms.cpp960 SetVector<VPUser *> Users(V->user_begin(), V->user_end()); in collectUsersRecursively() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp903 std::vector<User *> Users(DuplicateFunction->user_begin(), in computeCallsiteToProfCountMap() local
1354 std::vector<User *> Users(Cloner.ClonedFunc->user_begin(), in tryPartialInline() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp509 SmallVector<std::pair<unsigned, unsigned>, 4> Users; in onEvent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h862 ArrayRef<MachineInstr *> Users) const { in updateDbgUsersToReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp943 SmallVector<MachineInstr *, 4> Users; in analyzeVGPRToSGPRCopy() local
H A DSIFoldOperands.cpp2039 SmallVector<const MachineInstr*, 8> Users; in tryFoldLoad() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h245 SmallVector<std::pair<ReadState *, int>, 4> Users; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1573 SmallVector<Instruction *, 8> Users; in insertTrivialPHIs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp723 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local

12