Home
last modified time | relevance | path

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

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