| /external/llvm/lib/CodeGen/ | 
| D | LocalStackSlotAllocation.cpp | 53     int FrameIdx;                   // The frame index  member in __anon773d0c840111::FrameRef 135                                            int FrameIdx, int64_t &Offset,  in AdjustStackOffset() 334     int FrameIdx = FR.getFrameIndex();  in insertFrameReferenceRegisters()  local
  | 
| D | PrologEpilogInserter.cpp | 360       int FrameIdx;  in assignCalleeSavedSpillSlots()  local 554 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx,  in AdjustStackOffset() 624 static inline bool scavengeStackSlot(MachineFrameInfo *MFI, int FrameIdx,  in scavengeStackSlot()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | LocalStackSlotAllocation.cpp | 54     int FrameIdx;                   // The frame index  member in __anon54a2e6e60111::FrameRef 144                                            int FrameIdx, int64_t &Offset,  in AdjustStackOffset() 351     int FrameIdx = FR.getFrameIndex();  in insertFrameReferenceRegisters()  local
  | 
| D | PrologEpilogInserter.cpp | 421       int FrameIdx;  in assignCalleeSavedSpillSlots()  local 635 AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx,  in AdjustStackOffset() 708 static inline bool scavengeStackSlot(MachineFrameInfo &MFI, int FrameIdx,  in scavengeStackSlot() 1210         unsigned FrameIdx = MI.getOperand(0).getIndex();  in replaceFrameIndices()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ | 
| D | MSP430InstrInfo.cpp | 38                                     unsigned SrcReg, bool isKill, int FrameIdx,  in storeRegToStackSlot() 65                                            unsigned DestReg, int FrameIdx,  in loadRegFromStackSlot()
  | 
| D | MSP430FrameLowering.cpp | 294     int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true);  in processFunctionBeforeFrameFinalized()  local
  | 
| /external/llvm/lib/Target/MSP430/ | 
| D | MSP430InstrInfo.cpp | 39                                     unsigned SrcReg, bool isKill, int FrameIdx,  in storeRegToStackSlot() 66                                            unsigned DestReg, int FrameIdx,  in loadRegFromStackSlot()
  | 
| D | MSP430FrameLowering.cpp | 296     int FrameIdx = MF.getFrameInfo()->CreateFixedObject(2, -4, true);  in processFunctionBeforeFrameFinalized()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | GISelKnownBits.cpp | 36 Align GISelKnownBits::inferAlignmentForFrameIdx(int FrameIdx, int Offset,  in inferAlignmentForFrameIdx() 45     int FrameIdx = MI.getOperand(1).getIndex();  in inferPtrAlignment()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZFrameLowering.cpp | 101         int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset);  in assignCalleeSavedSpillSlots()  local 138         int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset);  in assignCalleeSavedSpillSlots()  local 164     int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset);  in assignCalleeSavedSpillSlots()  local
  | 
| D | SystemZInstrInfo.cpp | 873     bool isKill, int FrameIdx, const TargetRegisterClass *RC,  in storeRegToStackSlot() 888     int FrameIdx, const TargetRegisterClass *RC,  in loadRegFromStackSlot()
  | 
| /external/llvm/lib/Target/NVPTX/ | 
| D | NVPTXPrologEpilogPass.cpp | 83 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx,  in AdjustStackOffset()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ | 
| D | NVPTXPrologEpilogPass.cpp | 101 AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx,  in AdjustStackOffset()
  | 
| /external/llvm/lib/Target/PowerPC/ | 
| D | PPCInstrInfo.cpp | 958                                   int FrameIdx,  in StoreRegToStackSlot() 1060                                   unsigned SrcReg, bool isKill, int FrameIdx,  in storeRegToStackSlot() 1092                                         unsigned DestReg, int FrameIdx,  in LoadRegFromStackSlot() 1169                                    unsigned DestReg, int FrameIdx,  in loadRegFromStackSlot()
  | 
| /external/llvm/lib/CodeGen/MIRParser/ | 
| D | MIRParser.cpp | 555     const yaml::StringValue &RegisterSource, int FrameIdx) {  in parseCalleeSavedRegister() 582     const yaml::MachineStackObject &Object, int FrameIdx) {  in parseStackObjectsDebugInfo()
  | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64RegisterInfo.cpp | 326                                                        int FrameIdx,  in materializeFrameBaseRegister()
  | 
| /external/llvm/include/llvm/Target/ | 
| D | TargetRegisterInfo.h | 824                                     int &FrameIdx) const {  in hasReservedSpillSlot() 860                                             unsigned BaseReg, int FrameIdx,  in materializeFrameBaseRegister()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ | 
| D | MIRParser.cpp | 757     const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) {  in parseCalleeSavedRegister() 787     const T &Object, int FrameIdx) {  in parseStackObjectsDebugInfo()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | TargetRegisterInfo.h | 852                                     int &FrameIdx) const {  in hasReservedSpillSlot() 888                                             unsigned BaseReg, int FrameIdx,  in materializeFrameBaseRegister()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64MachineFunctionInfo.h | 204         int FrameIdx = Info.getFrameIdx();  in getCalleeSavedStackSize()  local
  | 
| D | AArch64RegisterInfo.cpp | 409                                                        int FrameIdx,  in materializeFrameBaseRegister()
  | 
| /external/llvm/lib/Target/SystemZ/ | 
| D | SystemZInstrInfo.cpp | 702     bool isKill, int FrameIdx, const TargetRegisterClass *RC,  in storeRegToStackSlot() 717     int FrameIdx, const TargetRegisterClass *RC,  in loadRegFromStackSlot()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCInstrInfo.cpp | 1200     MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx,  in StoreRegToStackSlot() 1227                                        int FrameIdx,  in storeRegToStackSlot() 1256                                         unsigned DestReg, int FrameIdx,  in LoadRegFromStackSlot() 1279                                    unsigned DestReg, int FrameIdx,  in loadRegFromStackSlot()
  | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | MachineFrameInfo.h | 39   int FrameIdx;  variable
  | 
| /external/llvm/lib/Target/ARM/ | 
| D | ARMBaseRegisterInfo.cpp | 586                              unsigned BaseReg, int FrameIdx,  in materializeFrameBaseRegister()
  |