Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h960 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps, in isSuitableForBitTests()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3276 unsigned NumDests = Pat->getNumChildren()-1; in FindPatternInputsAndOutputs() local
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4145 unsigned NumDests = Record.size()-2; in parseFunctionBody() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9499 unsigned NumDests = JTProbs.size(); in buildJumpTable() local
9692 unsigned NumDests = Dests.count(); in buildBitTests() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp3721 void IndirectBrInst::init(Value *Address, unsigned NumDests) { in init()
H A DCore.cpp2974 unsigned NumDests) { in LLVMBuildIndirectBr()