Home
last modified time | relevance | path

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

/external/googletest/googlemock/
DREADME.md99 #### Linux Requirements ####
106 #### Windows Requirements ####
110 #### Mac OS X Requirements ####
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp132 const auto &Users = P->users(); in getPromotablePHINodes() local
151 const auto &Users = P->users(); in getPromotablePHINodes() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp138 std::vector<Instruction *> Users; in visit() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp363 std::vector<User*> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local
382 std::vector<User*> Users(header->user_begin(), header->user_end()); in constructFunction() local
492 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
DLoopUtils.cpp826 auto Users = Inst.users(); in findDefsUsedOutsideOfLoop() local
/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp137 std::vector<User *> Users(duplicateFunction->user_begin(), in unswitchFunction() local
DGlobalOpt.cpp1781 SmallVector<ConstantExpr*,4> Users; in makeAllConstantUsesInstructions() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPartialInlining.cpp130 std::vector<User*> Users(duplicateFunction->use_begin(), in unswitchFunction() local
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp751 const SetOfMachineInstr *Users = in registerADRCandidate() local
834 const SetOfMachineInstr *Users = in computeOthers() local
862 const SetOfMachineInstr *Users = in computeOthers() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp325 std::vector<User*> Users(inputs[i]->use_begin(), inputs[i]->use_end()); in constructFunction() local
345 std::vector<User*> Users(header->use_begin(), header->use_end()); in constructFunction() local
458 std::vector<User*> Users(outputs[i]->use_begin(), outputs[i]->use_end()); in emitCallAndSwitchStatement() local
DLowerInvoke.cpp356 SmallVector<Instruction*,16> Users; in splitLiveRangesLiveAcrossInvokes() local
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp699 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
737 DenseSet<Instruction *> &Users) { in collectInLoopUserSet()
1617 SmallInstructionVector Users; in replaceSelected() local
DLoopStrengthReduce.cpp2521 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction*> &Users, in isProfitableChain()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1209 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, in trackUsesOfI()
1272 DenseSet<Value *> Users; in getCandidatePairs() local
1504 DenseSet<Value *> Users; in buildDepMap() local
2895 DenseSet<Value *> Users; in canMoveUsesOfIAfterJ() local
2917 DenseSet<Value *> Users; in moveUsesOfIAfterJ() local
2948 DenseSet<Value *> Users; in collectPairLoadMoveSet() local
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp270 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp319 SmallVector<Instruction*,16> Users; in splitLiveRangesAcrossInvokes() local
864 SmallVector<Instruction*, 16> Users; in lowerAcrossUnwindEdges() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1095 static bool IsOnlyNullComparedAndFreed(Value *V, SmallVectorImpl<WeakVH> &Users, in IsOnlyNullComparedAndFreed()
1141 SmallVector<WeakVH, 64> Users; in visitMalloc() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1870 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users, in isAllocSiteRemovable()
1955 SmallVector<WeakVH, 64> Users; in visitAllocSite() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp713 SmallVector<Instruction*, 16> Users; in visitPHINode() local
DObjCARC.cpp1963 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp647 SmallVector<const Value *, 2> Users; in OptimizeAutoreleaseRVCall() local
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp3106 SDNode *Users[4] = { }; in adjustWritemask() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8740 SetVector<SDNode *> Users; in combineRepeatedFPDivisors() local