Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp40 class VEAsmPrinter : public AsmPrinter { class
46 explicit VEAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in VEAsmPrinter() function in __anon015251300111::VEAsmPrinter
182 void VEAsmPrinter::lowerGETGOTAndEmitMCInsts(const MachineInstr *MI, in lowerGETGOTAndEmitMCInsts()
224 void VEAsmPrinter::lowerGETFunPLTAndEmitMCInsts(const MachineInstr *MI, in lowerGETFunPLTAndEmitMCInsts()
272 void VEAsmPrinter::lowerGETTLSAddrAndEmitMCInsts(const MachineInstr *MI, in lowerGETTLSAddrAndEmitMCInsts()
329 void VEAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
359 void VEAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
376 bool VEAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
397 bool VEAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
427 RegisterAsmPrinter<VEAsmPrinter> X(getTheVETarget()); in LLVMInitializeVEAsmPrinter()