HomeSort by relevance Sort by last modified time
    Searched refs:IsRegister (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MachineLocation.h 27 bool IsRegister; // True if location is a register.
37 : IsRegister(false), Register(0), Offset(0) {}
40 : IsRegister(true), Register(R), Offset(0) {}
43 : IsRegister(false), Register(R), Offset(O) {}
46 return IsRegister == Other.IsRegister && Register == Other.Register &&
52 bool isIndirect() const { return !IsRegister; }
53 bool isReg() const { return IsRegister; }
56 void setIsRegister(bool Is) { IsRegister = Is; }
61 IsRegister = true
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.cc 132 if (source->IsRegister()) ++source_uses_[source->index()];
135 if (destination->IsRegister()) ++destination_uses_[destination->index()];
143 if (source->IsRegister()) {
149 if (destination->IsRegister()) {
217 if (operand->IsRegister() && operand->index() == spilled_register_) {
261 if (source->IsRegister()) {
262 ASSERT(destination->IsRegister() || destination->IsStackSlot());
268 ASSERT(destination->IsRegister() || destination->IsStackSlot());
270 if (destination->IsRegister()) {
284 if (destination->IsRegister()) {
    [all...]
lithium-codegen-x87.cc 691 ASSERT(op->IsRegister());
755 if (op->IsRegister()) return Operand(ToRegister(op));
884 } else if (op->IsRegister()) {
942 if (context->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 132 if (source->IsRegister()) ++source_uses_[source->index()];
135 if (destination->IsRegister()) ++destination_uses_[destination->index()];
143 if (source->IsRegister()) {
149 if (destination->IsRegister()) {
217 if (operand->IsRegister() && operand->index() == spilled_register_) {
261 if (source->IsRegister()) {
262 ASSERT(destination->IsRegister() || destination->IsStackSlot());
268 ASSERT(destination->IsRegister() || destination->IsStackSlot());
270 if (destination->IsRegister()) {
284 if (destination->IsRegister()) {
    [all...]
lithium-codegen-ia32.cc 505 ASSERT(op->IsRegister());
569 if (op->IsRegister()) return Operand(ToRegister(op));
698 } else if (op->IsRegister()) {
760 if (context->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 148 if (source->IsRegister()) {
150 if (destination->IsRegister()) {
161 if (destination->IsRegister()) {
173 if (destination->IsRegister()) {
244 if (source->IsRegister() && destination->IsRegister()) {
250 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
251 (source->IsStackSlot() && destination->IsRegister())) {
254 cgen_->ToRegister(source->IsRegister() ? source : destination);
256 cgen_->ToOperand(source->IsRegister() ? destination : source)
    [all...]
lithium-codegen-x64.cc 273 instr->result()->IsRegister()) {
283 if (instr->result()->IsRegister()) {
411 ASSERT(op->IsRegister());
602 } else if (op->IsRegister()) {
663 if (context->IsRegister()) {
907 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 162 if (source->IsRegister()) {
184 if (saved_destination_->IsRegister()) {
208 if (source->IsRegister()) {
210 if (destination->IsRegister()) {
218 if (destination->IsRegister()) {
237 if (destination->IsRegister()) {
lithium-codegen-arm.cc 400 ASSERT(op->IsRegister());
406 if (op->IsRegister()) {
532 } else if (op->IsRegister()) {
551 ASSERT(!op->IsRegister());
679 } else if (op->IsRegister()) {
753 if (context->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-gap-resolver-arm64.cc 167 if (source->IsRegister()) {
196 if (saved_destination_->IsRegister()) {
222 if (source->IsRegister()) {
224 if (destination->IsRegister()) {
233 if (destination->IsRegister()) {
242 if (destination->IsRegister()) {
assembler-arm64-inl.h 94 return IsRegister() &&
128 inline bool CPURegister::IsRegister() const {
150 return IsRegister() && (reg_code == kZeroRegCode);
156 return IsRegister() && (reg_code == kSPRegInternalCode);
894 if (rt.IsRegister()) {
907 if (rt.IsRegister()) {
918 if (rt.IsRegister()) {
931 if (rt.IsRegister()) {
944 if (rt.IsRegister()) {
957 if (rt.IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 147 if (source->IsRegister()) {
168 if (saved_destination_->IsRegister()) {
194 if (source->IsRegister()) {
196 if (destination->IsRegister()) {
204 if (destination->IsRegister()) {
229 if (destination->IsRegister()) {
lithium-codegen-mips.cc 395 ASSERT(op->IsRegister());
401 if (op->IsRegister()) {
528 } else if (op->IsRegister()) {
547 ASSERT(!op->IsRegister());
675 } else if (op->IsRegister()) {
727 if (context->IsRegister()) {
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 278 if (destination.IsRegister()) {
279 if (source.IsRegister()) {
288 if (source.IsRegister()) {
297 if (source.IsRegister()) {
312 if (location.IsRegister()) {
319 if (location.IsRegister()) {
404 if (lhs.IsRegister()) {
413 if (rhs.IsRegister()) {
483 if (locations->InAt(1).IsRegister()) {
782 if (locations->InAt(1).IsRegister()) {
    [all...]
code_generator_x86.cc 347 if (destination.IsRegister()) {
348 if (source.IsRegister()) {
355 if (source.IsRegister()) {
369 if (destination.IsRegister()) {
370 if (source.IsRegister()) {
389 if (source.IsRegister()) {
401 if (source.IsRegister()) {
426 if (location.IsRegister()) {
433 if (location.IsRegister()) {
523 if (lhs.IsRegister()) {
    [all...]
code_generator_arm.cc 372 if (destination.IsRegister()) {
373 if (source.IsRegister()) {
380 if (source.IsRegister()) {
393 if (destination.IsRegister()) {
394 if (source.IsRegister()) {
417 if (source.IsRegister()) {
429 if (source.IsRegister()) {
463 if (location.IsRegister()) {
472 if (location.IsRegister()) {
564 DCHECK(if_instr->GetLocations()->InAt(0).IsRegister());
    [all...]
locations.h 107 bool IsRegister() const {
112 DCHECK(IsRegister());
code_generator.cc 157 if (loc.IsRegister()) {
166 if (loc.IsRegister()) {
graph_visualizer.cc 105 if (location.IsRegister()) {
register_allocator.cc 137 if (output.IsRegister()) {
147 if (input.IsRegister()) {
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 49 virtual bool IsRegister() const { return false; }
83 virtual bool IsRegister() const { return true; }
91 VIXL_ASSERT(tok->IsRegister());
    [all...]
macro-assembler-a64.cc     [all...]
assembler-a64.h 123 return IsRegister() &&
154 return IsRegister() && (code_ == kZeroRegCode);
159 return IsRegister() && (code_ == kSPRegInternalCode);
162 inline bool IsRegister() const {
202 VIXL_ASSERT(IsRegister() || IsNone());
    [all...]
assembler-a64.cc     [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 472 ASSERT(op->IsRegister() || op->IsDoubleRegister() ||
698 } else if (operand->IsRegister()) {
959 if (output == NULL || !output->IsRegister() ||
    [all...]

Completed in 3874 milliseconds

1 2