Searched refs:getShuffleMaskForBitcode (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 92 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 191 orderValue(SVI->getShuffleMaskForBitcode(), OM); in orderModule() 290 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder() 323 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder() 465 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator() 929 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue() 1009 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType() 1065 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
|
H A D | BitcodeWriter.cpp | 2628 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants() 2819 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 1280 Constant *getShuffleMaskForBitcode() const;
|
H A D | Instructions.h | 2063 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1507 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|