Home
last modified time | relevance | path

Searched refs:addFrameIndex (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrBuilder.h35 return MIB.addImm(Offset).addFrameIndex(FI);
37 return MIB.addFrameIndex(FI).addImm(Offset);
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrBuilder.h35 return MIB.addFrameIndex(FI).addImm(0).addImm(Offset);
36 return MIB.addFrameIndex(FI).addImm(Offset);
H A DVEInstrInfo.cpp478 .addFrameIndex(FI) in storeRegToStackSlot()
485 .addFrameIndex(FI) in storeRegToStackSlot()
492 .addFrameIndex(FI) in storeRegToStackSlot()
499 .addFrameIndex(FI) in storeRegToStackSlot()
506 .addFrameIndex(FI) in storeRegToStackSlot()
513 .addFrameIndex(FI) in storeRegToStackSlot()
540 .addFrameIndex(FI) in loadRegFromStackSlot()
546 .addFrameIndex(FI) in loadRegFromStackSlot()
552 .addFrameIndex(FI) in loadRegFromStackSlot()
558 .addFrameIndex(FI) in loadRegFromStackSlot()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp513 BuildMI(MBB, I, DL, get(SP::STXri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
516 BuildMI(MBB, I, DL, get(SP::STri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
519 BuildMI(MBB, I, DL, get(SP::STDri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
522 BuildMI(MBB, I, DL, get(SP::STFri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
525 BuildMI(MBB, I, DL, get(SP::STDFri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
530 BuildMI(MBB, I, DL, get(SP::STQFri)).addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
552 BuildMI(MBB, I, DL, get(SP::LDXri), DestReg).addFrameIndex(FI).addImm(0) in loadRegFromStackSlot()
555 BuildMI(MBB, I, DL, get(SP::LDri), DestReg).addFrameIndex(FI).addImm(0) in loadRegFromStackSlot()
558 BuildMI(MBB, I, DL, get(SP::LDDri), DestReg).addFrameIndex(FI).addImm(0) in loadRegFromStackSlot()
561 BuildMI(MBB, I, DL, get(SP::LDFri), DestReg).addFrameIndex(FI).addImm(0) in loadRegFromStackSlot()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp137 .addFrameIndex(FI) in storeRegToStackSlot()
142 .addFrameIndex(FI) in storeRegToStackSlot()
159 BuildMI(MBB, I, DL, get(BPF::LDD), DestReg).addFrameIndex(FI).addImm(0); in loadRegFromStackSlot()
161 BuildMI(MBB, I, DL, get(BPF::LDW32), DestReg).addFrameIndex(FI).addImm(0); in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp52 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
56 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
80 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()
84 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrBuilder.h180 MIB.addFrameIndex(AM.Base.FrameIndex); in addFullAddress()
211 return addOffset(MIB.addFrameIndex(FI), Offset)
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp100 .addFrameIndex(FI) in storeRegToStackSlot()
128 .addFrameIndex(FI) in loadRegFromStackSlot()
H A DARMBaseInstrInfo.cpp1134 .addFrameIndex(FI) in storeRegToStackSlot()
1145 .addFrameIndex(FI) in storeRegToStackSlot()
1152 .addFrameIndex(FI) in storeRegToStackSlot()
1215 .addFrameIndex(FI) in storeRegToStackSlot()
1391 .addFrameIndex(FI) in loadRegFromStackSlot()
1401 .addFrameIndex(FI) in loadRegFromStackSlot()
1407 .addFrameIndex(FI) in loadRegFromStackSlot()
1413 .addFrameIndex(FI) in loadRegFromStackSlot()
1423 .addFrameIndex(FI) in loadRegFromStackSlot()
1469 MIB.addFrameIndex(FI) in loadRegFromStackSlot()
[all …]
H A DThumb2InstrInfo.cpp181 .addFrameIndex(FI) in storeRegToStackSlot()
200 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in storeRegToStackSlot()
224 .addFrameIndex(FI) in loadRegFromStackSlot()
243 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h39 return MIB.addFrameIndex(FI).addImm(Offset).addReg(0).addMemOperand(MMO); in addFrameReference()
H A DSystemZInstrInfo.cpp1035 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1061 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1077 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1092 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1121 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1135 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1146 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1172 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1186 .addFrameIndex(FrameIndex) in foldMemoryOperandImpl()
1298 MIB.addFrameIndex(FrameIndex).addImm(Offset); in foldMemoryOperandImpl()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrBuilder.h72 return MIB.addImm(Offset).addFrameIndex(FI).addMemOperand(MMO);
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp315 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
343 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp373 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
394 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp102 .addFrameIndex(FI) in storeRegToStackSlot()
138 .addFrameIndex(FI) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp153 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
185 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp120 addFrameIndex(FI).addImm(Offset) in storeRegToStack()
138 BuildMI(MBB, I, DL, get(Opc), DestReg).addFrameIndex(FI).addImm(Offset) in loadRegFromStack()
H A DMipsSEInstrInfo.cpp315 .addFrameIndex(FI).addImm(Offset).addMemOperand(MMO); in storeRegToStack()
376 .addFrameIndex(FI) in loadRegFromStack()
396 .addFrameIndex(FI) in loadRegFromStack()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp129 MIB.addFrameIndex(FI).addImm(Offset); in runOnMachineFunction()
H A DHexagonFrameLowering.cpp1760 .addFrameIndex(FI) in expandStoreInt()
1785 .addFrameIndex(FI) in expandLoadInt()
1912 .addFrameIndex(FI) in expandStoreVec2()
1923 .addFrameIndex(FI) in expandStoreVec2()
1958 .addFrameIndex(FI) in expandLoadVec2()
1966 .addFrameIndex(FI) in expandLoadVec2()
1994 .addFrameIndex(FI) in expandStoreVec()
2022 .addFrameIndex(FI) in expandLoadVec()
H A DHexagonInstrInfo.cpp973 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
977 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
981 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
985 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
989 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
993 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
997 .addFrameIndex(FI).addImm(0) in storeRegToStackSlot()
1020 .addFrameIndex(FI).addImm(0).addMemOperand(MMO); in loadRegFromStackSlot()
1023 .addFrameIndex(FI).addImm(0).addMemOperand(MMO); in loadRegFromStackSlot()
1026 .addFrameIndex(FI).addImm(0).addMemOperand(MMO); in loadRegFromStackSlot()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp64 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
83 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp430 .addFrameIndex(FI) in storeRegToStackSlot()
473 .addFrameIndex(FI) in loadRegFromStackSlot()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2236 NewMI.addFrameIndex(FrameIndex).addImm(0U); in buildDbgValueForSpill()
2241 NewMI.addFrameIndex(FrameIndex); in buildDbgValueForSpill()
2257 NewMI.addFrameIndex(FrameIndex).addImm(0U); in buildDbgValueForSpill()
2262 NewMI.addFrameIndex(FrameIndex); in buildDbgValueForSpill()

123