Searched defs:getMaxMemoryAccessSize (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/ | ||
H A D | Target.cpp | 58 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anond267c8aa0111::ExegesisMipsTarget |
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ | ||
H A D | Target.h | 120 virtual unsigned getMaxMemoryAccessSize() const { return 0; } in getMaxMemoryAccessSize() function |
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ | ||
H A D | Target.cpp | 698 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anon8497e0570611::ExegesisX86Target |