Searched refs:InstructionKind (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_shared.h25 InstructionKind op,
45 InstructionKind GetOpKind() const { return op_kind_; }
51 const InstructionKind op_kind_;
59 InstructionKind op,
105 InstructionKind GetOpKind() const { return op_kind_; }
111 const InstructionKind op_kind_;
H A Dnodes_arm64.h79 InstructionKind GetInstrKind() const { return instr_kind_; }
86 InstructionKind instr_kind_;
H A Dinstruction_simplifier_shared.cc39 HInstruction::InstructionKind op_kind;
H A Dnodes.cc942 HInstruction::InstructionKind HInstruction::GetKind() const {
1341 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs) {
H A Dnodes.h1337 InstructionKind GetKindInternal() const OVERRIDE { return k##type; } \
1780 enum InstructionKind { enum in class:art::HInstruction
1999 InstructionKind GetKind() const PURE;
2000 virtual InstructionKind GetKindInternal() const = 0;
2175 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs);
H A Dcode_generator_arm64.cc1894 HInstruction::InstructionKind kind = instruction->GetInstrKind();

Completed in 96 milliseconds