HomeSort by relevance Sort by last modified time
    Searched full:vreg (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 513 int vreg = allocator_->GetVirtualRegister(); local
516 vreg = 0;
518 operand->set_virtual_register(vreg);
526 int vreg = allocator_->GetVirtualRegister(); local
529 vreg = 0;
531 operand->set_virtual_register(vreg);
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 187 LiveRegMap::iterator assignVirtToPhysReg(unsigned VReg, unsigned PhysReg);
858 DEBUG(dbgs() << "Unable to allocate vreg used by DBG_VALUE");
    [all...]
PrologEpilogInserter.cpp 838 /// iterate over the vreg use list, which at this point only contains machine
    [all...]
  /art/compiler/dex/
frontend.cc 756 /* Reassociate sreg names with original Dalvik vreg names. */
  /art/compiler/dex/quick/arm/
target_arm.cc 783 * TODO: until runtime support is in, make sure we avoid promoting the same vreg to
  /art/compiler/optimizing/
builder.cc 50 // We currently only support vreg size temps.
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 254 /// consecutive vreg numbers and return the first assigned number.
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AdvSIMDScalarPass.cpp 330 // Create a vreg for the destination.
AArch64AsmPrinter.cpp 261 RegToPrint, isVector ? AArch64::vreg : AArch64::NoRegAltName);
AArch64ConditionalCompares.cpp 220 // PHI operands come in (VReg, MBB) pairs.
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 533 /// maintain the number of vreg uses remaining to be top-scheduled.
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 731 HReg vreg, Short spill_off );
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 691 .LisOther: // Everything else takes one vReg.
824 .LisOther2: // Everything else takes one vReg.
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 287 bool isVRegCycle : 1; // May use and def the same vreg.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
avx2intrin.h 160 /* In that case (__N*8) will be in vreg, and insn will not be matched. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
avx2intrin.h 160 /* In that case (__N*8) will be in vreg, and insn will not be matched. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
avx2intrin.h 160 /* In that case (__N*8) will be in vreg, and insn will not be matched. */
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
avx2intrin.h 160 /* In that case (__N*8) will be in vreg, and insn will not be matched. */
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx2intrin.h 169 /* In that case (__N*8) will be in vreg, and insn will not be matched. */
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 675 int vreg = allocator_->GetVirtualRegister(); local
678 vreg = 0;
680 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 647 int vreg = allocator_->GetVirtualRegister(); local
650 vreg = 0;
652 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 668 int vreg = allocator_->GetVirtualRegister(); local
671 vreg = 0;
673 operand->set_virtual_register(vreg);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 716 unsigned VReg = MRI.createVirtualRegister(RC);
717 MRI.addLiveIn(VA.getLocReg(), VReg);
718 ArgValue = DAG.getCopyFromReg(Chain, DL, VReg, LocVT);
767 unsigned VReg = MF.addLiveIn(SystemZ::ArgFPRs[I],
769 SDValue ArgValue = DAG.getCopyFromReg(Chain, DL, VReg, MVT::f64);
    [all...]

Completed in 541 milliseconds

1 2 3 45 6 7