Home
last modified time | relevance | path

Searched refs:getOpcConst (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp186 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 DWebAssemblyRegisterInfo.cpp101 WebAssemblyFrameLowering::getOpcConst(MF) && in eliminateFrameIndex()
125 TII->get(WebAssemblyFrameLowering::getOpcConst(MF)), in eliminateFrameIndex()
H A DWebAssemblyFrameLowering.h64 static unsigned getOpcConst(const MachineFunction &MF);