Searched refs:getOpcConst (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 186 WebAssemblyFrameLowering::getOpcConst(const MachineFunction &MF) { in getOpcConst() function in WebAssemblyFrameLowering 296 BuildMI(MBB, InsertPt, DL, TII->get(getOpcConst(MF)), OffsetReg) in emitPrologue() 305 BuildMI(MBB, InsertPt, DL, TII->get(getOpcConst(MF)), BitmaskReg) in emitPrologue() 348 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);
|