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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h972 const MCExpr *getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
H A DPPCISelLowering.cpp2830 PPCTargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, function in class:PPCTargetLowering
2834 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
2839 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp803 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, JTI, OutContext);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h749 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
H A DX86ISelLowering.cpp2412 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, function in class:X86TargetLowering
2416 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1870 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF,JTI,OutContext);
1961 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, UID, OutContext);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3022 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp463 TargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, function in class:TargetLowering

Completed in 416 milliseconds