/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 53 int FrameIdx; // The frame index member in __anoncab6ec3f0111::FrameRef 135 int FrameIdx, int64_t &Offset, in AdjustStackOffset() 339 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters() local
|
D | PrologEpilogInserter.cpp | 337 int FrameIdx; in calculateCalleeSavedRegisters() local 451 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, in AdjustStackOffset()
|
D | TargetInstrInfo.cpp | 582 int FrameIdx = 0; in isReallyTriviallyReMaterializableGeneric() local
|
D | RegAllocFast.cpp | 208 int FrameIdx = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in getStackSpaceFor() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() 67 unsigned DestReg, int FrameIdx, in loadRegFromStackSlot()
|
D | MSP430FrameLowering.cpp | 293 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(2, -4, true); in processFunctionBeforeFrameFinalized() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 84 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, in AdjustStackOffset()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 843 int FrameIdx, in StoreRegToStackSlot() 939 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() 973 unsigned DestReg, int FrameIdx, in LoadRegFromStackSlot() 1046 unsigned DestReg, int FrameIdx, in loadRegFromStackSlot()
|
D | PPCISelLowering.cpp | 1515 static void fixupFuncForFI(SelectionDAG &DAG, int FrameIdx, EVT VT) { in fixupFuncForFI() 3686 int FrameIdx; member 6205 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false); in LowerINT_TO_FP() local 6256 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false); in LowerINT_TO_FP() local 6286 int FrameIdx = FrameInfo->CreateStackObject(8, 8, false); in LowerINT_TO_FP() local 6553 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false); in LowerBUILD_VECTOR() local 7274 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false); in LowerSCALAR_TO_VECTOR() local 7319 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false); in LowerEXTRACT_VECTOR_ELT() local 7533 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false); in LowerVectorStore() local
|
D | PPCRegisterInfo.cpp | 972 unsigned BaseReg, int FrameIdx, in materializeFrameBaseRegister()
|
D | PPCFrameLowering.cpp | 1219 int FrameIdx = MFI->CreateFixedObject((uint64_t)4, (int64_t)-4, true); in processFunctionBeforeCalleeSavedScan() local
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 757 int &FrameIdx) const { in hasReservedSpillSlot() 792 unsigned BaseReg, int FrameIdx, in materializeFrameBaseRegister()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 332 int FrameIdx, in materializeFrameBaseRegister()
|
D | AArch64ISelLowering.cpp | 2107 unsigned FrameIdx = in LowerFormalArguments() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 592 int FrameIdx, in storeRegToStackSlot() 608 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 | 568 unsigned BaseReg, int FrameIdx, in materializeFrameBaseRegister()
|
D | ARMISelLowering.cpp | 6169 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false); in LowerFSINCOS() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 366 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, 64, true); in LowerFormalArguments_32() local 387 int FrameIdx = MF.getFrameInfo()-> in LowerFormalArguments_32() local 520 int FrameIdx = MF.getFrameInfo()->CreateFixedObject(4, ArgOffset, in LowerFormalArguments_32() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3981 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() 4020 unsigned DestReg, int FrameIdx, in loadRegFromStackSlot()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1813 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false); in CreateStackTemporary() local 1829 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false); in CreateStackTemporary() local 6713 int FrameIdx = 1 << 31; in InferPtrAlignment() local
|