Searched defs:MemInst (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 75 const CodeGenInstruction *MemInst; global() member in __anon86d16acd0111::X86FoldTablesEmitter::X86FoldTableEntry 97 X86FoldTableEntry(const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst) X86FoldTableEntry() argument 337 const CodeGenInstruction *MemInst; global() member in __anon86d16acd0111::IsMatch 447 addEntryWithFlags(FoldTable & Table,const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst,uint16_t S,unsigned FoldedIdx,bool IsManual) addEntryWithFlags() argument 532 addBroadcastEntry(FoldTable & Table,const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst) addBroadcastEntry() argument 558 updateTables(const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst,uint16_t S,bool IsManual,bool IsBroadcast) updateTables() argument 701 for (const CodeGenInstruction *MemInst : MemInsts) { run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1249 Value *EarlyCSE::getMatchingValue(LoadValue &InVal, ParseMemoryInst &MemInst, in getMatchingValue() argument 1552 ParseMemoryInst MemInst(&Inst, TTI); processNode() local [all...] |
H A D | LoopIdiomRecognize.cpp | 731 processLoopMemIntrinsic(BasicBlock * BB,bool (LoopIdiomRecognize::* Processor)(MemInst *,const SCEV *),const SCEV * BECount) processLoopMemIntrinsic() argument
|