Home
last modified time | relevance | path

Searched defs:MemInst (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp99 const CodeGenInstruction *MemInst; member in __anonf4dbc8260111::X86FoldTablesEmitter::X86FoldTableEntry
109 const CodeGenInstruction *MemInst) in X86FoldTableEntry()
316 const CodeGenInstruction *MemInst; member in __anonf4dbc8260111::IsMatch
618 for (const CodeGenInstruction *MemInst : MemInsts) { in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1105 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue()
1379 ParseMemoryInst MemInst(&Inst, TTI); in processNode() local
H A DLoopIdiomRecognize.cpp805 bool (LoopIdiomRecognize::*Processor)(MemInst *, const SCEV *), in processLoopMemIntrinsic()