Lines Matching refs:Operator
15 #include "src/compiler/common-operator.h"
23 #include "src/compiler/js-operator.h"
25 #include "src/compiler/machine-operator.h"
52 const Operator* UnsupportedOpcode(wasm::WasmOpcode opcode) {
76 jsgraph->zone(), f, fun->nargs, Operator::kNoProperties,
348 if (node->op()->HasProperty(compiler::Operator::kNoThrow)) {
456 const Operator* op;
725 const Operator* op;
1382 const Operator* store_op = jsgraph()->machine()->Store(
1522 const Operator* store_op0 = jsgraph()->machine()->Store(
1537 const Operator* store_op1 = jsgraph()->machine()->Store(
1554 const Operator* load_op = jsgraph()->machine()->Load(type);
1594 const Operator* store_op = jsgraph()->machine()->Store(
1605 const Operator* load_op = jsgraph()->machine()->Load(result_type);
1693 const Operator* store_op = jsgraph()->machine()->Store(
1706 const Operator* load_op = jsgraph()->machine()->Load(result_type);
1727 jsgraph()->zone(), function_id, function->nargs, Operator::kNoThrow,
2058 const Operator* store_op = jsgraph()->machine()->Store(
2081 const Operator* load_op = jsgraph()->machine()->Load(result_type);
2104 const Operator* op = jsgraph()->common()->Call(desc);
2126 const Operator* op = jsgraph()->common()->Call(descriptor);
2375 CallDescriptor::kNoFlags, Operator::kNoProperties);
2415 const Operator* merge_op = common->Merge(2);
2416 const Operator* ephi_op = common->EffectPhi(2);
2417 const Operator* phi_op = common->Phi(MachineRepresentation::kFloat64, 2);
2593 CallDescriptor::kNoFlags, Operator::kNoThrow);
2820 jsgraph()->zone(), function_id, function->nargs, Operator::kNoThrow,
2872 const Operator* op = jsgraph()->machine()->Load(mem_type);
2886 const Operator* op = jsgraph()->machine()->Store(
3040 const Operator* op = jsgraph()->machine()->CheckedLoad(type);
3051 const Operator* op =
3094 // TODO(gdeepti): Introduce Simd128Constant to common-operator.h and use