HomeSort by relevance Sort by last modified time
    Searched refs:IsRegister (Results 51 - 75 of 80) sorted by null

1 23 4

  /art/compiler/optimizing/
ssa_liveness_analysis.h     [all...]
intrinsics_x86.cc 281 DCHECK(locations->InAt(1).IsRegister());
470 DCHECK(locations->InAt(2).IsRegister());
706 DCHECK(out.IsRegister());
    [all...]
intrinsics_x86_64.cc 526 DCHECK(out.IsRegister());
    [all...]
parallel_move_test.cc 43 } else if (location.IsRegister()) {
ssa_liveness_analysis.cc 520 return other.IsRegister();
code_generator.cc 64 } else if (location.IsRegister() ||
509 if (location.IsRegister()) {
    [all...]
graph_visualizer.cc 290 if (location.IsRegister()) {
intrinsics_mips64.cc 113 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
    [all...]
intrinsics_arm64.cc 125 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
    [all...]
  /external/v8/src/compiler/
code-generator.cc 241 } else if (operand.IsRegister() && (kind & Safepoint::kWithRegisters)) {
649 } else if (op->IsRegister()) {
register-allocator.cc 73 if (output->IsRegister() &&
164 operand->IsRegister()
194 if (op.IsRegister() || op.IsDoubleRegister()) {
575 DCHECK(op.IsRegister() || op.IsDoubleRegister());
    [all...]
graph-visualizer.cc 543 DCHECK(op.IsRegister());
instruction.cc 132 } else if (op.IsRegister()) {
  /external/v8/src/crankshaft/
lithium-allocator.cc 458 DCHECK(op->IsRegister() || op->IsDoubleRegister() ||
683 } else if (operand->IsRegister()) {
945 if (output == NULL || !output->IsRegister() ||
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc     [all...]
assembler_arm32_test.cc 274 } else if (sop.IsRegister()) {
assembler_arm.h 169 bool IsRegister() const {
    [all...]
assembler_arm32.cc 697 CHECK(so.IsRegister());
    [all...]
  /external/vixl/src/vixl/a64/
assembler-a64.h 142 return IsRegister() &&
179 return IsRegister() && (code_ == kZeroRegCode);
184 return IsRegister() && (code_ == kSPRegInternalCode);
187 bool IsRegister() const {
251 VIXL_ASSERT(IsRegister() || IsNone());
    [all...]
assembler-a64.cc     [all...]
disasm-a64.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.h 106 bool IsRegister() const;
154 DCHECK(IsRegister() || IsNone());
    [all...]
macro-assembler-arm64.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.h 85 bool IsRegister(Register reg) const {
  /art/compiler/utils/x86_64/
assembler_x86_64.h 97 bool IsRegister(CpuRegister reg) const {
    [all...]

Completed in 1311 milliseconds

1 23 4