HomeSort by relevance Sort by last modified time
    Searched refs:IsExtensionOp (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
instruction_simplifier_arm.cc 126 if (HDataProcWithShifterOp::IsExtensionOp(op_kind)) {
instruction_simplifier_arm64.cc 136 if (HDataProcWithShifterOp::IsExtensionOp(op_kind) && !ShifterOperandSupportsExtension(use)) {
nodes_shared.h 228 static bool IsExtensionOp(OpKind op_kind) {
scheduler_arm.cc 605 if (HDataProcWithShifterOp::IsExtensionOp(op_kind)) {
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_arm64.cc     [all...]

Completed in 350 milliseconds