Searched defs:NumDests (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | SwitchLoweringUtils.cpp | 228 unsigned NumDests = JTProbs.size(); buildJumpTable() local |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenDAGPatterns.cpp | 3503 unsigned NumDests = Pat->getNumChildren() - 1; FindPatternInputsAndOutputs() local |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instructions.cpp | 4107 init(Value * Address,unsigned NumDests) init() argument |
H A D | Core.cpp | 3293 LLVMBuildIndirectBr(LLVMBuilderRef B,LLVMValueRef Addr,unsigned NumDests) LLVMBuildIndirectBr() argument |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 1400 isSuitableForBitTests(unsigned NumDests,unsigned NumCmps,const APInt & Low,const APInt & High,const DataLayout & DL) isSuitableForBitTests() argument |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 5718 unsigned NumDests = Record.size()-2; parseFunctionBody() local |