Home
last modified time | relevance | path

Searched refs:StackTop (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp212 if (StackTop >= 8) in pushReg()
220 if (StackTop == 0) in popReg()
341 StackTop = 0; in runOnMachineFunction()
505 StackTop = 0; in setupBlockStack()
909 while (StackTop) { in adjustLiveRegs()
996 while (StackTop > 0) in handleCall()
1055 StackTop = 0; in handleReturn()
1062 if (StackTop == 1) { in handleReturn()
1087 StackTop = 0; in handleReturn()
1149 --StackTop; in handleOneArgFP()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc213 StackEntry StackTop; in InMemoryRawLog() local
216 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()
217 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU && in InMemoryRawLog()
218 StackTop.TSC < TSC) { in InMemoryRawLog()
219 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog()
222 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2; in InMemoryRawLog()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c264 Subtable->StackTop = AslGbl_SubtableStack; in DtPushSubtable()
292 AslGbl_SubtableStack = Subtable->StackTop; in DtPopSubtable()
H A Ddtcompiler.h222 struct dt_subtable *StackTop; member