Searched refs:getShuffleMaskForBitcode (Results 1 – 9 of 9) 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() 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 D | BitcodeWriter.cpp | 2996 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 D | Instruction.cpp | 1511 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 D | Constants.h | 1335 LLVM_ABI Constant *getShuffleMaskForBitcode() const;
|
| H A D | Instructions.h | 2001 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 582 LLVM_ABI Constant *getShuffleMaskForBitcode() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 1547 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|