Searched refs:isVLDfixed (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1707 static bool isVLDfixed(unsigned Opc) function
1760 assert((isVLDfixed(Opc) || isVSTfixed(Opc))
1880 if ((NumVecs > 2 && !isVLDfixed(Opc)) ||

Completed in 117 milliseconds