Searched refs:expandNOVLXLoad (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 6079 static bool expandNOVLXLoad(MachineInstrBuilder &MIB, in expandNOVLXLoad() function 6249 return expandNOVLXLoad(MIB, &getRegisterInfo(), get(X86::VMOVAPSrm), in expandPostRAPseudo() 6252 return expandNOVLXLoad(MIB, &getRegisterInfo(), get(X86::VMOVUPSrm), in expandPostRAPseudo() 6255 return expandNOVLXLoad(MIB, &getRegisterInfo(), get(X86::VMOVAPSYrm), in expandPostRAPseudo() 6258 return expandNOVLXLoad(MIB, &getRegisterInfo(), get(X86::VMOVUPSYrm), in expandPostRAPseudo()
|