Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp226 unsigned NumDests = JTProbs.size(); in buildJumpTable() local
379 unsigned NumDests = Dests.count(); in buildBitTests() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3452 unsigned NumDests = Pat->getNumChildren()-1; in FindPatternInputsAndOutputs() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1187 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4250 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
H A DCore.cpp3176 unsigned NumDests) { in LLVMBuildIndirectBr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4617 unsigned NumDests = Record.size()-2; in parseFunctionBody() local