Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
DIceInst.h784 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create()
816 SizeT NumCases; /// not including the default case variable
DIceConverter.cpp540 unsigned NumCases = Instr->getNumCases(); in convertSwitchInstruction() local
DIceInst.cpp496 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch()
DPNaClTranslator.cpp2502 uint32_t NumCases = NumCasesRaw; in ProcessRecord() local
DIceTargetLoweringMIPS32.cpp5573 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() local
DIceTargetLoweringARM32.cpp5988 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() local
DIceTargetLoweringX8632.cpp6606 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() local
/third_party/skia/third_party/externals/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()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTraceState.cpp210 uint64_t Val, size_t NumCases, in TraceSwitchCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp757 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/third_party/skia/third_party/externals/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()
DCore.cpp3099 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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