Searched refs:getOpcConst (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 194 WebAssemblyFrameLowering::getOpcConst(const MachineFunction &MF) { in getOpcConst() function in WebAssemblyFrameLowering 304 BuildMI(MBB, InsertPt, DL, TII->get(getOpcConst(MF)), OffsetReg) in emitPrologue() 313 BuildMI(MBB, InsertPt, DL, TII->get(getOpcConst(MF)), BitmaskReg) in emitPrologue() 356 BuildMI(MBB, InsertPt, DL, TII->get(getOpcConst(MF)), OffsetReg) in emitEpilogue()
|
| H A D | WebAssemblyRegisterInfo.cpp | 101 WebAssemblyFrameLowering::getOpcConst(MF) && in eliminateFrameIndex() 125 TII->get(WebAssemblyFrameLowering::getOpcConst(MF)), in eliminateFrameIndex()
|
| H A D | WebAssemblyFrameLowering.h | 64 static unsigned getOpcConst(const MachineFunction &MF);
|