Searched defs:Shuffle (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUseListOrder.h29 std::vector<unsigned> Shuffle; member in struct:llvm::UseListOrder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp215 Instruction *Shuffle = nullptr; local
H A DARMISelLowering.cpp7578 SDValue Shuffle = buildLegalVectorShuffle(ShuffleVT, dl, ShuffleOps[0], local
15003 Instruction *Shuffle = cast<Instruction>(I->getOperand(Op)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp492 ShuffleVectorInst *Shuffle = new ShuffleVectorInst(Arg, Arg, Mask); local
H A DAMDGPUTargetTransformInfo.cpp793 const ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(I); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1100 Value *Shuffle = local
1280 auto *Shuffle = cast<ShuffleVectorInst>(I); local
[all...]
H A DInstCombineVectorOps.cpp274 ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(UserInstr); local
H A DInstCombineCalls.cpp610 auto *Shuffle = Builder.CreateShuffleVector(Arg0, Arg1, PackMask); local
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h329 inline void Shuffle(internal::Random* random, std::vector<E>* v) { function in namespace:testing::internal
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1124 ShuffleVectorInst *Shuffle; local
1298 const ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(I); local
[all...]
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5589 static Flags Shuffle(bool shuffle) { function in struct:testing::Flags
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6736 SDValue Shuffle = DAG.getVectorShuffle(ShuffleVT, dl, ShuffleOps[0], local
7162 SDValue Shuffle; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13166 SDValue Shuffle = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17543 SDValue Shuffle = DAG.getVectorShuffle(InVT1, DL, VecIn1, VecIn2, Mask); local
[all...]

Completed in 487 milliseconds