Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7207 bool hasMemory(const TargetLowering &TLI) const { in hasMemory() function in __anonfa9f17d30a11::SDISelAsmOperandInfo
7514 bool hasMemory = false; in visitInlineAsm() local
7559 if (!hasMemory) in visitInlineAsm()
7560 hasMemory = OpInfo.hasMemory(TLI); in visitInlineAsm()
7575 if (hasMemory || IA->hasSideEffects()) in visitInlineAsm()
7933 if (!IA->hasSideEffects() && !hasMemory && IndirectStoresToEmit.empty()) in visitInlineAsm()