Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp153 setMinimumJumpTableEntries(100); in LanaiTargetLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2017 void TargetLoweringBase::setMinimumJumpTableEntries(unsigned Val) { in setMinimumJumpTableEntries() function in TargetLoweringBase
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1535 setMinimumJumpTableEntries(MinimumJumpTables); in HexagonTargetLowering()
1537 setMinimumJumpTableEntries(std::numeric_limits<unsigned>::max()); in HexagonTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp232 setMinimumJumpTableEntries(UINT_MAX); in AVRTargetLowering()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2245 void setMinimumJumpTableEntries(unsigned Val);
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp344 setMinimumJumpTableEntries(2); in WebAssemblyTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp936 setMinimumJumpTableEntries(5); in RISCVTargetLowering()