Searched defs:gasm (Results 1 – 8 of 8) sorted by relevance
| /external/v8/src/compiler/ |
| D | select-lowering.h | 30 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
|
| D | scheduled-machine-lowering.h | 35 JSGraphAssembler* gasm() { return &graph_assembler_; } in gasm() function
|
| D | graph-assembler.h | 444 explicit LoopScopeInternal(GraphAssembler* gasm) in LoopScopeInternal() 461 explicit LoopScope(GraphAssembler* gasm) in LoopScope() 491 explicit RestoreEffectControlScope(GraphAssembler* gasm) in RestoreEffectControlScope()
|
| D | memory-lowering.h | 122 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
|
| D | wasm-compiler.cc | 2983 Node* HasInstanceType(WasmGraphAssembler* gasm, Node* object, in HasInstanceType() 5521 Node* LoadWithTaggedAlignment(WasmGraphAssembler* gasm, MachineType type, in LoadWithTaggedAlignment() 5531 Node* StoreWithTaggedAlignment(WasmGraphAssembler* gasm, Node* base, in StoreWithTaggedAlignment() 5547 Node* StoreStructFieldUnchecked(MachineGraph* graph, WasmGraphAssembler* gasm, in StoreStructFieldUnchecked() 5556 Node* ArrayElementOffset(GraphAssembler* gasm, Node* index, in ArrayElementOffset() 5564 Node* ArrayLength(GraphAssembler* gasm, Node* array) { in ArrayLength() 5659 Node* IsI31(GraphAssembler* gasm, Node* object) { in IsI31() 5671 void AssertFalse(MachineGraph* mcgraph, GraphAssembler* gasm, Node* condition) { in AssertFalse()
|
| D | js-call-reducer.cc | 103 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond) in IfBuilder0() 182 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1() 327 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope() 339 static CatchScope Inner(Zone* zone, JSCallReducerAssembler* gasm) { in Inner() 418 TryCatchBuilder0(JSCallReducerAssembler* gasm, const TryFunction& try_body) in TryCatchBuilder0() 463 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder0() 522 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder1() 2209 Reduction JSCallReducer::ReplaceWithSubgraph(JSCallReducerAssembler* gasm, in ReplaceWithSubgraph()
|
| D | js-typed-lowering.cc | 841 JSGraphAssembler gasm(jsgraph(), jsgraph()->zone()); in ReduceJSEqual() local
|
| D | effect-control-linearizer.cc | 311 JSGraphAssembler* gasm() { return &graph_assembler_; } in gasm() function in v8::internal::compiler::EffectControlLinearizer
|