Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp164 static unsigned getTransformOpcode(unsigned Opc) { in getTransformOpcode() function
186 return Opc != getTransformOpcode(Opc); in isTransformable()
292 unsigned NewOpc = getTransformOpcode(OldOpc); in transformInstruction()