Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1957 static bool isVLDfixed(unsigned Opc) in isVLDfixed() function
2031 assert((isVLDfixed(Opc) || isVSTfixed(Opc)) in getVLDSTRegisterUpdateOpcode()
2183 if (isVLDfixed(Opc)) in SelectVLD()
2188 } else if (!isVLDfixed(Opc)) in SelectVLD()
3025 if (!isVLDfixed(Opc)) in SelectVLDDup()
3028 if (isVLDfixed(Opc)) in SelectVLDDup()