Searched refs:getShuffleMaskForBitcode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 93 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 192 orderValue(SVI->getShuffleMaskForBitcode(), OM); in orderModule() 291 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder() 324 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder() 471 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator() 941 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue() 1021 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType() 1085 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
|
| H A D | BitcodeWriter.cpp | 2632 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants() 2823 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1285 Constant *getShuffleMaskForBitcode() const;
|
| H A D | Instructions.h | 2075 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1509 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|