Lines Matching refs:MachineGraph
14 Node* MachineGraph::Int32Constant(int32_t value) {
22 Node* MachineGraph::Int64Constant(int64_t value) {
30 Node* MachineGraph::IntPtrConstant(intptr_t value) {
35 Node* MachineGraph::UintPtrConstant(uintptr_t value) {
40 Node* MachineGraph::TaggedIndexConstant(intptr_t value) {
49 Node* MachineGraph::RelocatableInt32Constant(int32_t value,
59 Node* MachineGraph::RelocatableInt64Constant(int64_t value,
69 Node* MachineGraph::RelocatableIntPtrConstant(intptr_t value,
76 Node* MachineGraph::Float32Constant(float value) {
84 Node* MachineGraph::Float64Constant(double value) {
92 Node* MachineGraph::PointerConstant(intptr_t value) {
100 Node* MachineGraph::ExternalConstant(ExternalReference reference) {
108 Node* MachineGraph::ExternalConstant(Runtime::FunctionId function_id) {