Home
last modified time | relevance | path

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 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.cpp2316 pushValue(cast<ShuffleVectorInst>(&I)->getShuffleMaskForBitcode(), InstID, in writeInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp88 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 DBitcodeWriter.cpp2719 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/
DConstants.h1265 Constant *getShuffleMaskForBitcode() const;
DInstructions.h2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstants.h1252 Constant *getShuffleMaskForBitcode() const;
DInstructions.h2044 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstants.h1266 Constant *getShuffleMaskForBitcode() const;
DInstructions.h2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstants.h1266 Constant *getShuffleMaskForBitcode() const;
DInstructions.h2251 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstants.h1310 Constant *getShuffleMaskForBitcode() const;
H A DInstructions.h2089 Constant *getShuffleMaskForBitcode() const { return ShuffleMaskForBitcode; }
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp1460 Constant *ConstantExpr::getShuffleMaskForBitcode() const { in getShuffleMaskForBitcode() function in ConstantExpr