Searched refs:expandNOVLXStore (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 4123 static bool expandNOVLXStore(MachineInstrBuilder &MIB, in expandNOVLXStore() function 4259 return expandNOVLXStore(MIB, &getRegisterInfo(), get(X86::VMOVAPSmr), in expandPostRAPseudo() 4262 return expandNOVLXStore(MIB, &getRegisterInfo(), get(X86::VMOVUPSmr), in expandPostRAPseudo() 4265 return expandNOVLXStore(MIB, &getRegisterInfo(), get(X86::VMOVAPSYmr), in expandPostRAPseudo() 4268 return expandNOVLXStore(MIB, &getRegisterInfo(), get(X86::VMOVUPSYmr), in expandPostRAPseudo()
|