Home | History | Annotate | Download | only in compiler

Lines Matching refs:JSTypedLowering

33   JSBinopReduction(JSTypedLowering* lowering, Node* node)
371 JSTypedLowering* lowering_; // The containing lowering instance.
411 JSTypedLowering::JSTypedLowering(Editor* editor, JSGraph* jsgraph,
425 JSTypedLowering::ReduceSpeculativeNumberAdd(Node* node) {
440 Reduction JSTypedLowering::ReduceJSBitwiseNot(Node* node) {
455 Reduction JSTypedLowering::ReduceJSDecrement(Node* node) {
470 Reduction JSTypedLowering::ReduceJSIncrement(Node* node) {
486 Reduction JSTypedLowering::ReduceJSNegate(Node* node) {
500 Reduction JSTypedLowering::ReduceJSAdd(Node* node) {
613 Reduction JSTypedLowering::ReduceNumberBinop(Node* node) {
622 Reduction JSTypedLowering::ReduceSpeculativeNumberBinop(Node* node) {
638 Reduction JSTypedLowering::ReduceInt32Binop(Node* node) {
648 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, Signedness signedness) {
660 Reduction JSTypedLowering::ReduceCreateConsString(Node* node) {
746 Node* JSTypedLowering::BuildGetStringLength(Node* value) {
757 Reduction JSTypedLowering::ReduceSpeculativeNumberComparison(Node* node) {
766 Reduction JSTypedLowering::ReduceJSComparison(Node* node) {
833 Reduction JSTypedLowering::ReduceJSEqual(Node* node) {
878 Reduction JSTypedLowering::ReduceJSStrictEqual(Node* node) {
938 Reduction JSTypedLowering::ReduceJSToInteger(Node* node) {
949 Reduction JSTypedLowering::ReduceJSToName(Node* node) {
960 Reduction JSTypedLowering::ReduceJSToLength(Node* node) {
984 Reduction JSTypedLowering::ReduceJSToNumberOrNumericInput(Node* input) {
1019 Reduction JSTypedLowering::ReduceJSToNumberOrNumeric(Node* node) {
1042 Reduction JSTypedLowering::ReduceJSToStringInput(Node* input) {
1088 Reduction JSTypedLowering::ReduceJSToString(Node* node) {
1100 Reduction JSTypedLowering::ReduceJSToObject(Node* node) {
1163 Reduction JSTypedLowering::ReduceJSLoadNamed(Node* node) {
1178 Reduction JSTypedLowering::ReduceJSHasInPrototypeChain(Node* node) {
1320 Reduction JSTypedLowering::ReduceJSOrdinaryHasInstance(Node* node) {
1348 Reduction JSTypedLowering::ReduceJSLoadContext(Node* node) {
1369 Reduction JSTypedLowering::ReduceJSStoreContext(Node* node) {
1391 Node* JSTypedLowering::BuildGetModuleCell(Node* node) {
1426 Reduction JSTypedLowering::ReduceJSLoadModule(Node* node) {
1441 Reduction JSTypedLowering::ReduceJSStoreModule(Node* node) {
1542 Reduction JSTypedLowering::ReduceJSConstructForwardVarargs(Node* node) {
1578 Reduction JSTypedLowering::ReduceJSConstruct(Node* node) {
1623 Reduction JSTypedLowering::ReduceJSCallForwardVarargs(Node* node) {
1651 Reduction JSTypedLowering::ReduceJSCall(Node* node) {
1778 Reduction JSTypedLowering::ReduceJSForInNext(Node* node) {
1887 Reduction JSTypedLowering::ReduceJSForInPrepare(Node* node) {
2017 Reduction JSTypedLowering::ReduceJSLoadMessage(Node* node) {
2027 Reduction JSTypedLowering::ReduceJSStoreMessage(Node* node) {
2039 Reduction JSTypedLowering::ReduceJSGeneratorStore(Node* node) {
2080 Reduction JSTypedLowering::ReduceJSGeneratorRestoreContinuation(Node* node) {
2099 Reduction JSTypedLowering::ReduceJSGeneratorRestoreContext(Node* node) {
2114 Reduction JSTypedLowering::ReduceJSGeneratorRestoreRegister(Node* node) {
2137 Reduction JSTypedLowering::ReduceJSGeneratorRestoreInputOrDebugPos(Node* node) {
2153 Reduction JSTypedLowering::ReduceObjectIsArray(Node* node) {
2256 Reduction JSTypedLowering::ReduceJSParseInt(Node* node) {
2275 Reduction JSTypedLowering::Reduce(Node* node) {
2391 Factory* JSTypedLowering::factory() const { return jsgraph()->factory(); }
2394 Graph* JSTypedLowering::graph() const { return jsgraph()->graph(); }
2397 Isolate* JSTypedLowering::isolate() const { return jsgraph()->isolate(); }
2400 JSOperatorBuilder* JSTypedLowering::javascript() const {
2405 CommonOperatorBuilder* JSTypedLowering::common() const {
2409 SimplifiedOperatorBuilder* JSTypedLowering::simplified() const {