Searched refs:MD_nontemporal (Results 1 – 5 of 5) sorted by relevance
59 MD_nontemporal = 9, // "nontemporal" enumerator
82 assert(NonTemporalID == MD_nontemporal && "nontemporal kind id drifted"); in LLVMContext()
331 case LLVMContext::MD_nontemporal: in combineLoadToNewType()555 case LLVMContext::MD_nontemporal: in combineStoreToValueType()
2126 bool IsNonTemporal = I->getMetadata(LLVMContext::MD_nontemporal) != nullptr; in createMachineMemOperandFor()
3507 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitLoad()3611 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitStore()