Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp96 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue()
195 orderValue(SVI->getShuffleMaskForBitcode(), OM); in orderModule()
295 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder()
327 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder()
472 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator()
908 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue()
990 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType()
1055 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
H A DDXILBitcodeWriter.cpp2306 pushValue(cast<ShuffleVectorInst>(&I)->getShuffleMaskForBitcode(), InstID, in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp88 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue()
166 orderValue(SVI->getShuffleMaskForBitcode(), OM); in orderModule()
252 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder()
300 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder()
471 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator()
939 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue()
1022 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType()
1086 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
H A DBitcodeWriter.cpp2853 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants()
3052 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1302 Constant *getShuffleMaskForBitcode() const;
H A DInstructions.h1872 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1521 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr