Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp153 setMinimumJumpTableEntries(100); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1975 void TargetLoweringBase::setMinimumJumpTableEntries(unsigned Val) { in setMinimumJumpTableEntries() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1554 setMinimumJumpTableEntries(MinimumJumpTables); in HexagonTargetLowering()
1556 setMinimumJumpTableEntries(std::numeric_limits<unsigned>::max()); in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2477 void setMinimumJumpTableEntries(unsigned Val);
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp221 setMinimumJumpTableEntries(UINT_MAX); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp374 setMinimumJumpTableEntries(2); in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1452 setMinimumJumpTableEntries(PPCMinimumJumpTableEntries); in PPCTargetLowering()