Searched refs:WebAssemblyInstrInfo (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 31 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()
|
D | WebAssembly.td | 43 include "WebAssemblyInstrInfo.td" 45 def WebAssemblyInstrInfo : InstrInfo; 65 let InstructionSet = WebAssemblyInstrInfo;
|
D | WebAssemblySubtarget.h | 41 WebAssemblyInstrInfo InstrInfo; 64 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo()
|
D | WebAssemblyInstrInfo.h | 29 class WebAssemblyInstrInfo final : public WebAssemblyGenInstrInfo { 33 explicit WebAssemblyInstrInfo(const WebAssemblySubtarget &STI);
|
D | WebAssemblyCFGStackify.cpp | 313 const WebAssemblyInstrInfo &TII, in PlaceBlockMarker() 401 const WebAssemblyInstrInfo &TII, const MachineLoopInfo &MLI) { in PlaceLoopMarker() 454 const WebAssemblyInstrInfo &TII, in PlaceMarkers()
|
D | CMakeLists.txt | 21 WebAssemblyInstrInfo.cpp
|
D | WebAssemblyRegStackify.cpp | 220 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()
|
D | WebAssemblyPeephole.cpp | 76 const WebAssemblyInstrInfo &TII, in MaybeRewriteToFallthrough()
|
D | WebAssemblyInstrInfo.td | 1 // WebAssemblyInstrInfo.td-Describe the WebAssembly Instructions-*- tablegen -*-
|