Home
last modified time | relevance | path

Searched defs:NumCases (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp41 uint64_t NumCases = in getJumpTableNumCases() local
84 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
H A DTargetLoweringBase.cpp1707 uint64_t NumCases, in isSuitableForJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp246 unsigned NumCases = Switch->getNumCases(); in revert() local
H A DInstruction.cpp1092 SwitchInst *SwitchInst::create(Value *V, BasicBlock *Dest, unsigned NumCases, in create()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp330 unsigned NumCases; in SizeMatcher() local
584 unsigned NumCases; in EmitMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp562 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4052 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4259 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
H A DCore.cpp3414 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2357 unsigned NumCases = 0; in EmitSwitchStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5727 Constant *NumCases = in turnSwitchRangeIntoICmp() local
6654 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5730 unsigned NumCases = Record[4]; in parseFunctionBody() local
5785 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local