Home
last modified time | relevance | path

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

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