Searched refs:Use (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh224 Use the file 'name' as a 'groff' style sheet, to control
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in427 -4 Use only IPv4
428 -6 Use only IPv6
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp50 #include "llvm/IR/Use.h"
218 bool runOnUse(Use &U, const PHINodeSet &PromotablePHINodes,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc71 // Use the given path verbatim if it contains any slashes; this matches
315 // Use _exit rather than exit so that atexit functions and static
H A DMemory.inc113 // Use any near hint and the page size to set a page-aligned starting address
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h286 MachineInstr &Use,
H A DSILoadStoreOptimizer.cpp607 for (MachineOperand &Use : MI.operands()) {
616 if (Use.isReg() &&
617 ((Use.readsReg() && RegDefs.count(Use.getReg())) ||
618 (Use.isDef() && RegDefs.count(Use.getReg())) ||
619 (Use.isDef() && Register::isPhysicalRegister(Use.getReg()) &&
620 PhysRegUses.count(Use.getReg())))) {
H A DAMDGPUPrintfRuntimeBinding.cpp166 for (auto Use : Op->users()) {
167 if (auto SI = dyn_cast<StoreInst>(Use)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp879 SI.GCArgs = ArrayRef<const Use>(ISP.gc_args_begin(), ISP.gc_args_end());
882 ArrayRef<const Use>(ISP.gc_args_begin(), ISP.gc_args_end());
884 SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end());
947 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp53 #include "llvm/IR/Use.h"
93 /// Use __safestack_pointer_address even if the platform has a faster way of
198 bool IsMemIntrinsicSafe(const MemIntrinsic *MI, const Use &U,
260 bool SafeStack::IsMemIntrinsicSafe(const MemIntrinsic *MI, const Use &U,
291 for (const Use &UI : V->uses()) {
599 Use &U = *AI->use_begin();
H A DMachineCopyPropagation.cpp288 bool hasImplicitOverlap(const MachineInstr &MI, const MachineOperand &Use);
444 /// Check that \p MI does not have implicit uses that overlap with it's \p Use
453 const MachineOperand &Use) {
455 if (&MIUse != &Use && MIUse.isReg() && MIUse.isImplicit() &&
456 MIUse.isUse() && TRI->regsOverlap(Use.getReg(), MIUse.getReg()))
452 hasImplicitOverlap(const MachineInstr &MI, const MachineOperand &Use) argument
H A DWinEHPrepare.cpp81 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
522 // Use the worklist to visit all pads, from outer to inner. Record
896 SmallVector<Use *, 16> UsesToRename;
904 for (Use &U : OldI->uses()) {
1096 Use &U = *UI++;
1099 // Use is on an EH pad phi. Leave it alone; we'll insert loads and
1114 // Use a worklist of (Block, Value) pairs -- the given Value needs to be
1163 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
H A DGlobalMerge.cpp83 #include "llvm/IR/Use.h"
309 // This Use might be a ConstantExpr. We're interested in Instruction
311 Use *UI, *UE;
501 // Use a packed struct so we can control alignment.
591 for (const Use &U : Pad->operands()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp110 Use &U = *UI++;
H A DSink.cpp43 for (Use &U : Inst->uses()) {
H A DIndVarSimplify.cpp66 #include "llvm/IR/Use.h"
121 cl::desc("Use post increment control-dependent ranges in IndVarSimplify"),
473 // Use a WeakTrackingVH to observe whether this happens.
970 /// computes the same value as the Narrow IV def. This avoids caching Use*
1068 Instruction *Use);
1098 bool IsSigned, Instruction *Use) {
1100 IRBuilder<> Builder(Use);
1102 for (const Loop *L = LI->getLoopFor(Use->getParent());
1493 for (Use &U : NarrowUse->uses()) {
1499 for (Use
1097 createExtendInst(Value *NarrowOper, Type *WideType, bool IsSigned, Instruction *Use) argument
[all...]
H A DRewriteStatepointsForGC.cpp288 static ArrayRef<Use> GetDeoptBundleOperands(const CallBase *Call) {
771 // - Construct a mapping from PHI to unknown TOP state. Use an
1433 ArrayRef<Use> CallArgs(Call->arg_begin(), Call->arg_end());
1434 ArrayRef<Use> DeoptArgs = GetDeoptBundleOperands(Call);
1435 ArrayRef<Use> TransitionArgs;
1825 for (Instruction *Use : Uses) {
1826 if (isa<PHINode>(Use)) {
1827 PHINode *Phi = cast<PHINode>(Use);
1838 new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use);
1839 Use
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp70 #include "llvm/IR/Use.h"
288 // Use i32 to index structs, and i64 for others (pointers/arrays).
667 for (Use &U : Arg->uses()) {
744 // it is safe to unconditionally perform all of them. Use alias analysis to
851 for (const Use &U : F.uses()) {
907 for (Use &U : F->uses()) {
944 for (Use &U : F->uses()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp411 for (const MachineOperand &Use : MRI.use_nodbg_operands(Reg)) {
412 if (&Use == &OneUse)
415 const MachineInstr *UseInst = Use.getParent();
424 if (&OneUse > &Use)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp94 assert(RA.Addr->getKind() == NodeAttrs::Use);
H A DHexagonVectorLoopCarriedReuse.cpp131 #include "llvm/IR/Use.h"
469 Use &U = *UI;
499 Use &U = *UI;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1099 /* Use default: NULL (ZERO). */
1102 /* Use default: BFD_ENDIAN_UNKNOWN (NB: is not ZERO). */
1105 /* Use default: NULL (ZERO). */
1108 /* Use default: NULL (ZERO). */
1111 /* Use default: GDB_OSABI_UNINITIALIZED (-1). */
/freebsd-11-stable/share/mk/
H A Dbsd.doc.mk111 # Compatibility mode flag for groff. Use this when formatting documents with
H A Dbsd.crunchgen.mk148 # Use a separate build tree to hold files compiled for this crunchgen binary
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h333 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} argument

Completed in 406 milliseconds

1234567891011>>