Home
last modified time | relevance | path

Searched refs:isShuffleMask (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h352 bool isShuffleMask() const { return OpKind == MO_ShuffleMask; } in isShuffleMask() function
592 assert(isShuffleMask() && "Wrong MachineOperand accessor"); in getShuffleMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1405 if (!MaskOp.isShuffleMask()) { in verifyPreISelGenericInstruction()