Home
last modified time | relevance | path

Searched refs:isJumpTableRelative (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h366 bool isJumpTableRelative() const override { in isJumpTableRelative() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1147 bool isJumpTableRelative() const override;
H A DPPCISelLowering.cpp3180 if (isJumpTableRelative()) in getJumpTableEncoding()
3186 bool PPCTargetLowering::isJumpTableRelative() const { in isJumpTableRelative() function in PPCTargetLowering
3191 return TargetLowering::isJumpTableRelative(); in isJumpTableRelative()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2018 bool TargetLoweringBase::isJumpTableRelative() const { in isJumpTableRelative() function in TargetLoweringBase
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1820 virtual bool isJumpTableRelative() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp3092 if (isJumpTableRelative()) in getMinimumJumpTableEntries()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3605 if (TLI.isJumpTableRelative()) { in ExpandNode()