Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DParallelSnippetGenerator.cpp191 if (Op.isReg() && Op.isExplicit() && Op.isDef() && !Op.isMemory()) { in generateCodeTemplates()
204 if (Op.isReg() && Op.isExplicit() && Op.isUse() && !Op.isMemory()) { in generateCodeTemplates()
H A DMCInstrDescView.cpp54 bool Operand::isMemory() const { in isMemory() function in llvm::exegesis::Operand
202 return Op.isReg() && Op.isExplicit() && Op.isMemory(); in hasMemoryOperands()
266 if (Op.isMemory()) in dump()
H A DMCInstrDescView.h75 bool isMemory() const;
H A DSnippetGenerator.cpp112 if (Op.isMemory()) in computeRegisterInitialValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7087 bool isMemory() const { return Load; } in isMemory() function
7474 assert(P.isMemory() && "Must be a memory byte provider"); in MatchLoadCombine()
7507 assert(P->isMemory() && "provenance should either be memory or zero"); in MatchLoadCombine()