Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp102 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()
DBitcodeWriter.cpp2585 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/
DConstants.h1283 Constant *getShuffleMaskForBitcode() const;
DInstructions.h2059 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/external/llvm-project/llvm/lib/IR/
DConstants.cpp1443 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr