Home
last modified time | relevance | path

Searched defs:SVI (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/nn/probability/infer/variational/
Dsvi.py24 class SVI: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp299 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(*UI); in lowerInterleavedLoad() local
347 for (auto SVI : Shuffles) in lowerInterleavedLoad() local
423 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(SI->getValueOperand()); in lowerInterleavedStore() local
DInterleavedLoadCombinePass.cpp670 ShuffleVectorInst *SVI; member
713 ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(V); in compute() local
1238 auto SVI = Builder.CreateShuffleVector(LI, UndefValue::get(LI->getType()), in combine() local
1267 if (auto SVI = dyn_cast<ShuffleVectorInst>(&I)) { in run() local
DCodeGenPrepare.cpp6219 static bool isBroadcastShuffle(ShuffleVectorInst *SVI) { in isBroadcastShuffle()
6235 bool CodeGenPrepare::optimizeShuffleVectorInst(ShuffleVectorInst *SVI) { in optimizeShuffleVectorInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp180 if (auto *SVI = dyn_cast<ShuffleVectorInst>(VecInst)) { in decompose() local
824 ShuffleVectorInst *SVI, in lowerInterleavedStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp407 } else if (auto *SVI = dyn_cast<ShuffleVectorInst>(I)) { in visitExtractElementInst() local
1399 static bool isShuffleExtractingFromLHS(ShuffleVectorInst &SVI, in isShuffleExtractingFromLHS()
1901 Instruction *InstCombiner::visitShuffleVectorInst(ShuffleVectorInst &SVI) { in visitShuffleVectorInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp737 bool ScalarizerVisitor::visitShuffleVectorInst(ShuffleVectorInst &SVI) { in visitShuffleVectorInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp288 if (ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(V)) { in findScalarElement() local
DInstructionSimplify.cpp5465 auto *SVI = cast<ShuffleVectorInst>(I); in SimplifyInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2461 virtual bool lowerInterleavedStore(StoreInst *SI, ShuffleVectorInst *SVI, in lowerInterleavedStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9204 ShuffleVectorInst *SVI = Shuffles[i]; in lowerInterleavedLoad() local
9259 ShuffleVectorInst *SVI, in lowerInterleavedStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp17192 ShuffleVectorInst *SVI, in lowerInterleavedStore()