Home
last modified time | relevance | path

Searched refs:WebAssemblyInstrInfo (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp31 WebAssemblyInstrInfo::WebAssemblyInstrInfo(const WebAssemblySubtarget &STI) in WebAssemblyInstrInfo() function in WebAssemblyInstrInfo
36 bool WebAssemblyInstrInfo::isReallyTriviallyReMaterializable( in isReallyTriviallyReMaterializable()
51 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
80 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl()
95 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
145 unsigned WebAssemblyInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()
164 unsigned WebAssemblyInstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch()
193 bool WebAssemblyInstrInfo::ReverseBranchCondition( in ReverseBranchCondition()
DWebAssembly.td43 include "WebAssemblyInstrInfo.td"
45 def WebAssemblyInstrInfo : InstrInfo;
65 let InstructionSet = WebAssemblyInstrInfo;
DWebAssemblySubtarget.h41 WebAssemblyInstrInfo InstrInfo;
64 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo()
DWebAssemblyInstrInfo.h29 class WebAssemblyInstrInfo final : public WebAssemblyGenInstrInfo {
33 explicit WebAssemblyInstrInfo(const WebAssemblySubtarget &STI);
DWebAssemblyCFGStackify.cpp313 const WebAssemblyInstrInfo &TII, in PlaceBlockMarker()
401 const WebAssemblyInstrInfo &TII, const MachineLoopInfo &MLI) { in PlaceLoopMarker()
454 const WebAssemblyInstrInfo &TII, in PlaceMarkers()
DCMakeLists.txt21 WebAssemblyInstrInfo.cpp
DWebAssemblyRegStackify.cpp220 const WebAssemblyInstrInfo *TII) { in ShouldRematerialize()
480 const WebAssemblyInstrInfo *TII, const WebAssemblyRegisterInfo *TRI) { in RematerializeCheapDef()
539 MachineRegisterInfo &MRI, const WebAssemblyInstrInfo *TII) { in MoveAndTeeForMultiUse()
673 const WebAssemblyInstrInfo *TII) { in MaybeCommute()
DWebAssemblyPeephole.cpp76 const WebAssemblyInstrInfo &TII, in MaybeRewriteToFallthrough()
DWebAssemblyInstrInfo.td1 // WebAssemblyInstrInfo.td-Describe the WebAssembly Instructions-*- tablegen -*-