Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1991 static bool isVSTfixed(unsigned Opc) in isVSTfixed() function
2023 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) in getVLDSTRegisterUpdateOpcode()
2334 if (isVSTfixed(Opc)) in SelectVST()
2340 else if (!isVSTfixed(Opc)) in SelectVST()