Home
last modified time | relevance | path

Searched refs:isTranspose (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h781 bool isTranspose() const { in isTranspose() function
782 return cast<llvm::ShuffleVectorInst>(Val)->isTranspose(); in isTranspose()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1614 if (Shuffle->isTranspose()) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2218 bool isTranspose() const {