Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp153 setMinimumJumpTableEntries(100); in LanaiTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2002 void TargetLoweringBase::setMinimumJumpTableEntries(unsigned Val) { in setMinimumJumpTableEntries() function in TargetLoweringBase
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1534 setMinimumJumpTableEntries(MinimumJumpTables); in HexagonTargetLowering()
1536 setMinimumJumpTableEntries(std::numeric_limits<unsigned>::max()); in HexagonTargetLowering()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h2311 void setMinimumJumpTableEntries(unsigned Val);
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.cpp237 setMinimumJumpTableEntries(UINT_MAX); in AVRTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp349 setMinimumJumpTableEntries(2); in WebAssemblyTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1002 setMinimumJumpTableEntries(5); in RISCVTargetLowering()