Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp439 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitStore() local
458 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2159 bool IsNonTemporal = I->getMetadata(LLVMContext::MD_nontemporal) != nullptr; in createMachineMemOperandFor() local
2173 if (IsNonTemporal) in createMachineMemOperandFor()