Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430MCInstLower.cpp82 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MSP430MCInstLower
88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
145 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DMSP430MCInstLower.h45 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/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/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;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMCInstLower.cpp86 GetBlockAddressSymbol(const MachineOperand &MO) const { in GetBlockAddressSymbol() function in MBlazeMCInstLower
94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
151 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO)); in Lower()
DMBlazeMCInstLower.h45 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h309 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
310 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) 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/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/Nios2/
DNios2MCInstLower.cpp52 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
DNios2AsmPrinter.cpp135 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName(); in printOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp65 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/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/BPF/
DBPFAsmPrinter.cpp77 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCMCInstLower.cpp45 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()

123