Home
last modified time | relevance | path

Searched refs:ConstInstructionNode (Results 1 – 7 of 7) sorted by relevance

/art/compiler/sea_ir/ir/
Dvisitor.h28 class ConstInstructionNode; variable
52 virtual void Visit(ConstInstructionNode* instruction) = 0;
70 virtual void Traverse(ConstInstructionNode* instruction) { } in Traverse()
Dinstruction_nodes.h109 class ConstInstructionNode: public InstructionNode {
111 explicit ConstInstructionNode(const art::Instruction* inst): in ConstInstructionNode() function
124 class UnnamedConstInstructionNode: public ConstInstructionNode {
127 ConstInstructionNode(inst), value_(value) { } in UnnamedConstInstructionNode()
Dsea.cc607 sea_instructions.push_back(new ConstInstructionNode(in)); in Create()
/art/compiler/sea_ir/code_gen/
Dcode_gen.h112 void Visit(ConstInstructionNode* instruction) { } in Visit()
135 void Visit(ConstInstructionNode* instruction) { } in Visit()
156 void Visit(ConstInstructionNode* instruction);
Dcode_gen.cc130 void CodeGenVisitor::Visit(ConstInstructionNode* instruction) { in Visit()
/art/compiler/sea_ir/types/
Dtype_inference_visitor.h50 void Visit(ConstInstructionNode* instruction) { } in Visit()
/art/compiler/sea_ir/debug/
Ddot_gen.h61 void Visit(ConstInstructionNode* instruction) { in Visit()