Home
last modified time | relevance | path

Searched refs:MD_nontemporal (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFixedMetadataKinds.def22 LLVM_FIXED_MD_KIND(MD_nontemporal, "nontemporal", 9)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h68 MD_nontemporal = 9, // "nontemporal" enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp740 if (ST->getMetadata(LLVMContext::MD_nontemporal)) { in canVectorizeInstrs()
756 if (LD->getMetadata(LLVMContext::MD_nontemporal)) { in canVectorizeInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp602 LLVMContext::MD_nontemporal, LLVMContext::MD_invariant_load, in propagateMetadata()
620 case LLVMContext::MD_nontemporal: in propagateMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp536 if (SI->getMetadata(LLVMContext::MD_nontemporal)) in processStore()
DDeadStoreElimination.cpp1288 LLVMContext::MD_nontemporal}; in eliminateDeadStores()
DLoopIdiomRecognize.cpp426 if (SI->getMetadata(LLVMContext::MD_nontemporal)) in isLegalStore()
DRewriteStatepointsForGC.cpp2434 LLVMContext::MD_nontemporal, in stripInvalidMetadataFromInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp514 case LLVMContext::MD_nontemporal: in combineStoreToNewValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2414 bool IsNonTemporal = I->hasMetadata(LLVMContext::MD_nontemporal); in createMachineMemOperandFor()
DSelectionDAGBuilder.cpp4062 bool isNonTemporal = I.hasMetadata(LLVMContext::MD_nontemporal); in visitLoad()
4194 !I.hasMetadata(LLVMContext::MD_nontemporal) && in visitLoadFromSwiftError()
4270 if (I.hasMetadata(LLVMContext::MD_nontemporal)) in visitStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2418 case LLVMContext::MD_nontemporal: in copyMetadataForLoad()