Searched refs:getShuffleMaskForBitcode (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 102 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() 458 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator() 884 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue() 964 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType() 1018 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
|
D | BitcodeWriter.cpp | 2585 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants() 2772 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Constants.h | 1283 Constant *getShuffleMaskForBitcode() const;
|
D | Instructions.h | 2059 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 1443 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|