Home
last modified time | relevance | path

Searched defs:op_kind (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.cc31 /*out*/OpKind* op_kind, in GetOpInfoFromInstruction()
Dnodes_shared.h224 static bool IsShiftOp(OpKind op_kind) { in IsShiftOp()
228 static bool IsExtensionOp(OpKind op_kind) { in IsExtensionOp()
Dcommon_arm64.h345 inline vixl::aarch64::Shift ShiftFromOpKind(HDataProcWithShifterOp::OpKind op_kind) { in ShiftFromOpKind()
357 inline vixl::aarch64::Extend ExtendFromOpKind(HDataProcWithShifterOp::OpKind op_kind) { in ExtendFromOpKind()
Dinstruction_simplifier_arm.cc120 HDataProcWithShifterOp::OpKind op_kind; in TryMergeIntoShifterOperand() local
Dinstruction_simplifier_shared.cc41 HInstruction::InstructionKind op_kind; in TrySimpleMultiplyAccumulatePatterns() local
Dinstruction_simplifier_arm64.cc134 HDataProcWithShifterOp::OpKind op_kind; in TryMergeIntoShifterOperand() local
Dscheduler_arm.cc599 const HDataProcWithShifterOp::OpKind op_kind = instruction->GetOpKind(); in VisitDataProcWithShifterOp() local
Dcode_generator_arm_vixl.cc1026 inline ShiftType ShiftFromOpKind(HDataProcWithShifterOp::OpKind op_kind) { in ShiftFromOpKind()
8506 const HDataProcWithShifterOp::OpKind op_kind = instruction->GetOpKind(); in VisitDataProcWithShifterOp() local
Dcode_generator_arm64.cc2330 HDataProcWithShifterOp::OpKind op_kind = instruction->GetOpKind(); in VisitDataProcWithShifterOp() local