Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp35 WebAssemblyInstrInfo::WebAssemblyInstrInfo(const WebAssemblySubtarget &STI) in WebAssemblyInstrInfo() function in WebAssemblyInstrInfo
41 bool WebAssemblyInstrInfo::isReallyTriviallyReMaterializable( in isReallyTriviallyReMaterializable()
56 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
88 MachineInstr *WebAssemblyInstrInfo::commuteInstructionImpl( in commuteInstructionImpl()
102 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
158 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
180 unsigned WebAssemblyInstrInfo::insertBranch( in insertBranch()
220 bool WebAssemblyInstrInfo::reverseBranchCondition( in reverseBranchCondition()
236 WebAssemblyInstrInfo::getSerializableTargetIndices() const { in getSerializableTargetIndices()
DWebAssemblyInstrInfo.h38 class WebAssemblyInstrInfo final : public WebAssemblyGenInstrInfo {
42 explicit WebAssemblyInstrInfo(const WebAssemblySubtarget &STI);
DWebAssembly.td83 include "WebAssemblyInstrInfo.td"
85 def WebAssemblyInstrInfo : InstrInfo;
120 let InstructionSet = WebAssemblyInstrInfo;
DWebAssemblySubtarget.h58 WebAssemblyInstrInfo InstrInfo;
81 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo()
DCMakeLists.txt32 WebAssemblyInstrInfo.cpp
DWebAssemblyCallIndirectFixup.cpp107 const WebAssemblyInstrInfo *TII = in runOnMachineFunction()
DWebAssemblyRegStackify.cpp262 const WebAssemblyInstrInfo *TII) { in shouldRematerialize()
532 const WebAssemblyInstrInfo *TII, const WebAssemblyRegisterInfo *TRI) { in rematerializeCheapDef()
599 MachineRegisterInfo &MRI, const WebAssemblyInstrInfo *TII) { in moveAndTeeForMultiUse()
738 const WebAssemblyInstrInfo *TII) { in maybeCommute()
DWebAssemblyPeephole.cpp78 const WebAssemblyInstrInfo &TII) { in maybeRewriteToFallthrough()
DWebAssemblyInstrInfo.td1 // WebAssemblyInstrInfo.td-Describe the WebAssembly Instructions-*- tablegen -*-
DWebAssemblyCFGStackify.cpp1264 const WebAssemblyInstrInfo &TII) { in appendEndToFunction()