Home
last modified time | relevance | path

Searched defs:Permute (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go59 func (p *Permuter) Permute(overload *sem.Overload) ([]Permutation, error) { func
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_slow.cc389 inline ABSL_RANDOM_INTERNAL_ATTRIBUTE_ALWAYS_INLINE void Permute( in Permute() function
Dranden_hwaes.cc389 inline ABSL_TARGET_CRYPTO void Permute( in Permute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4166 struct Permute { struct
4167 unsigned Opcode;
4168 unsigned Operand;
4169 unsigned char Bytes[SystemZ::VectorBytes];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp290 enum ShuffleMode { Unknown, Select, Permute }; in isShuffle() enumerator