Searched refs:getMaxMemoryAccessSize (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ | ||
| H A D | Target.h | 115 virtual unsigned getMaxMemoryAccessSize() const { return 0; } in getMaxMemoryAccessSize() function |
| H A D | ParallelSnippetGenerator.cpp | 99 const unsigned MemStep = ET.getMaxMemoryAccessSize(); in instantiateMemoryOperands() |
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/Mips/ | ||
| H A D | Target.cpp | 58 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anona66e33a30111::ExegesisMipsTarget |
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ | ||
| H A D | Target.cpp | 694 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anonb99050300611::ExegesisX86Target |