Home
last modified time | relevance | path

Searched defs:User (Results 1 - 25 of 57) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowBreakContinueWithLabel.js20 var User; variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DUser.h44 class User : public Value { class
73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function in llvm::User
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DUser.h45 class User : public Value { class
76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function in llvm::User
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp30 auto *User = cast<Instruction>(U->getUser()); in getUserBB() local
H A DLCSSA.cpp108 Instruction *User = cast<Instruction>(U.getUser()); in formLCSSAForInstructions() local
197 Instruction *User = cast<Instruction>(UseToRewrite->getUser()); in formLCSSAForInstructions() local
H A DSSAUpdater.cpp190 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUse() local
207 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUseAfterInsertions() local
[all...]
H A DPromoteMemoryToRegister.cpp136 Instruction *User = cast<Instruction>(*UI++); in AnalyzeAlloca() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() argument
84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp28 Instruction *User = cast<Instruction>(U.getUser()); in findCallsAtConstantOffset() local
55 Value *User = U.getUser(); in findLoadCallsAtConstantOffset() local
[all...]
H A DIVUsers.cpp129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() argument
208 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local
300 AddUser(Instruction *User, Value *Operand) AddUser() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h93 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h54 User, ///< could "use" a pointer member in llvm::objcarc::ARCInstKind
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-tag.h21 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp110 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in CheckForPhysRegDependency() argument
237 SDNode *User = *I; in ClusterNeighboringLoads() local
[all...]
H A DLegalizeTypes.cpp381 SDNode *User = *UI; in run() local
H A DScheduleDAGFast.cpp729 SDNode *User = findGluedUser(N); in Schedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp104 Instruction *User; member
207 appendAndTransferDominatedUses(Instruction *NewPt, Instruction *User, unsigned OpNo, InsertionPoints::iterator &IPI, InsertionPoints &InsertPts) appendAndTransferDominatedUses() argument
357 findInsertionPoint(Instruction &User, unsigned OpNo) findInsertionPoint() argument
367 isDominated(Instruction *NewPt, Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) isDominated() argument
393 tryAndMerge(Instruction *NewPt, Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) tryAndMerge() argument
444 computeInsertionPoint( Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) computeInsertionPoint() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp147 MachineInstr *User = it->getParent(); in dominatesAllUsesOf() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp470 Instruction *User = cast<Instruction>(U.getUser()); in findValueToReuse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStack.cpp600 Instruction *User = cast<Instruction>(U.getUser()); in moveStaticAllocasToUnsafeStack() local
H A DTypePromotion.cpp429 auto *User = cast<Instruction>(U.getUser()); in ReplaceAllUsersOfWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp154 const auto *User = dyn_cast<Instruction>(*UI); in isUsedInBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp285 StringRef User = StringRef(ArMemHdr->UID, sizeof(ArMemHdr->UID)).rtrim(' '); in getUID() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h49 uint32_t User; member in llvm::vfs::Status
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp330 static bool canVectorizeInst(Instruction *Inst, User *User) { in canVectorizeInst() argument
[all...]

Completed in 21 milliseconds

123