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

1 2 34 5 6 7

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 242 dst[i] = &c->vreg[c->nr_vreg++];
brw_wm.h 225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 404 unsigned VReg = RegInfo.createVirtualRegister(&SP::IntRegsRegClass);
405 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg);
406 SDValue Arg = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32);
516 unsigned VReg = RegInfo.createVirtualRegister(&SP::IntRegsRegClass);
517 MF.getRegInfo().addLiveIn(*CurArgReg, VReg);
518 SDValue Arg = DAG.getCopyFromReg(DAG.getRoot(), dl, VReg, MVT::i32);
566 unsigned VReg = MF.addLiveIn(VA.getLocReg(),
568 SDValue Arg = DAG.getCopyFromReg(Chain, DL, VReg, VA.getLocVT());
637 unsigned VReg = MF.addLiveIn(SP::I0 + ArgOffset/8, &SP::I64RegsRegClass);
638 SDValue VArg = DAG.getCopyFromReg(Chain, DL, VReg, MVT::i64)
    [all...]
  /external/chromium_org/v8/src/
lithium.h 148 // | slot_index | vreg | 0 | 001 |
153 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
lithium-allocator.cc 849 int vreg = GetVirtualRegister(); local
851 cur_input->set_virtual_register(vreg);
2047 int vreg = GetVirtualRegister(); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 739 // If we assign 'a' a vreg and fast isel later on has to use the selection
740 // DAG isel, it will want to copy the value to the vreg. However, there are
    [all...]
SelectionDAGISel.cpp 481 DEBUG(dbgs() << "Dropping debug info for dead vreg"
485 // If Reg is live-in then update debug info to track its copy in a vreg.
502 // If this vreg is directly copied into an exported register then
628 // If this is a CopyToReg with a vreg dest, process it.
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 624 << getRegisterName(MI->getOperand(0).getReg(), AArch64::vreg) << ", ";
630 << getRegisterName(MI->getOperand(ListOpNum + 1).getReg(), AArch64::vreg);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
R600MachineScheduler.cpp 28 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness");
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 345 ;# into vector register Vreg. Trashes r0
346 .macro load_g Vreg, Gptr
348 lvx \Vreg, 0, r0
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 345 ;# into vector register Vreg. Trashes r0
346 .macro load_g Vreg, Gptr
348 lvx \Vreg, 0, r0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 345 ;# into vector register Vreg. Trashes r0
346 .macro load_g Vreg, Gptr
348 lvx \Vreg, 0, r0
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 359 oss << StringPrintf(" vreg%u=0x%08X", i, raw_value);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.h 225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
  /external/llvm/
CREDITS.TXT 239 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 175 /// register which is used in a PHI node. We map that to the BB the vreg
RegisterPressure.h 281 /// Set of vreg defs that start a live range.
MachineScheduler.h 265 /// Return true if this DAG supports VReg liveness and RegPressure.
391 /// Return true if this DAG supports VReg liveness and RegPressure.
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 465 unsigned VReg = RegInfo.createVirtualRegister(&MSP430::GR16RegClass);
466 RegInfo.addLiveIn(VA.getLocReg(), VReg);
467 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, VReg, RegVT);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 320 assert(MI && "No def for image handle vreg?");
  /external/llvm/test/CodeGen/X86/
2011-09-14-valcoalesce.ll 3 ; Test RegistersDefinedFromSameValue. We have multiple copies of the same vreg:
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 881 /// Helper to find a vreg use between two indices [PriorUseIdx, NextUseIdx).
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 621 int vreg = allocator_->GetVirtualRegister(); local
624 vreg = 0;
626 operand->set_virtual_register(vreg);
634 int vreg = allocator_->GetVirtualRegister(); local
637 vreg = 0;
639 operand->set_virtual_register(vreg);
    [all...]

Completed in 7725 milliseconds

1 2 34 5 6 7