Searched refs:getShuffleMaskForBitcode (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 | 2316 pushValue(cast<ShuffleVectorInst>(&I)->getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 88 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 158 orderValue(SVI->getShuffleMaskForBitcode(), OM); in orderModule() 244 predictValueUseListOrder(CE->getShuffleMaskForBitcode(), F, OM, in predictValueUseListOrder() 287 predictValueUseListOrder(SVI->getShuffleMaskForBitcode(), &F, OM, in predictUseListOrder() 434 EnumerateType(SVI->getShuffleMaskForBitcode()->getType()); in ValueEnumerator() 903 EnumerateValue(CE->getShuffleMaskForBitcode()); in EnumerateValue() 986 EnumerateOperandType(CE->getShuffleMaskForBitcode()); in EnumerateOperandType() 1050 EnumerateValue(SVI->getShuffleMaskForBitcode()); in incorporateFunction()
|
H A D | BitcodeWriter.cpp | 2719 Record.push_back(VE.getValueID(CE->getShuffleMaskForBitcode())); in writeConstants() 2914 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Constants.h | 1265 Constant *getShuffleMaskForBitcode() const;
|
D | Instructions.h | 2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Constants.h | 1252 Constant *getShuffleMaskForBitcode() const;
|
D | Instructions.h | 2044 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Constants.h | 1266 Constant *getShuffleMaskForBitcode() const;
|
D | Instructions.h | 2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Constants.h | 1266 Constant *getShuffleMaskForBitcode() const;
|
D | Instructions.h | 2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Constants.h | 1310 Constant *getShuffleMaskForBitcode() const;
|
H A D | Instructions.h | 2089 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Constants.cpp | 1460 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr
|