Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp210 if (StackTop >= 8) in pushReg()
218 if (StackTop == 0) in popReg()
346 StackTop = 0; in runOnMachineFunction()
507 StackTop = 0; in setupBlockStack()
945 while (StackTop) { in adjustLiveRegs()
1057 while (StackTop > 0) in handleCall()
1121 StackTop = 0; in handleReturn()
1128 if (StackTop == 1) { in handleReturn()
1153 StackTop = 0; in handleReturn()
1221 --StackTop; in handleOneArgFP()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp212 StackEntry StackTop; in InMemoryRawLog() local
215 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()
216 if (StackTop.FuncId == FuncId && StackTop.CPU == CPU && in InMemoryRawLog()
217 StackTop.TSC < TSC) { in InMemoryRawLog()
218 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog()
221 TLD.BufferOffset -= StackTop.Type == XRayEntryType::ENTRY ? 1 : 2; in InMemoryRawLog()
/freebsd-14.2/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.h233 struct dt_subtable *StackTop; member