HomeSort by: relevance | last modified time | path
    Searched refs:WebAssemblyInstrInfo (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 1 //===-- WebAssemblyInstrInfo.cpp - WebAssembly Instruction Information ----===//
15 #include "WebAssemblyInstrInfo.h"
35 WebAssemblyInstrInfo::WebAssemblyInstrInfo(const WebAssemblySubtarget &STI)
41 bool WebAssemblyInstrInfo::isReallyTriviallyReMaterializable(
56 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
90 MachineInstr *WebAssemblyInstrInfo::commuteInstructionImpl(
104 bool WebAssemblyInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
152 unsigned WebAssemblyInstrInfo::removeBranch(MachineBasicBlock &MBB,
174 unsigned WebAssemblyInstrInfo::insertBranch
    [all...]
WebAssemblyInstrInfo.h 1 //=- WebAssemblyInstrInfo.h - WebAssembly Instruction Information -*- C++ -*-=//
38 class WebAssemblyInstrInfo final : public WebAssemblyGenInstrInfo {
42 explicit WebAssemblyInstrInfo(const WebAssemblySubtarget &STI);
WebAssemblySubtarget.h 20 #include "WebAssemblyInstrInfo.h"
55 WebAssemblyInstrInfo InstrInfo;
77 const WebAssemblyInstrInfo *getInstrInfo() const override {
89 // Predicates used by WebAssemblyInstrInfo.td.
WebAssemblyPeephole.cpp 78 const WebAssemblyInstrInfo &TII) {
WebAssemblyRegStackify.cpp 259 const WebAssemblyInstrInfo *TII) {
562 const WebAssemblyInstrInfo *TII, const WebAssemblyRegisterInfo *TRI) {
629 MachineRegisterInfo &MRI, const WebAssemblyInstrInfo *TII) {
767 const WebAssemblyInstrInfo *TII) {
WebAssemblyCFGStackify.cpp 1547 const WebAssemblyInstrInfo &TII) {

Completed in 25 milliseconds