Home
last modified time | relevance | path

Searched refs:predSlot (Results 1 – 9 of 9) sorted by relevance

/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Ddebug.go595 for _, predSlot := range baseState {
596 slotLocs[predSlot.slot] = VarLoc{predSlot.Registers, predSlot.StackOffset}
597 state.liveCount[predSlot.slot] = 1
607 state.liveCount[predSlot.slot]++
608 liveLoc := slotLocs[predSlot.slot]
609 if !liveLoc.onStack() || !predSlot.onStack() || liveLoc.StackOffset != predSlot.StackOffset {
613 slotLocs[predSlot.slot] = liveLoc
621 for _, predSlot := range baseState {
623 slotLocs[predSlot.slot].Registers != predSlot.Registers ||
624 slotLocs[predSlot.slot].StackOffset != predSlot.StackOffset {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Ddebug.go823 for _, predSlot := range baseState {
824 slotLocs[predSlot.slot] = VarLoc{predSlot.Registers, predSlot.StackOffset}
825 state.liveCount[predSlot.slot] = 1
835 state.liveCount[predSlot.slot]++
836 liveLoc := slotLocs[predSlot.slot]
837 if !liveLoc.onStack() || !predSlot.onStack() || liveLoc.StackOffset != predSlot.StackOffset {
841 slotLocs[predSlot.slot] = liveLoc
849 for _, predSlot := range baseState {
851 slotLocs[predSlot.slot].Registers != predSlot.Registers ||
852 slotLocs[predSlot.slot].StackOffset != predSlot.StackOffset {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIRGraph.cpp292 MDefinition* predSlot = pred->getSlot(i); in New() local
294 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
302 new (phi) MPhi(alloc, predSlot->type()); in New()
304 phi->addInlineInput(predSlot); in New()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIRGraph.cpp290 MDefinition* predSlot = pred->getSlot(i); in New() local
292 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
300 new (phi) MPhi(alloc, predSlot->type()); in New()
302 phi->addInlineInput(predSlot); in New()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMIRGraph.cpp292 MDefinition* predSlot = pred->getSlot(i); in New() local
294 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
302 new (phi) MPhi(alloc, predSlot->type()); in New()
304 phi->addInlineInput(predSlot); in New()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIRGraph.cpp356 MDefinition* predSlot = pred->getSlot(i); in NewAsmJS() local
358 MOZ_ASSERT(predSlot->type() != MIRType_Value); in NewAsmJS()
365 new(phi) MPhi(alloc, predSlot->type()); in NewAsmJS()
367 phi->addInput(predSlot); in NewAsmJS()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIRGraph.cpp409 MDefinition* predSlot = pred->getSlot(i); in New() local
411 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
418 new (phi) MPhi(alloc, predSlot->type()); in New()
420 phi->addInlineInput(predSlot); in New()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIRGraph.cpp417 MDefinition* predSlot = pred->getSlot(i); in New() local
419 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
427 new (phi) MPhi(alloc, predSlot->type()); in New()
429 phi->addInlineInput(predSlot); in New()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIRGraph.cpp376 MDefinition* predSlot = pred->getSlot(i); in New() local
378 MOZ_ASSERT(predSlot->type() != MIRType::Value); in New()
385 new(phi) MPhi(alloc, predSlot->type()); in New()
387 phi->addInlineInput(predSlot); in New()