Home
last modified time | relevance | path

Searched refs:getShuffleMaskForBitcode (Results 1 – 9 of 9) 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()
255 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder()
303 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder()
474 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator()
942 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue()
1025 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType()
1089 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
H A DBitcodeWriter.cpp2996 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants()
3208 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1511 Constant *ShuffleVectorInst::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in llvm::sandboxir::ShuffleVectorInst
1513 cast<llvm::ShuffleVectorInst>(Val)->getShuffleMaskForBitcode()); in getShuffleMaskForBitcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1335 LLVM_ABI Constant *getShuffleMaskForBitcode() const;
H A DInstructions.h2001 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h582 LLVM_ABI Constant *getShuffleMaskForBitcode() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1547 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr