Home
last modified time | relevance | path

Searched refs:GetBlockAddressSymbol (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp40 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in LanaiMCInstLower
41 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
122 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DLanaiMCInstLower.h41 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
DLanaiAsmPrinter.cpp87 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp39 LanaiMCInstLower::GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in LanaiMCInstLower
40 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
121 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DLanaiMCInstLower.h40 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp86 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DMSP430MCInstLower.h42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp86 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DMSP430MCInstLower.h42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h363 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
364 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp86 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerRISCVMachineOperandToMCOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2MCInstLower.cpp52 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
DNios2AsmPrinter.cpp135 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h451 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
452 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp47 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCMCInstLower.cpp45 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp97 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp77 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp91 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp171 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()

12