HomeSort by relevance Sort by last modified time
    Searched full:physreg (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 81 EmitCopyToReg, // Emit a copytoreg into a physreg.
    [all...]
DAGISelMatcherGen.cpp 92 /// physreg input to the pattern. The first elt is the Register node, the
257 // If we have a physreg reference like (mul gpr:$src, EAX) then we need to
260 AddMatcher(new RecordMatcher("physreg input "+LeafRec->getName(),
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 737 // Given a PhysReg, AliasMap[PhysReg] is either the relevant index into RC,
TargetInstrInfo.cpp 615 // If the physreg has no defs anywhere, it's just an ambient register
621 // A physreg def. We can't remat it.
MachineScheduler.cpp     [all...]
LiveIntervalAnalysis.cpp 60 cl::desc("Eagerly compute live intervals for all physreg units."));
564 // happen when a physreg is defined as a copy of a virtreg:
    [all...]
MachineSink.cpp 498 // If the physreg has no defs anywhere, it's just an ambient register
InlineSpiller.cpp     [all...]
MachineLICM.cpp 428 // We can't hoist an instruction defining a physreg that is clobbered in
    [all...]
ScheduleDAGInstrs.cpp 254 assert(MO.isDef() && "expect physreg def");
276 // Set the hasPhysRegDefs only for physreg defs that have a use within
    [all...]
PrologEpilogInserter.cpp 294 // Check to see if this physreg must be spilled to a particular stack slot
    [all...]
RegisterPressure.cpp 365 // Remove redundant physreg dead defs.
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 83 "disable-sched-physreg-join", cl::Hidden, cl::init(false),
84 cl::desc("Disable physreg def-use affinity"));
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /art/compiler/dex/
vreg_analysis.cc 404 static const char* storage_name[] = {" Frame ", "PhysReg", " Spill "};
  /external/llvm/include/llvm/CodeGen/
Passes.h 283 /// When these passes run, VirtRegMap contains legal physreg assignments for
MachineInstr.h     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 373 struct PhysRegOp PhysReg;
696 return PhysReg.Num;
880 OS << "PhysReg<" << PhysReg.Num << ">";
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 248 // First prefer the paired physreg.
ARMFastISel.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 307 /// the right type that contains this physreg.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 380 // Copy all of the result registers out of their specified physreg.
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 727 // Copy all of the result registers out of their specified physreg.
    [all...]

Completed in 2462 milliseconds

1 23 4