Searched refs:isSuitableForJumpTable (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 85 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables() 143 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
|
D | TargetLoweringBase.cpp | 1440 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, in isSuitableForJumpTable() function in TargetLoweringBase
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 88 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables() 146 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
|
D | TargetLoweringBase.cpp | 1624 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, in isSuitableForJumpTable() function in TargetLoweringBase
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 379 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) { in getEstimatedNumberOfCaseClusters()
|
D | TargetLowering.h | 1017 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 364 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) { in getEstimatedNumberOfCaseClusters()
|
D | TargetLowering.h | 1169 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,
|