Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1653 static bool isVSTfixed(unsigned Opc) in isVSTfixed() function
1679 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) in getVLDSTRegisterUpdateOpcode()
1969 if (isVSTfixed(Opc)) in SelectVST()
1975 else if (!isVSTfixed(Opc)) in SelectVST()