Home
last modified time | relevance | path

Searched refs:MGuardValue (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp352 auto* ins = MGuardValue::New(alloc(), input, NullValue()); in emitGuardIsNull()
364 auto* ins = MGuardValue::New(alloc(), input, UndefinedValue()); in emitGuardIsUndefined()
H A DIonAnalysis.cpp2065 MGuardValue* guard = MGuardValue::New(alloc(), def, v); in replaceRedundantPhi()
H A DMIR.cpp5587 MDefinition* MGuardValue::foldsTo(TempAllocator& alloc) { in foldsTo()
H A DMIR.h9001 class MGuardValue : public MUnaryInstruction, public BoxInputsPolicy::Data {
9004 MGuardValue(MDefinition* val, const Value& expected) in MGuardValue() function
H A DLowering.cpp4089 void LIRGenerator::visitGuardValue(MGuardValue* ins) { in visitGuardValue()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp767 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardFixedSlotValue()
789 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardDynamicSlotValue()
1102 auto* ins = MGuardValue::New(alloc(), input, NullValue()); in emitGuardIsNull()
1114 auto* ins = MGuardValue::New(alloc(), input, UndefinedValue()); in emitGuardIsUndefined()
H A DIonAnalysis.cpp1858 MGuardValue* guard = MGuardValue::New(alloc(), def, v); in replaceRedundantPhi()
H A DMIR.h7345 class MGuardValue : public MUnaryInstruction, public BoxInputsPolicy::Data {
7348 MGuardValue(MDefinition* val, const Value& expected) in MGuardValue() function
H A DMIR.cpp5378 MDefinition* MGuardValue::foldsTo(TempAllocator& alloc) { in foldsTo()
H A DLowering.cpp4254 void LIRGenerator::visitGuardValue(MGuardValue* ins) { in visitGuardValue()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp767 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardFixedSlotValue()
789 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardDynamicSlotValue()
1102 auto* ins = MGuardValue::New(alloc(), input, NullValue()); in emitGuardIsNull()
1114 auto* ins = MGuardValue::New(alloc(), input, UndefinedValue()); in emitGuardIsUndefined()
H A DIonAnalysis.cpp1858 MGuardValue* guard = MGuardValue::New(alloc(), def, v); in replaceRedundantPhi()
H A DMIR.h7345 class MGuardValue : public MUnaryInstruction, public BoxInputsPolicy::Data {
7348 MGuardValue(MDefinition* val, const Value& expected) in MGuardValue() function
H A DMIR.cpp5378 MDefinition* MGuardValue::foldsTo(TempAllocator& alloc) { in foldsTo()
H A DLowering.cpp4254 void LIRGenerator::visitGuardValue(MGuardValue* ins) { in visitGuardValue()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DWarpCacheIRTranspiler.cpp808 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardFixedSlotValue()
830 auto* guard = MGuardValue::New(alloc(), load, val); in emitGuardDynamicSlotValue()
1146 auto* ins = MGuardValue::New(alloc(), input, NullValue()); in emitGuardIsNull()
1158 auto* ins = MGuardValue::New(alloc(), input, UndefinedValue()); in emitGuardIsUndefined()
H A DIonAnalysis.cpp1883 MGuardValue* guard = MGuardValue::New(alloc(), def, v); in replaceRedundantPhi()
H A DMIR.h7347 class MGuardValue : public MUnaryInstruction, public BoxInputsPolicy::Data {
7350 MGuardValue(MDefinition* val, const Value& expected) in MGuardValue() function
H A DMIR.cpp5727 MDefinition* MGuardValue::foldsTo(TempAllocator& alloc) { in foldsTo()
H A DLowering.cpp4506 void LIRGenerator::visitGuardValue(MGuardValue* ins) { in visitGuardValue()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DLIR-shared.h7235 MGuardValue* mir() { return mir_->toGuardValue(); } in mir()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DLIR-shared.h8132 MGuardValue* mir() { return mir_->toGuardValue(); } in mir()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DLIR-shared.h8132 MGuardValue* mir() { return mir_->toGuardValue(); } in mir()