Searched defs:MemInst (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 72 const CodeGenInstruction *MemInst; member in __anon6270c10e0111::X86FoldTablesEmitter::X86FoldTableEntry 94 const CodeGenInstruction *MemInst) in X86FoldTableEntry() argument 334 const CodeGenInstruction *MemInst; member in __anon6270c10e0111::IsMatch 442 addEntryWithFlags(FoldTable & Table,const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst,uint16_t S,unsigned FoldedIdx,bool IsManual) addEntryWithFlags() argument 510 addBroadcastEntry(FoldTable & Table,const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst) addBroadcastEntry() argument 536 updateTables(const CodeGenInstruction * RegInst,const CodeGenInstruction * MemInst,uint16_t S,bool IsManual,bool IsBroadcast) updateTables() argument 684 for (const CodeGenInstruction *MemInst : MemInsts) { run() local [all...] |
/llvm-project/polly/lib/CodeGen/ |
H A D | IRBuilder.cpp | 182 auto MemInst = MemAccInst::dyn_cast(Inst); getMemAccInstPointerOperand() local
|
H A D | IslNodeBuilder.cpp | 951 auto MemInst = MemAccInst::dyn_cast(Inst); materializeValue() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1249 getMatchingValue(LoadValue & InVal,ParseMemoryInst & MemInst,unsigned CurrentGeneration) getMatchingValue() argument 1552 ParseMemoryInst MemInst(&Inst, TTI); processNode() local [all...] |
H A D | LoopIdiomRecognize.cpp | 729 processLoopMemIntrinsic(BasicBlock * BB,bool (LoopIdiomRecognize::* Processor)(MemInst *,const SCEV *),const SCEV * BECount) processLoopMemIntrinsic() argument
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 1250 if (auto MemInst = MemAccInst::dyn_cast(Inst)) { isValidInstruction() local
|
H A D | ScopBuilder.cpp | 2080 if (auto MemInst = MemAccInst::dyn_cast(*Inst)) { in buildAccessFunctions() local
|