| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 48 class User; variable 206 bool translateLoad(const User &U, MachineIRBuilder &MIRBuilder); 241 bool translateCall(const User &U, MachineIRBuilder &MIRBuilder); 249 bool translateCast(unsigned Opcode, const User &U, 253 bool translatePHI(const User &U, MachineIRBuilder &MIRBuilder); 274 bool translateBinaryOp(unsigned Opcode, const User &U, 279 bool translateBr(const User &U, MachineIRBuilder &MIRBuilder); 299 bool translateRet(const User &U, MachineIRBuilder &MIRBuilder); 301 bool translateFSub(const User &U, MachineIRBuilder &MIRBuilder); 303 bool translateFNeg(const User &U, MachineIRBuilder &MIRBuilder); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | User.cpp | 21 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() 40 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() 55 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); in allocHungoffUses() 93 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() 98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() 128 User *Obj = reinterpret_cast<User*>(End); in allocateFixedOperandUser() 142 void *User::operator new(size_t Size, unsigned Us) { in operator new() 150 void *User::operator new(size_t Size) { in operator new() 154 User *Obj = reinterpret_cast<User *>(HungOffOperandList + 1); in operator new() 166 void User::operator delete(void *Usr) { in operator delete() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 104 Instruction *User; member 108 : C(C), User(User), Op(Op) {} in UpdateRecord() 212 IPI->second.emplace_back(User, OpNo); in appendAndTransferDominatedUses() 361 if (PHINode *PhiInst = dyn_cast<PHINode>(&User)) in findInsertionPoint() 364 return &User; in findInsertionPoint() 386 IPI.second.emplace_back(User, OpNo); in isDominated() 447 LLVM_DEBUG(User->print(dbgs())); in computeInsertionPoint() 456 if (isDominated(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 460 if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 466 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 86 class User; variable 865 void visitFSub(const User &I); 872 void visitSDiv(const User &I); 880 void visitICmp(const User &I); 881 void visitFCmp(const User &I); 883 void visitTrunc(const User &I); 884 void visitZExt(const User &I); 885 void visitSExt(const User &I); 887 void visitFPExt(const User &I); 888 void visitFPToUI(const User &I); [all …]
|
| H A D | InstrEmitter.cpp | 112 for (SDNode *User : Node->uses()) { in EmitCopyFromReg() 114 if (User->getOpcode() == ISD::CopyToReg && in EmitCopyFromReg() 125 SDValue Op = User->getOperand(i); in EmitCopyFromReg() 132 if (User->isMachineOpcode()) { in EmitCopyFromReg() 197 SDNode *User = *Node->use_begin(); in getDstOfOnlyCopyToRegUse() local 198 if (User->getOpcode() == ISD::CopyToReg && in getDstOfOnlyCopyToRegUse() 199 User->getOperand(2).getNode() == Node && in getDstOfOnlyCopyToRegUse() 200 User->getOperand(2).getResNo() == ResNo) { in getDstOfOnlyCopyToRegUse() 245 for (SDNode *User : Node->uses()) { in CreateVirtualRegisters() 501 for (SDNode *User : Node->uses()) { in EmitSubregNode() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 29 Instruction *User = cast<Instruction>(U.getUser()); in findCallsAtConstantOffset() local 36 if (!DT.dominates(CI, User)) in findCallsAtConstantOffset() 38 if (isa<BitCastInst>(User)) { in findCallsAtConstantOffset() 41 } else if (auto CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset() 43 } else if (auto II = dyn_cast<InvokeInst>(User)) { in findCallsAtConstantOffset() 56 Value *User = U.getUser(); in findLoadCallsAtConstantOffset() local 57 if (isa<BitCastInst>(User)) { in findLoadCallsAtConstantOffset() 58 findLoadCallsAtConstantOffset(M, DevirtCalls, User, Offset, CI, DT); in findLoadCallsAtConstantOffset() 59 } else if (isa<LoadInst>(User)) { in findLoadCallsAtConstantOffset() 60 findCallsAtConstantOffset(DevirtCalls, nullptr, User, Offset, CI, DT); in findLoadCallsAtConstantOffset() [all …]
|
| H A D | IVUsers.cpp | 132 if (L->contains(User)) in IVUseShouldUsePostIncValue() 148 PHINode *PN = dyn_cast<PHINode>(User); in IVUseShouldUsePostIncValue() 209 if (!UniqueUsers.insert(User).second) in AddUsersImpl() 213 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersImpl() 218 BasicBlock *UseBB = User->getParent(); in AddUsersImpl() 220 if (PHINode *PHI = dyn_cast<PHINode>(User)) { in AddUsersImpl() 235 if (LI->getLoopFor(User->getParent()) != L) { in AddUsersImpl() 236 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersImpl() 237 !AddUsersImpl(User, SimpleLoopNests)) { in AddUsersImpl() 242 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) { in AddUsersImpl() [all …]
|
| H A D | ObjCARCInstKind.cpp | 77 case ARCInstKind::User: in operator <<() 314 case ARCInstKind::User: in IsUser() 373 case ARCInstKind::User: in IsRetain() 408 case ARCInstKind::User: in IsAutorelease() 443 case ARCInstKind::User: in IsForwarding() 477 case ARCInstKind::User: in IsNoopOnNull() 513 case ARCInstKind::User: in IsAlwaysTail() 552 case ARCInstKind::User: in IsNeverTail() 589 case ARCInstKind::User: in IsNoThrow() 626 case ARCInstKind::User: in CanInterruptRV() [all …]
|
| /freebsd-12.1/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 106 if (!allowed(User)) { in main() 141 (void) strncpy(User, pw->pw_name, (sizeof User)-1); 142 User[(sizeof User)-1] = '\0'; 143 strcpy(RealUser, User); 158 (void) strncpy(User, pw->pw_name, (sizeof User)-1); 159 User[(sizeof User)-1] = '\0'; 268 log_it(RealUser, Pid, "LIST", User); in list_cmd() 298 log_it(RealUser, Pid, "DELETE", User); in delete_cmd() 332 log_it(RealUser, Pid, "BEGIN EDIT", User); 496 log_it(RealUser, Pid, "END EDIT", User); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 47 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() local 48 ReadState *RS = User.first; in onInstructionIssued() 49 unsigned ReadCycles = std::max(0, CyclesLeft - User.second); in onInstructionIssued() 58 void WriteState::addUser(ReadState *User, int ReadAdvance) { in addUser() argument 64 User->writeStartEvent(ReadCycles); in addUser() 69 return Use.first == User; in addUser() 71 Users.emplace_back(User, ReadAdvance); in addUser() 75 void WriteState::addUser(WriteState *User) { in addUser() argument 77 User->writeStartEvent(std::max(0, CyclesLeft)); in addUser() 82 PartialWrite = User; in addUser() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | User.h | 45 class User : public Value { 74 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function 98 User(const User &) = delete; 108 User::operator delete(Usr); in delete() 120 User::operator delete(Usr); in delete() 313 static_assert(alignof(Use) >= alignof(User), 315 static_assert(alignof(Use *) >= alignof(User), 318 template<> struct simplify_type<User::op_iterator> { 321 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 325 template<> struct simplify_type<User::const_op_iterator> { [all …]
|
| H A D | OperandTraits.h | 41 static unsigned operands(const User*) { in operands() 55 static unsigned operands(const User *U) { in operands() 74 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands(); in op_begin() 79 static unsigned operands(const User *U) { in operands() 97 static Use *op_begin(User* U) { in op_begin() 100 static Use *op_end(User* U) { in op_end() 103 static unsigned operands(const User *U) { in operands()
|
| H A D | Use.h | 36 class User; variable 67 static inline void *getAsVoidPointer(User *P) { return P; } in getAsVoidPointer() 69 static inline User *getFromVoidPointer(void *P) { in getFromVoidPointer() 70 return (User *)P; in getFromVoidPointer() 78 using UserRef = PointerIntPair<User *, 1, unsigned, UserRefPointerTraits>; 114 User *getUser() const LLVM_READONLY;
|
| H A D | GetElementPtrTypeIterator.h | 31 template<typename ItTy = User::const_op_iterator> 128 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() 135 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() 139 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() 146 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end()
|
| H A D | GlobalVariable.h | 75 return User::operator new(s, 1); in new() 81 User *Obj = static_cast<User *>(ptr); in delete() 85 User::operator delete(Obj); in delete()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 194 if (PHINode *UserPN = dyn_cast<PHINode>(User)) in RewriteUse() 360 for (Instruction *User : Insts) in run() 361 UsesByBlock[User->getParent()].push_back(User); in run() 369 for (Instruction *User : Insts) { in run() 370 BasicBlock *BB = User->getParent(); in run() 465 for (Instruction *User : Insts) { in run() 470 if (!User->use_empty()) { in run() 471 Value *NewVal = ReplacedLoads[User]; in run() 484 User->replaceAllUsesWith(NewVal); in run() 487 instructionDeleted(User); in run() [all …]
|
| H A D | CallPromotionUtils.cpp | 113 SmallVector<User *, 16> UsersToUpdate; in createRetPHINode() 114 for (User *U : OrigInst->users()) in createRetPHINode() 116 for (User *U : UsersToUpdate) in createRetPHINode() 166 SmallVector<User *, 16> UsersToUpdate; in createRetBitCast() 167 for (User *U : CS.getInstruction()->users()) in createRetBitCast() 186 for (User *U : UsersToUpdate) in createRetBitCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | UninitializedValues.h | 40 const Expr *User; 56 UninitUse(const Expr *User, bool AlwaysUninit) in UninitUse() argument 57 : User(User), AlwaysUninit(AlwaysUninit) {} in UninitUse() 67 const Expr *getUser() const { return User; } in getUser()
|
| /freebsd-12.1/stand/forth/ |
| H A D | menu.rc | 32 set mainmenu_caption[1]="Boot Multi User [Enter]" 33 set maintoggled_text[1]="Boot [S]ingle User [Enter]" 35 set mainansi_caption[1]="^[1mB^[moot Multi User ^[1m[Enter]^[m" 36 set maintoggled_ansi[1]="Boot ^[1mS^[mingle User ^[1m[Enter]^[m" 40 set mainmenu_caption[2]="Boot [S]ingle User" 41 set maintoggled_text[2]="Boot [M]ulti User" 43 set mainansi_caption[2]="Boot ^[1mS^[mingle User" 44 set maintoggled_ansi[2]="Boot ^[1mM^[multi User" 129 set optionsmenu_caption[5]="[S]ingle User. off" 130 set optionstoggled_text[5]="[S]ingle User. On" [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 325 static bool canVectorizeInst(Instruction *Inst, User *User) { in canVectorizeInst() argument 331 if (isa<AllocaInst>(User) && in canVectorizeInst() 344 if (isa<AllocaInst>(User) && in canVectorizeInst() 348 return (SI->getPointerOperand() == User) && isa<GetElementPtrInst>(User) && SI->isSimple(); in canVectorizeInst() 523 for (User *User : Val->users()) { in collectUsesWithPtrTypes() 524 if (is_contained(WorkList, User)) in collectUsesWithPtrTypes() 531 WorkList.push_back(User); in collectUsesWithPtrTypes() 576 WorkList.push_back(User); in collectUsesWithPtrTypes() 580 if (!User->getType()->isPointerTy()) in collectUsesWithPtrTypes() 613 WorkList.push_back(User); in collectUsesWithPtrTypes() [all …]
|
| H A D | AMDGPUAlwaysInlinePass.cpp | 60 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() 64 for (User *U : GV.users()) in recursivelyVisitUsers() 68 User *U = Stack.pop_back_val(); in recursivelyVisitUsers() 83 for (User *UU : U->users()) in recursivelyVisitUsers()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | am3517-evm.dts | 44 label = "User Push Button"; 50 label = "User Switch 1"; 56 label = "User Switch 2"; 62 label = "User Switch 3"; 68 label = "User Switch 4"; 74 label = "User Switch 5"; 80 label = "User Switch 6"; 86 label = "User Switch 7"; 92 label = "User Switch 8"; 214 /* User DIP swithes [1:8] / User LEDS [1:2] */
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 61 class User; variable 270 bool selectOperator(const User *I, unsigned Opcode); 500 bool canFoldAddIntoGEP(const User *GEP, const Value *Add); 530 bool selectBinaryOp(const User *I, unsigned ISDOpcode); 531 bool selectFNeg(const User *I); 532 bool selectGetElementPtr(const User *I); 535 bool selectCall(const User *I); 537 bool selectBitCast(const User *I); 538 bool selectCast(const User *I, unsigned Opcode); 539 bool selectExtractValue(const User *U); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 300 static CallSite getCallSite(User *U) { in getCallSite() 312 User *User = *F->user_begin(); in getOneCallSiteTo() local 313 return getCallSite(User); in getOneCallSiteTo() 933 for (User *User : Users) { in computeCallsiteToProfCountMap() 934 CallSite CS = getCallSite(User); in computeCallsiteToProfCountMap() 945 CallSiteToProfCountMap[User] = *Count; in computeCallsiteToProfCountMap() 947 CallSiteToProfCountMap[User] = 0; in computeCallsiteToProfCountMap() 1361 DenseMap<User *, uint64_t> CallSiteToProfCountMap; in tryPartialInline() 1370 for (User *User : Users) { in tryPartialInline() 1371 CallSite CS = getCallSite(User); in tryPartialInline() [all …]
|
| /freebsd-12.1/contrib/diff/ |
| H A D | NEWS | 3 User-visible changes in version 2.8.6: 19 User-visible changes in version 2.8.4: 27 User-visible changes in version 2.8.3: 31 User-visible changes in version 2.8.2: 42 User-visible changes in version 2.8.1: 46 User-visible changes in version 2.8: 97 User-visible changes in version 2.7: 105 User-visible changes in version 2.6: 114 User-visible changes in version 2.5: 119 User-visible changes in version 2.4: [all …]
|