Home
last modified time | relevance | path

Searched defs:NumCases (Results 1 – 25 of 27) 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/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp26 const SizeT NumCases = Instr->getNumCases(); in clusterizeSwitch() local
DIceInst.h774 static InstSwitch *create(Cfg *Func, SizeT NumCases, Operand *Source, in create()
806 SizeT NumCases; /// not including the default case variable
DIceConverter.cpp540 unsigned NumCases = Instr->getNumCases(); in convertSwitchInstruction() local
DIceInst.cpp506 InstSwitch::InstSwitch(Cfg *Func, SizeT NumCases, Operand *Source, in InstSwitch()
DPNaClTranslator.cpp2502 uint32_t NumCases = NumCasesRaw; in ProcessRecord() local
DIceTargetLoweringMIPS32.cpp5643 SizeT NumCases = Instr->getNumCases(); in lowerSwitch() 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/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherEmitter.cpp271 unsigned NumCases; in EmitMatcher() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp3112 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3123 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3242 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
3249 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
DAsmWriter.cpp1714 unsigned NumCases = SI.getNumCases(); in printInstruction() local
DCore.cpp1771 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp612 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1065 unsigned NumCases = SI->getNumCases(); in printInstruction() local
/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()
DCore.cpp2464 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/external/clang/lib/CodeGen/
DCGStmt.cpp1541 unsigned NumCases = 0; in EmitSwitchStmt() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1238 unsigned NumCases = SI.getNumCases(); in visitSwitchInst() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp671 unsigned NumCases = I.getNumCases(); in visitSwitchInst() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2425 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2395 unsigned NumCases = SI.getNumCases(); in visitSwitchInst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2465 Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases()-1); in TurnSwitchRangeIntoICmp() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4991 unsigned NumCases = Record[4]; in parseFunctionBody() local
5046 unsigned NumCases = (Record.size()-3)/2; in parseFunctionBody() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3929 Constant *NumCases = in TurnSwitchRangeIntoICmp() local

12