Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h59 MD_nontemporal = 9, // "nontemporal" enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp82 assert(NonTemporalID == MD_nontemporal && "nontemporal kind id drifted"); in LLVMContext()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp331 case LLVMContext::MD_nontemporal: in combineLoadToNewType()
555 case LLVMContext::MD_nontemporal: in combineStoreToValueType()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2126 bool IsNonTemporal = I->getMetadata(LLVMContext::MD_nontemporal) != nullptr; in createMachineMemOperandFor()
H A DSelectionDAGBuilder.cpp3507 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitLoad()
3611 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitStore()