HomeSort by relevance Sort by last modified time
    Searched refs:IsRegister (Results 1 - 25 of 46) 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 DCHECK(destination->IsRegister() || destination->IsStackSlot());
268 DCHECK(destination->IsRegister() || destination->IsStackSlot());
270 if (destination->IsRegister()) {
284 if (destination->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 DCHECK(destination->IsRegister() || destination->IsStackSlot());
268 DCHECK(destination->IsRegister() || destination->IsStackSlot());
270 if (destination->IsRegister()) {
284 if (destination->IsRegister()) {
    [all...]
lithium-codegen-ia32.cc 502 DCHECK(op->IsRegister());
566 if (op->IsRegister()) return Operand(ToRegister(op));
695 } else if (op->IsRegister()) {
757 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 276 instr->result()->IsRegister()) {
286 if (instr->result()->IsRegister()) {
409 DCHECK(op->IsRegister());
600 } else if (op->IsRegister()) {
661 if (context->IsRegister()) {
906 } 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 429 DCHECK(op->IsRegister());
435 if (op->IsRegister()) {
561 } else if (op->IsRegister()) {
580 DCHECK(!op->IsRegister());
708 } else if (op->IsRegister()) {
782 if (context->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-gap-resolver-arm64.cc 158 if (source->IsRegister()) {
183 if (saved_destination_->IsRegister()) {
210 if (source->IsRegister()) {
212 if (destination->IsRegister()) {
221 if (destination->IsRegister()) {
230 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);
902 if (rt.IsRegister()) {
915 if (rt.IsRegister()) {
926 if (rt.IsRegister()) {
939 if (rt.IsRegister()) {
952 if (rt.IsRegister()) {
965 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 423 DCHECK(op->IsRegister());
429 if (op->IsRegister()) {
556 } else if (op->IsRegister()) {
575 DCHECK(!op->IsRegister());
703 } else if (op->IsRegister()) {
755 if (context->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-gap-resolver-mips64.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()) {
  /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()) {
783 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()) {
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 72 if (op->IsRegister()) {
79 if (op->IsRegister()) {
106 DCHECK(!op->IsRegister());
119 if (instr->InputAt(1)->IsRegister()) { \
725 if (source->IsRegister()) {
726 DCHECK(destination->IsRegister() || destination->IsStackSlot());
728 if (destination->IsRegister()) {
735 DCHECK(destination->IsRegister() || destination->IsStackSlot());
736 if (destination->IsRegister()) {
746 if (destination->IsRegister() || destination->IsStackSlot())
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 124 DCHECK(!op->IsRegister());
704 if (source->IsRegister()) {
705 DCHECK(destination->IsRegister() || destination->IsStackSlot());
707 if (destination->IsRegister()) {
713 DCHECK(destination->IsRegister() || destination->IsStackSlot());
715 if (destination->IsRegister()) {
723 if (destination->IsRegister() || destination->IsStackSlot()) {
725 destination->IsRegister() ? g.ToRegister(destination) : kScratchReg;
785 if (source->IsRegister()) {
789 if (destination->IsRegister()) {
    [all...]
  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc 39 if (op->IsRegister()) {
798 if (source->IsRegister()) {
799 DCHECK(destination->IsRegister() || destination->IsStackSlot());
804 DCHECK(destination->IsRegister() || destination->IsStackSlot());
806 if (destination->IsRegister()) {
818 if (destination->IsRegister()) {
832 } else if (destination->IsRegister()) {
887 if (source->IsRegister() && destination->IsRegister()) {
892 } else if (source->IsRegister() && destination->IsStackSlot())
    [all...]
  /external/chromium_org/v8/src/compiler/
code-generator-impl.h 86 DCHECK(op->IsRegister());
code-generator.cc 94 } else if (pointer->IsRegister() && (kind & Safepoint::kWithRegisters)) {
376 } else if (op->IsRegister()) {
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 119 if (op->IsRegister()) {
878 if (source->IsRegister()) {
879 DCHECK(destination->IsRegister() || destination->IsStackSlot());
881 if (destination->IsRegister()) {
887 DCHECK(destination->IsRegister() || destination->IsStackSlot());
889 if (destination->IsRegister()) {
902 if (destination->IsRegister() || destination->IsStackSlot()) {
903 Register dst = destination->IsRegister() ? g.ToRegister(destination)
963 if (source->IsRegister() && destination->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...]

Completed in 345 milliseconds

1 2