Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1958 static bool isVLDfixed(unsigned Opc) in isVLDfixed() function
2032 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) in getVLDSTRegisterUpdateOpcode()
2184 if (isVLDfixed(Opc)) in SelectVLD()
2189 } else if (!isVLDfixed(Opc)) in SelectVLD()
3030 if (!isVLDfixed(Opc)) in SelectVLDDup()
3033 if (isVLDfixed(Opc)) in SelectVLDDup()