Searched refs:isJumpTableRelative (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h376 bool isJumpTableRelative() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h996 bool isJumpTableRelative() const override;
H A DPPCISelLowering.cpp2926 if (isJumpTableRelative())
2932 bool PPCTargetLowering::isJumpTableRelative() const { function in class:PPCTargetLowering
2937 return TargetLowering::isJumpTableRelative();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1664 virtual bool isJumpTableRelative() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1877 bool TargetLoweringBase::isJumpTableRelative() const { function in class:TargetLoweringBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3626 if (TLI.isJumpTableRelative()) {

Completed in 216 milliseconds