Searched refs:IsNonTemporal (Results 1 – 2 of 2) sorted by relevance
439 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitStore() local458 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTImr : X86::MOV32mr; in X86FastEmitStore()462 Opc = (IsNonTemporal && HasSSE2) ? X86::MOVNTI_64mr : X86::MOV64mr; in X86FastEmitStore()466 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()475 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()484 if (IsNonTemporal) in X86FastEmitStore()493 if (IsNonTemporal) in X86FastEmitStore()505 if (IsNonTemporal) in X86FastEmitStore()
2159 bool IsNonTemporal = I->getMetadata(LLVMContext::MD_nontemporal) != nullptr; in createMachineMemOperandFor() local2173 if (IsNonTemporal) in createMachineMemOperandFor()