/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceSwitchLowering.cpp | 26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
|
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() argument [all...] |
H A D | IceInst.h | 784 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create() argument 816 SizeT NumCases; /// not including the default case member in Ice::InstSwitch
|
H A D | PNaClTranslator.cpp | 2502 uint32_t NumCases = NumCasesRaw; in ProcessRecord() local
|
H A D | IceTargetLoweringMIPS32.cpp | 5573 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() local
|
H A D | IceTargetLoweringX8632.cpp | 6606 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() local
|
/third_party/skia/third_party/externals/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 [all...] |
H A D | TargetLoweringBase.cpp | 1440 isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases, uint64_t Range, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) const isSuitableForJumpTable() argument
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTraceState.cpp | 209 TraceSwitchCallback(uintptr_t PC, size_t ValSizeInBits, uint64_t Val, size_t NumCases, uint64_t *Cases) TraceSwitchCallback() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 757 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
/third_party/skia/third_party/externals/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() argument 3813 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() argument 4033 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() argument 4040 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 3315 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = nullptr) Create() argument 3321 Create(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) Create() argument
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|