Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMMCInstLower.cpp38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()
72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()
124 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
168 void ARMAsmPrinter::EmitSled(const MachineInstr &MI, SledKind Kind) in EmitSled()
216 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()
221 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_EXIT()
226 void ARMAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) in LowerPATCHABLE_TAIL_CALL()
DARMAsmPrinter.cpp55 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter() function in ARMAsmPrinter
60 void ARMAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
69 void ARMAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
89 void ARMAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor()
106 void ARMAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
116 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
197 void ARMAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
209 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
252 MCSymbol *ARMAsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
263 MCSymbol *ARMAsmPrinter::
[all …]
DARM.h24 class ARMAsmPrinter; variable
60 ARMAsmPrinter &AP);
DARMAsmPrinter.h31 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
69 explicit ARMAsmPrinter(TargetMachine &TM,
DCMakeLists.txt24 ARMAsmPrinter.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()
72 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()
124 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
168 void ARMAsmPrinter::EmitSled(const MachineInstr &MI, SledKind Kind) in EmitSled()
216 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()
221 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_EXIT()
226 void ARMAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) in LowerPATCHABLE_TAIL_CALL()
DARMAsmPrinter.cpp55 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter() function in ARMAsmPrinter
60 void ARMAsmPrinter::EmitFunctionBodyEnd() { in EmitFunctionBodyEnd()
69 void ARMAsmPrinter::EmitFunctionEntryLabel() { in EmitFunctionEntryLabel()
79 void ARMAsmPrinter::EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor()
96 void ARMAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) { in EmitGlobalVariable()
106 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
187 void ARMAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()
199 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
242 MCSymbol *ARMAsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
253 MCSymbol *ARMAsmPrinter::
[all …]
DARM.h24 class ARMAsmPrinter; variable
59 ARMAsmPrinter &AP);
DARMAsmPrinter.h31 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
69 explicit ARMAsmPrinter(TargetMachine &TM,
DCMakeLists.txt22 ARMAsmPrinter.cpp
/external/llvm/lib/Target/ARM/
DARM.h23 class ARMAsmPrinter; variable
46 ARMAsmPrinter &AP);
DARMAsmPrinter.cpp59 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter() function in ARMAsmPrinter
64 void ARMAsmPrinter::EmitFunctionBodyEnd() { in EmitFunctionBodyEnd()
73 void ARMAsmPrinter::EmitFunctionEntryLabel() { in EmitFunctionEntryLabel()
82 void ARMAsmPrinter::EmitXXStructor(const DataLayout &DL, const Constant *CV) { in EmitXXStructor()
102 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
174 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()
225 MCSymbol *ARMAsmPrinter::
234 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, in PrintAsmOperand()
409 bool ARMAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
438 void ARMAsmPrinter::emitInlineAsmEnd(const MCSubtargetInfo &StartInfo, in emitInlineAsmEnd()
[all …]
DARMMCInstLower.cpp27 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()
57 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()
108 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
DARMAsmPrinter.h32 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {
60 explicit ARMAsmPrinter(TargetMachine &TM,
DLLVMBuild.txt34 required_libraries = ARMAsmPrinter ARMDesc ARMInfo Analysis AsmPrinter CodeGen Core MC Scalar Selec…
DCMakeLists.txt18 ARMAsmPrinter.cpp
/external/llvm/lib/Target/ARM/InstPrinter/
DLLVMBuild.txt20 name = ARMAsmPrinter
/external/llvm/lib/Target/ARM/MCTargetDesc/
DLLVMBuild.txt22 required_libraries = ARMAsmPrinter ARMInfo MC MCDisassembler Support
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
DBUILD.gn66 "ARMAsmPrinter.cpp",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenMCPseudoLowering.inc9 bool ARMAsmPrinter::
/external/llvm/docs/TableGen/
DBackEnds.rst149 **Output**: Implements ``ARMAsmPrinter::emitPseudoExpansionLowering()``.
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp958 "llvm/lib/Target/ARM/ARMAsmPrinter.cpp",
DBUILD.gn1071 "llvm/lib/Target/ARM/ARMAsmPrinter.cpp",
DCMakeLists.txt1018 ${LLVM_DIR}/lib/Target/ARM/ARMAsmPrinter.cpp