Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp354 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitLoad() local
507 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitStore() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2182 bool IsNonTemporal = I->getMetadata(LLVMContext::MD_nontemporal) != nullptr; in createMachineMemOperandFor() local