Searched refs:getShuffleMaskForBitcode (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp98 orderValue(CE->getShuffleMaskForBitcode(), OM);
169 orderValue(SVI->getShuffleMaskForBitcode(), OM);
268 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM,
301 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM,
435 EnumerateType(SVI->getShuffleMaskForBitcode()->getType());
861 EnumerateValue(CE->getShuffleMaskForBitcode());
941 EnumerateOperandType(CE->getShuffleMaskForBitcode());
993 EnumerateValue(SVI->getShuffleMaskForBitcode());
H A DBitcodeWriter.cpp2532 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode()));
2719 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1241 Constant *getShuffleMaskForBitcode() const;
H A DInstructions.h2024 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; } function in class:llvm::CallInst::ShuffleVectorInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1390 Constant *ConstantExpr::getShuffleMaskForBitcode() const { function in class:ConstantExpr

Completed in 248 milliseconds