Home
last modified time | relevance | path

Searched defs:NumDests (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp223 unsigned NumDests = JTProbs.size(); in buildJumpTable() local
376 unsigned NumDests = Dests.count(); in buildBitTests() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1026 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4454 unsigned NumDests = Record.size()-2; in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp4011 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
DCore.cpp3104 unsigned NumDests) { in LLVMBuildIndirectBr()