/freebsd-src/contrib/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 | 1688 isSuitableForJumpTable(const SwitchInst * SI,uint64_t NumCases,uint64_t Range,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) const isSuitableForJumpTable() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 585 NumCases = cast<SwitchTypeMatcher>(N)->getNumCases(); in EmitMatcher() local 333 unsigned NumCases; SizeMatcher() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 474 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); mutate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 4483 SwitchInst(Value * Value,BasicBlock * Default,unsigned NumCases,Instruction * InsertBefore) SwitchInst() argument 4494 SwitchInst(Value * Value,BasicBlock * Default,unsigned NumCases,BasicBlock * InsertAtEnd) SwitchInst() argument 4701 IndirectBrInst(Value * Address,unsigned NumCases,Instruction * InsertBefore) IndirectBrInst() argument 4708 IndirectBrInst(Value * Address,unsigned NumCases,BasicBlock * InsertAtEnd) IndirectBrInst() argument
|
H A D | Core.cpp | 3165 LLVMBuildSwitch(LLVMBuilderRef B,LLVMValueRef V,LLVMBasicBlockRef Else,unsigned NumCases) LLVMBuildSwitch() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2012 unsigned NumCases = 0; EmitSwitchStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5507 Constant *NumCases = TurnSwitchRangeIntoICmp() local 6382 isSwitchDense(uint64_t NumCases,uint64_t CaseRange) isSwitchDense() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5461 unsigned NumCases = Record[4]; parseFunctionBody() local 5516 unsigned NumCases = (Record.size()-3)/2; parseFunctionBody() local
|