Home
last modified time | relevance | path

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

12

/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp38 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/unord.hash/
Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp37 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
DIceInst.h786 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create()
818 SizeT NumCases; /// not including the default case variable
DIceConverter.cpp540 unsigned NumCases = Instr->getNumCases(); in convertSwitchInstruction() local
DIceInst.cpp498 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch()
/external/llvm-project/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp70 unsigned NumCases = 4096; in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp38 uint64_t NumCases = in getJumpTableNumCases() local
80 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
DTargetLoweringBase.cpp1441 uint64_t NumCases, in isSuitableForJumpTable()
/external/llvm-project/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp41 uint64_t NumCases = in getJumpTableNumCases() local
83 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
DTargetLoweringBase.cpp1625 uint64_t NumCases, in isSuitableForJumpTable()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp272 unsigned NumCases; in SizeMatcher() local
502 unsigned NumCases; in EmitMatcher() local
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp358 uint64_t Val, size_t NumCases, in DFSanSwitchCallback()
458 uint64_t Val, size_t NumCases, in TraceSwitchCallback()
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp302 unsigned NumCases; in EmitMatcher() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp612 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp763 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp757 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp4000 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4011 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4231 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
4238 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3802 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3813 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4033 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
4040 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
/external/llvm/lib/IR/
DInstructions.cpp3703 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3714 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3820 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
3827 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
/external/clang/lib/CodeGen/
DCGStmt.cpp1541 unsigned NumCases = 0; in EmitSwitchStmt() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1835 unsigned NumCases = 0; in EmitSwitchStmt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4376 unsigned NumCases = Record[4]; in parseFunctionBody() local
4431 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4450 Constant *NumCases = in TurnSwitchRangeIntoICmp() local
5594 uint64_t NumCases = Values.size(); in isSwitchDense() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4604 Constant *NumCases = in TurnSwitchRangeIntoICmp() local
5748 uint64_t NumCases = Values.size(); in isSwitchDense() local

12