Searched refs:IsNonTemporal (Results 1 – 5 of 5) sorted by relevance
99 bool IsNonTemporal = false; member in __anon418845fb0111::SIMemOpInfo109 bool IsNonTemporal = false) in SIMemOpInfo() argument115 IsNonTemporal(IsNonTemporal) { in SIMemOpInfo()201 return IsNonTemporal; in isNonTemporal()633 bool IsNonTemporal = true; in constructFromMIWithMMO() local639 IsNonTemporal &= MMO->isNonTemporal(); in constructFromMIWithMMO()685 IsNonTemporal); in constructFromMIWithMMO()852 bool IsVolatile, bool IsNonTemporal) const { in enableVolatileAndOrNonTemporal()881 if (IsNonTemporal) { in enableVolatileAndOrNonTemporal()1227 if (IsNonTemporal) { in enableVolatileAndOrNonTemporal()[all …]
446 if (IsNonTemporal && Alignment >= 64) in X86FastEmitLoad()453 if (IsNonTemporal && Alignment >= 64) in X86FastEmitLoad()465 if (IsNonTemporal && Alignment >= 64) in X86FastEmitLoad()522 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()532 if (IsNonTemporal && HasSSE4A) in X86FastEmitStore()545 if (IsNonTemporal) in X86FastEmitStore()557 if (IsNonTemporal) in X86FastEmitStore()572 if (IsNonTemporal) in X86FastEmitStore()585 if (IsNonTemporal) in X86FastEmitStore()595 if (IsNonTemporal) in X86FastEmitStore()[all …]
504 uint16_t IsNonTemporal : 1;1288 bool isNonTemporal() const { return MemSDNodeBits.IsNonTemporal; }
2301 bool IsNonTemporal = I->hasMetadata(LLVMContext::MD_nontemporal); in createMachineMemOperandFor() local2316 if (IsNonTemporal) in createMachineMemOperandFor()
9712 MemSDNodeBits.IsNonTemporal = MMO->isNonTemporal(); in MemSDNode()