Searched refs:MipsMCInstLower (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h1 //===- MipsMCInstLower.h - Lower MachineInstr to MCInst --------*- C++ -*--===//
25 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
27 class LLVM_LIBRARY_VISIBILITY MipsMCInstLower { class in namespace:llvm
34 MipsMCInstLower(MipsAsmPrinter &asmprinter);
H A DMipsMCInstLower.cpp1 //===- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ----------===//
14 #include "MipsMCInstLower.h"
28 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter) function in class:MipsMCInstLower
31 void MipsMCInstLower::Initialize(MCContext *C) {
35 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
177 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
204 MCOperand MipsMCInstLower::createSub(MachineBasicBlock *BB1,
214 void MipsMCInstLower::
252 void MipsMCInstLower
[all...]
H A DMipsAsmPrinter.h17 #include "MipsMCInstLower.h"
119 MipsMCInstLower MCInstLowering;
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1147 SRCS_MIN+= Target/Mips/MipsMCInstLower.cpp

Completed in 107 milliseconds