Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()
88 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()
140 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
184 void ARMAsmPrinter::EmitSled(const MachineInstr &MI, SledKind Kind) in EmitSled()
232 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()
237 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_EXIT()
242 void ARMAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) in LowerPATCHABLE_TAIL_CALL()
H A DARMAsmPrinter.cpp53 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter() function in ARMAsmPrinter
58 void ARMAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
67 void ARMAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
113 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
266 MCSymbol *ARMAsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
277 MCSymbol *ARMAsmPrinter::
499 void ARMAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
539 void ARMAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
623 void ARMAsmPrinter::emitAttributes() { in emitAttributes()
915 void ARMAsmPrinter::emitMachineConstantPoolValue( in emitMachineConstantPoolValue()
[all …]
H A DARM.h23 class ARMAsmPrinter; variable
62 ARMAsmPrinter &AP);
H A DARMAsmPrinter.h31 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
69 explicit ARMAsmPrinter(TargetMachine &TM,
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1314 SRCS_MIN+= Target/ARM/ARMAsmPrinter.cpp