Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp93 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 DBitcodeWriter.cpp2632 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 DConstants.h1285 Constant *getShuffleMaskForBitcode() const;
H A DInstructions.h2075 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1509 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr