Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp41 uint64_t NumCases = in getJumpTableNumCases() local
83 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
H A DTargetLoweringBase.cpp1643 uint64_t NumCases, in isSuitableForJumpTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp38 uint64_t NumCases = in getJumpTableNumCases() local
80 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
H A DTargetLoweringBase.cpp1441 uint64_t NumCases, in isSuitableForJumpTable()
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp38 const size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp38 const std::size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
H A DIceInst.h784 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create()
816 SizeT NumCases; /// not including the default case variable
H A DIceConverter.cpp540 unsigned NumCases = Instr->getNumCases(); in convertSwitchInstruction() local
H A DIceInst.cpp496 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch()
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerTraceState.cpp358 uint64_t Val, size_t NumCases, in DFSanSwitchCallback()
458 uint64_t Val, size_t NumCases, in TraceSwitchCallback()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp302 unsigned NumCases; in EmitMatcher() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp404 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate() local
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp4499 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4510 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
4717 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
4724 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp612 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp757 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp1541 unsigned NumCases = 0; in EmitSwitchStmt() local
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4991 unsigned NumCases = Record[4]; in parseFunctionBody() local
5046 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4450 Constant *NumCases = in TurnSwitchRangeIntoICmp() local
5594 uint64_t NumCases = Values.size(); in isSwitchDense() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4376 unsigned NumCases = Record[4]; in parseFunctionBody() local
4431 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5361 Constant *NumCases = in TurnSwitchRangeIntoICmp() local
6219 static bool isSwitchDense(uint64_t NumCases, uint64_t CaseRange) { in isSwitchDense()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2960 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5413 unsigned NumCases = Record[4]; in parseFunctionBody() local
5468 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local

12