Searched refs:getShuffleMaskForBitcode (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 96 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 D | DXILBitcodeWriter.cpp | 2306 pushValue(cast<ShuffleVectorInst>(&I)->getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 88 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 D | BitcodeWriter.cpp | 2853 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 D | Constants.h | 1302 Constant *getShuffleMaskForBitcode() const;
|
H A D | Instructions.h | 1872 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1521 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|