Home
last modified time | relevance | path

Searched refs:User (Results 1 - 25 of 277) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h50 class User;
207 bool translateBitCast(const User &U, MachineIRBuilder &MIRBuilder);
210 bool translateLoad(const User &U, MachineIRBuilder &MIRBuilder);
213 bool translateStore(const User &U, MachineIRBuilder &MIRBuilder);
252 bool translateCall(const User &U, MachineIRBuilder &MIRBuilder);
254 bool translateInvoke(const User &U, MachineIRBuilder &MIRBuilder);
256 bool translateCallBr(const User &U, MachineIRBuilder &MIRBuilder);
258 bool translateLandingPad(const User &U, MachineIRBuilder &MIRBuilder);
262 bool translateCast(unsigned Opcode, const User &U,
266 bool translatePHI(const User
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowBreakContinueWithLabel.js2 enum User { A, B }
4 let user: User = User.A
8 case User.A:
9 user = User.B;
11 case User.B:
20 var User; variable
21 (function (User) {
22 User[User["
[all...]
H A DdeclarationEmitPrivateSymbolCausesVarDeclarationToBeEmitted.js4 export class User {
12 exports.User = void 0;
14 var User = /** @class */ (function () {
15 function User() {
17 return User;
19 exports.User = User;
25 export declare class User {
H A DanonClassDeclarationEmitIsAnon.js26 export class User {
30 // User that is Timestamped
31 export class TimestampedUser extends Timestamped(User) {
97 exports.TimestampedUser = exports.User = void 0;
101 var User = /** @class */ (function () {
102 function User() {
105 return User;
107 exports.User = User;
108 // User tha
[all...]
H A DemitThisInSuperMethodCall.js2 class User {
7 class RegisteredUser extends User {
46 var User = /** @class */ (function () {
47 function User() {
49 User.prototype.sayHello = function () {
51 return User;
79 }(User));
H A DsuperErrors.js9 class User {
16 class RegisteredUser extends User {
76 var User = /** @class */ (function () {
77 function User() {
80 User.prototype.sayHello = function () {
83 return User;
121 }(User));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h89 class User;
490 void visit(unsigned Opcode, const User &I);
689 void visitUnary(const User &I, unsigned Opcode);
690 void visitFNeg(const User &I) { visitUnary(I, ISD::FNEG); } in visitFNeg()
692 void visitBinary(const User &I, unsigned Opcode);
693 void visitShift(const User &I, unsigned Opcode);
694 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd()
695 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); } in visitFAdd()
696 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub()
697 void visitFSub(const User in visitSub()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DUser.cpp1 //===-- User.cpp - Implement the User class -------------------------------===//
9 #include "llvm/IR/User.h"
17 // User Class
20 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith()
24 "Cannot call User::replaceUsesOfWith on a constant!"); in replaceUsesOfWith()
36 // User allocHungoffUses Implementation
39 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses()
48 // the User. in allocHungoffUses()
54 (void) new(End) Use::UserRef(const_cast<User*>(thi in allocHungoffUses()
[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
35 if (!DT.dominates(CI, User)) in findCallsAtConstantOffset()
37 if (isa<BitCastInst>(User)) { in findCallsAtConstantOffset()
38 findCallsAtConstantOffset(DevirtCalls, HasNonCallUses, User, Offset, CI, in findCallsAtConstantOffset()
40 } else if (auto CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset()
42 } else if (auto II = dyn_cast<InvokeInst>(User)) { in findCallsAtConstantOffset()
55 Value *User = U.getUser(); in findLoadCallsAtConstantOffset() local
56 if (isa<BitCastInst>(User)) { in findLoadCallsAtConstantOffset()
57 findLoadCallsAtConstantOffset(M, DevirtCalls, User, Offset, CI, DT); in findLoadCallsAtConstantOffset()
58 } else if (isa<LoadInst>(User)) { in findLoadCallsAtConstantOffset()
[all...]
H A DIVUsers.cpp121 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() argument
132 if (L->contains(User)) in IVUseShouldUsePostIncValue()
141 if (DT->dominates(LatchBlock, User->getParent())) in IVUseShouldUsePostIncValue()
148 PHINode *PN = dyn_cast<PHINode>(User); in IVUseShouldUsePostIncValue()
208 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local
209 if (!UniqueUsers.insert(User).second) in AddUsersImpl()
213 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersImpl()
218 BasicBlock *UseBB = User in AddUsersImpl()
300 AddUser(Instruction *User, Value *Operand) AddUser() argument
[all...]
H A DObjCARCInstKind.cpp76 case ARCInstKind::User: in operator <<()
77 return OS << "ARCInstKind::User"; in operator <<()
141 return ARCInstKind::User; in GetFunctionClass()
143 return ARCInstKind::User; in GetFunctionClass()
233 return ARCInstKind::User; in GetARCInstKind()
291 return ARCInstKind::User; in GetARCInstKind()
299 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end(); in GetARCInstKind()
302 return ARCInstKind::User; in GetARCInstKind()
313 case ARCInstKind::User: in IsUser()
372 case ARCInstKind::User in IsRetain()
[all...]
H A DGuardUtils.cpp18 bool llvm::isGuard(const User *U) { in isGuard()
22 bool llvm::isWidenableBranch(const User *U) { in isWidenableBranch()
29 bool llvm::isGuardAsWidenableBranch(const User *U) { in isGuardAsWidenableBranch()
44 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
49 if (parseWidenableBranch(const_cast<User*>(U), C, WC, IfTrueBB, IfFalseBB)) { in parseWidenableBranch()
60 bool llvm::parseWidenableBranch(User *U, Use *&C,Use *&WC, in parseWidenableBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp104 Instruction *User; member
107 UpdateRecord(Constant *C, Instruction *User, unsigned Op) in UpdateRecord()
108 : C(C), User(User), Op(Op) {} in UpdateRecord()
152 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
159 /// \param User the user of the constant
165 bool isDominated(Instruction *NewPt, Instruction *User, unsigned OpNo,
173 /// \param User the user of the constant
181 bool tryAndMerge(Instruction *NewPt, Instruction *User, unsigned OpNo,
188 /// \param User th
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/include/llvm/IR/
H A DUser.h1 //===- llvm/User.h - User class definition ----------------------*- C++ -*-===//
10 // Each instance of the Value class keeps track of what User's have handles
38 /// Compile-time customization of User operands.
44 class User : public Value { class
52 /// Allocate a User with an operand pointer co-allocated.
58 /// Allocate a User with the operands co-allocated.
63 /// Allocate a User with the operands co-allocated. If DescBytes is non-zero
73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function in llvm::User
80 "Error in initializing hung off uses for User"); in User()
[all...]
H A DOperandTraits.h10 // layout of various User subclasses. It also provides the means for accessing
17 #include "llvm/IR/User.h"
26 /// when it is a prefix to the User object, and the number of Use objects is
34 "adding virtual methods to subclasses of User breaks use lists"); in op_begin()
40 static unsigned operands(const User*) { in operands()
54 static unsigned operands(const User *U) { in operands()
64 /// when it is a prefix to the User object, and the number of Use objects is
72 "adding virtual methods to subclasses of User breaks use lists"); in op_begin()
73 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
78 static unsigned operands(const User * in op_end()
[all...]
H A DUse.h11 /// instruction or some other User instance which refers to a Value. The Use
14 /// Pointer tagging is used to efficiently find the User corresponding to a Use
15 /// without having to store a User pointer in every Use. A User is preceded in
18 /// able to find that User given a pointer to any Use. For details, see:
35 class User;
42 /// directly to the used value when we arrive from the User's operands, and
43 /// jumping directly to the User when we arrive from the Value's uses.
45 /// The pointer to the used Value is explicit, and the pointer to the User is
66 static inline void *getAsVoidPointer(User *
[all...]
H A DGetElementPtrTypeIterator.h21 #include "llvm/IR/User.h"
30 template<typename ItTy = User::const_op_iterator>
127 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin()
134 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end()
138 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin()
145 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DGuardUtils.h19 class User;
24 bool isGuard(const User *U);
28 bool isWidenableBranch(const User *U);
32 bool isGuardAsWidenableBranch(const User *U);
43 bool parseWidenableBranch(const User *U, Value *&Condition,
49 bool parseWidenableBranch(User *U, Use *&Cond, Use *&WC, BasicBlock *&IfTrueBB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DUser.h1 //===-- llvm/User.h - User class definition ---------------------*- C++ -*-===//
11 // Each instance of the Value class keeps track of what User's have handles
39 /// \brief Compile-time customization of User operands.
45 class User : public Value { class
55 /// Allocate a User with an operand pointer co-allocated.
61 /// Allocate a User with the operands co-allocated.
66 /// Allocate a User with the operands co-allocated. If DescBytes is non-zero
76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function in llvm::User
83 "Error in initializing hung off uses for User"); in User()
[all...]
H A DOperandTraits.h11 // layout of various User subclasses. It also provides the means for accessing
18 #include "llvm/IR/User.h"
27 /// when it is a prefix to the User object, and the number of Use objects is
38 static unsigned operands(const User*) { in operands()
52 static unsigned operands(const User *U) { in operands()
62 /// when it is a prefix to the User object, and the number of Use objects is
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin()
73 static unsigned operands(const User *U) { in operands()
83 /// when it is not a prefix to the User object, but allocated at an unrelated
85 /// Assumes that the User subclas
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp60 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued()
61 ReadState *RS = User.first; in onInstructionIssued()
62 unsigned ReadCycles = std::max(0, CyclesLeft - User.second); in onInstructionIssued()
71 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() argument
77 User->writeStartEvent(IID, RegisterID, ReadCycles); in addUser()
81 Users.emplace_back(User, ReadAdvance); in addUser()
84 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser() argument
86 User->writeStartEvent(IID, RegisterID, std::max(0, CyclesLeft)); in addUser()
91 PartialWrite = User; in addUser()
92 User in addUser()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp190 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUse() local
193 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse()
196 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
207 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUseAfterInsertions() local
210 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUseAfterInsertions()
213 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
358 for (Instruction *User : Insts) in run()
359 UsesByBlock[User->getParent()].push_back(User); in run()
367 for (Instruction *User in run()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp46 #include "llvm/IR/User.h"
330 static bool canVectorizeInst(Instruction *Inst, User *User) { in canVectorizeInst() argument
336 if (isa<AllocaInst>(User) && in canVectorizeInst()
337 LI->getPointerOperandType() == User->getType() && in canVectorizeInst()
346 // since it should be canonical form, the User should be a GEP. in canVectorizeInst()
349 if (isa<AllocaInst>(User) && in canVectorizeInst()
350 SI->getPointerOperandType() == User->getType() && in canVectorizeInst()
353 return (SI->getPointerOperand() == User) && isa<GetElementPtrInst>(User) in canVectorizeInst()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp138 SmallVector<User *, 4> MASSVUsers; in runOnModule()
139 for (auto *User: Func.users()) in runOnModule()
140 MASSVUsers.push_back(User); in runOnModule()
142 for (auto *User : MASSVUsers) { in runOnModule()
143 auto *CI = dyn_cast<CallInst>(User); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DFastISel.h60 class User;
269 bool selectOperator(const User *I, unsigned Opcode);
499 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
529 bool selectBinaryOp(const User *I, unsigned ISDOpcode);
530 bool selectFNeg(const User *I, const Value *In);
531 bool selectGetElementPtr(const User *I);
534 bool selectCall(const User *I);
536 bool selectBitCast(const User *I);
537 bool selectCast(const User *I, unsigned Opcode);
538 bool selectExtractValue(const User *
[all...]

Completed in 28 milliseconds

12345678910>>...12