/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 41 uint64_t NumCases = in getJumpTableNumCases() local 83 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
|
H A D | TargetLoweringBase.cpp | 1643 uint64_t NumCases, in isSuitableForJumpTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 38 uint64_t NumCases = in getJumpTableNumCases() local 80 uint64_t NumCases = getJumpTableNumCases(TotalCases, 0, N - 1); in findJumpTables() local
|
H A D | TargetLoweringBase.cpp | 1441 uint64_t NumCases, in isSuitableForJumpTable()
|
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/ |
H A D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 38 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 D | murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp | 38 const std::size_t NumCases = sizeof(TestCases)/sizeof(TestCases[0]); in main() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceSwitchLowering.cpp | 26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
|
H A D | IceInst.h | 784 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create() 816 SizeT NumCases; /// not including the default case variable
|
H A D | IceConverter.cpp | 540 unsigned NumCases = Instr->getNumCases(); in convertSwitchInstruction() local
|
H A D | IceInst.cpp | 496 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch()
|
/aosp_15_r20/external/llvm/lib/Fuzzer/ |
H A D | FuzzerTraceState.cpp | 358 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 D | DAGISelMatcherEmitter.cpp | 302 unsigned NumCases; in EmitMatcher() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 404 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 3703 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 D | Instructions.cpp | 3802 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 D | Instructions.cpp | 4499 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 D | LoopUnswitch.cpp | 612 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 757 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1541 unsigned NumCases = 0; in EmitSwitchStmt() local
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4991 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 D | SimplifyCFG.cpp | 4450 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 D | BitcodeReader.cpp | 4376 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 D | SimplifyCFG.cpp | 5361 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/ |
D | BitcodeReader.cpp | 2960 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 D | BitcodeReader.cpp | 5413 unsigned NumCases = Record[4]; in parseFunctionBody() local 5468 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
|