HomeSort by relevance Sort by last modified time
    Searched refs:isPhysicalRegister (Results 26 - 50 of 54) sorted by null

12 3

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 640 if (TargetRegisterInfo::isPhysicalRegister(Reg)) {
701 if (!TargetRegisterInfo::isPhysicalRegister(Reg))
    [all...]
LiveRangeCalc.cpp 278 if (TargetRegisterInfo::isPhysicalRegister(PhysReg) &&
VirtRegMap.cpp 95 if (TargetRegisterInfo::isPhysicalRegister(Hint.second))
TargetInstrInfo.cpp 365 if (TargetRegisterInfo::isPhysicalRegister(LiveOp.getReg()))
611 if (TargetRegisterInfo::isPhysicalRegister(Reg)) {
    [all...]
StackMaps.cpp 134 assert(TargetRegisterInfo::isPhysicalRegister(MOI->getReg()) &&
LiveIntervalAnalysis.cpp 190 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ?
    [all...]
MachineBasicBlock.cpp 345 assert(TargetRegisterInfo::isPhysicalRegister(PhysReg) && "Expected physreg");
731 if (TargetRegisterInfo::isPhysicalRegister(Reg) ||
    [all...]
ScheduleDAGInstrs.cpp 227 if (TRI->isPhysicalRegister(Reg))
832 if (TRI->isPhysicalRegister(Reg))
    [all...]
LiveDebugVariables.cpp     [all...]
LiveVariables.cpp 564 assert(TargetRegisterInfo::isPhysicalRegister(*II) &&
RegAllocGreedy.cpp     [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 265 /// Note that isVirtualRegister() and isPhysicalRegister() cannot handle stack
287 /// isPhysicalRegister - Return true if the specified register number is in
289 static bool isPhysicalRegister(unsigned Reg) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 192 assert(TargetRegisterInfo::isPhysicalRegister(Reg));
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 202 assert(TargetRegisterInfo::isPhysicalRegister(Reg) &&
HexagonExpandCondsets.cpp 651 assert(TargetRegisterInfo::isPhysicalRegister(RS.Reg));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 875 if (TargetRegisterInfo::isPhysicalRegister(Reg))
    [all...]
ARMBaseRegisterInfo.cpp 253 if (TargetRegisterInfo::isPhysicalRegister(Paired)) {
Thumb2InstrInfo.cpp 203 if (TargetRegisterInfo::isPhysicalRegister(DestReg))
ARMAsmPrinter.cpp 156 assert(TargetRegisterInfo::isPhysicalRegister(Reg));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 291 if (RI->isPhysicalRegister(Location.getReg()))
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 510 if (TargetRegisterInfo::isPhysicalRegister(Reg))
SelectionDAGISel.cpp 482 if (TargetRegisterInfo::isPhysicalRegister(Reg))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 420 if (TargetRegisterInfo::isPhysicalRegister(Reg))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 912 milliseconds

12 3