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

/art/compiler/optimizing/
H A Dnodes_arm64.h26 enum OpKind { enum in class:art::HArm64DataProcWithShifterOp
46 OpKind op,
66 static bool IsShiftOp(OpKind op_kind) {
70 static bool IsExtensionOp(OpKind op_kind) {
76 /*out*/OpKind* op_kind,
80 OpKind GetOpKind() const { return op_kind_; }
87 OpKind op_kind_;
90 friend std::ostream& operator<<(std::ostream& os, OpKind op);
95 std::ostream& operator<<(std::ostream& os, const HArm64DataProcWithShifterOp::OpKind op);
H A Dnodes_arm64.cc25 /*out*/OpKind* op_kind,
67 std::ostream& operator<<(std::ostream& os, const HArm64DataProcWithShifterOp::OpKind op) {
79 LOG(FATAL) << "Invalid OpKind " << static_cast<int>(op);
H A Dcommon_arm64.h266 static inline vixl::Shift ShiftFromOpKind(HArm64DataProcWithShifterOp::OpKind op_kind) {
278 static inline vixl::Extend ExtendFromOpKind(HArm64DataProcWithShifterOp::OpKind op_kind) {
H A Dinstruction_simplifier_arm64.cc125 HArm64DataProcWithShifterOp::OpKind op_kind;
H A Dcode_generator_arm64.cc1911 HArm64DataProcWithShifterOp::OpKind op_kind = instruction->GetOpKind();
/art/compiler/dex/
H A Dcompiler_enums.h394 enum OpKind { enum in namespace:art
433 std::ostream& operator<<(std::ostream& os, const OpKind& rhs);

Completed in 128 milliseconds