HomeSort by relevance Sort by last modified time
    Searched refs:stackSlot2Index (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 201 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
260 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
288 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
301 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
TargetRegisterInfo.cpp 51 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 36 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackSlotColoring.cpp 225 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
272 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
334 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
347 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
TargetRegisterInfo.cpp 95 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFRegisters.h 111 return RegMasks.get(TargetRegisterInfo::stackSlot2Index(R));
129 return MaskInfos[TargetRegisterInfo::stackSlot2Index(MaskId)].Units;
HexagonConstExtenders.cpp 256 int FI = TargetRegisterInfo::stackSlot2Index(Reg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 221 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
264 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
353 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
382 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
395 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 257 /// stackSlot2Index - Compute the frame index from a register value
259 static int stackSlot2Index(unsigned Reg) {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 302 static int stackSlot2Index(unsigned Reg) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 275 static int stackSlot2Index(unsigned Reg) {
    [all...]

Completed in 616 milliseconds