Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp103 const CodeGenInstruction *MemInst; member in __anon1132bd720111::X86FoldTablesEmitter::X86FoldTableEntry
113 const CodeGenInstruction *MemInst) in X86FoldTableEntry()
259 const CodeGenInstruction *MemInst; member in __anon1132bd720111::IsMatch
556 for (const CodeGenInstruction *MemInst : MemInsts) { in run() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1145 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue()
1443 ParseMemoryInst MemInst(&Inst, TTI); in processNode() local
H A DLoopIdiomRecognize.cpp806 bool (LoopIdiomRecognize::*Processor)(MemInst *, const SCEV *), in processLoopMemIntrinsic()