Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp72 const CodeGenInstruction *MemInst; member in __anon982d773b0111::X86FoldTablesEmitter::X86FoldTableEntry
94 const CodeGenInstruction *MemInst) in X86FoldTableEntry()
334 const CodeGenInstruction *MemInst; member in __anon982d773b0111::IsMatch
442 const CodeGenInstruction *MemInst, in addEntryWithFlags()
510 const CodeGenInstruction *MemInst) { in addBroadcastEntry()
536 const CodeGenInstruction *MemInst, in updateTables()
684 for (const CodeGenInstruction *MemInst : MemInsts) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1249 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue()
1552 ParseMemoryInst MemInst(&Inst, TTI); in processNode() local
H A DLoopIdiomRecognize.cpp736 bool (LoopIdiomRecognize::*Processor)(MemInst *, const SCEV *), in processLoopMemIntrinsic()