Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1697 static bool isVSTfixed(unsigned Opc) in isVSTfixed() function
1723 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) in getVLDSTRegisterUpdateOpcode()
1996 else if (NumVecs > 2 && !isVSTfixed(Opc)) in SelectVST()