Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h897 const MCExpr *getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
H A DPPCISelLowering.cpp2665 PPCTargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, in getPICJumpTableRelocBaseExpr() function in PPCTargetLowering
2669 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx); in getPICJumpTableRelocBaseExpr()
2674 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx); in getPICJumpTableRelocBaseExpr()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp513 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, JTI, OutContext); in emitJumpTableEntry()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h686 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
H A DX86ISelLowering.cpp2201 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, in getPICJumpTableRelocBaseExpr() function in X86TargetLowering
2205 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx); in getPICJumpTableRelocBaseExpr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1774 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF,JTI,OutContext); in EmitJumpTableInfo()
1859 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, UID, OutContext); in EmitJumpTableEntry()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2821 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp316 TargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, in getPICJumpTableRelocBaseExpr() function in TargetLowering