Searched refs:push (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp337 Inactive.push(std::make_tuple(&LI, 0, NId));
352 Inactive.push(nextSegment(*RetireItr));
H A DRDFGraph.cpp999 // For each stack in the map DefM, push the delimiter for block B on it.
1042 // the same machine operand), then only push one def on the stack,
1060 DefM[RR.Reg].push(DA);
1063 // Check that we don't push the same def twice.
1066 DefM[A].push(DA);
1088 // the same machine operand), then only push one def on the stack,
1116 DefM[RR.Reg].push(DA);
1118 // Check that we don't push the same def twice.
1120 DefM[A].push(DA);
1659 // push th
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1352 State->Stack.push(directory_iterator(path, ec, Follow));
1373 State->Stack.push(directory_iterator(*State->Stack.top(), ec, Follow));
/freebsd-11-stable/sys/dev/evdev/
H A Devdev.c884 goto push;
908 push:
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h1294 * disable_push/disable_pop push and pop disabling based on a parameter.
1666 #pragma pack(push, 8)
1757 #pragma pack(push, 8)
1855 #pragma pack(push, 8)
2584 #pragma pack(push, 8)
2600 #pragma pack(push, 8)
3218 #pragma pack(push, 8)
3246 #pragma pack(push, 8)
H A Dittnotify_config.h380 #pragma pack(push, 8)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp794 AutoTypeLoc TL = TLB.push<AutoTypeLoc>(DeductType);
799 TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc);
807 TLB.push<PackExpansionTypeLoc>(DeductType).setEllipsisLoc(EllipsisLoc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp545 activeStack.push(PMDM);
581 // If this pass has a corresponding pass manager, push higher level
1742 void PMStack::push(PMDataManager *PM) { function in class:llvm::legacy::FunctionPassManagerImpl::PMStack
1743 assert(PM && "Unable to push. Pass Manager expected");
1805 // and push new managers into PMS
1809 PMS.push(FPP);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h342 #pragma pack(push,1)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h161 #pragma pack(push,1)
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.in113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \
395 push \
/freebsd-11-stable/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h66 #pragma pack(push,2)
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h25 #pragma pack (push, ar9300, 1)
/freebsd-11-stable/lib/libedit/
H A Dsearch.c336 FUN(el,push)(el, endcmd);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_mschapv2.c28 #pragma pack(push, 1)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h22 #pragma pack(push, 1)
121 * push frame TLVs:
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.h130 #pragma pack(push, 1)
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc252 input_stack.push(std::move(include_buffer));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp592 // and push new managers into PMS
597 PMS.push(CGP);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h831 /// push - Add entry to path.
834 void push(NodeRef Node, unsigned Offset) {
883 push(subtree(height()), 0);
1461 path.push(NR, p);
1464 path.push(NR, NR.get<Leaf>().safeFind(0, x));
H A DArrayRef.h104 #pragma GCC diagnostic push
H A DStringRef.h869 #pragma clang diagnostic push
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h558 void push(SUnit *SU) { function in class:llvm::ReadyQueue
761 /// pending queue (if already in) and push into available queue.
762 /// Otherwise, push the SU into pending queue.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp724 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs,
826 LoopStack.push(LoopBody, CGM.getContext(), DoAttrs,
884 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs,
985 LoopStack.push(CondBlock, CGM.getContext(), ForAttrs,
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js183 deferreds.push( this._updateTitle(title, FALSE) );
192 deferreds.push( this._updateContent(text, FALSE) );
514 args.push(match);
1454 toggleEvents.push( showEvents.splice( showIndex, 1 )[0] ); return;

Completed in 336 milliseconds

<<111213141516