/llvm-project/libcxx/test/libcxx/utilities/function.objects/unord.hash/ |
H A D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 38 const std::size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | BranchProbabilityInfoTest.cpp | 70 unsigned NumCases = 4096; in TEST_F() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 41 uint64_t NumCases = in getJumpTableNumCases() local 84 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local [all...] |
H A D | TargetLoweringBase.cpp | 1797 isSuitableForJumpTable(const SwitchInst * SI,uint64_t NumCases,uint64_t Range,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) const isSuitableForJumpTable() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 330 unsigned NumCases; in SizeMatcher() local 579 unsigned NumCases; EmitMatcher() local
|
/llvm-project/clang/unittests/Basic/ |
H A D | SarifTest.cpp | 351 llvm::SmallVector<ThreadFlow, NumCases> Threadflows; in TEST_F() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 475 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2179 unsigned NumCases = 0; EmitSwitchStmt() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3922 SwitchInst(Value * Value,BasicBlock * Default,unsigned NumCases,InsertPosition InsertBefore) SwitchInst() argument 4129 IndirectBrInst(Value * Address,unsigned NumCases,InsertPosition InsertBefore) IndirectBrInst() argument
|
H A D | Core.cpp | 3288 LLVMBuildSwitch(LLVMBuilderRef B,LLVMValueRef V,LLVMBasicBlockRef Else,unsigned NumCases) LLVMBuildSwitch() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5573 Constant *NumCases = TurnSwitchRangeIntoICmp() local 6472 isSwitchDense(uint64_t NumCases,uint64_t CaseRange) isSwitchDense() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5639 unsigned NumCases = Record[4]; parseFunctionBody() local 5694 unsigned NumCases = (Record.size()-3)/2; parseFunctionBody() local
|