Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp58 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 DTarget.h120 virtual unsigned getMaxMemoryAccessSize() const { return 0; } in getMaxMemoryAccessSize() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp698 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anon8497e0570611::ExegesisX86Target