Home
last modified time | relevance | path

Searched refs:getMaxMemoryAccessSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DTarget.h115 virtual unsigned getMaxMemoryAccessSize() const { return 0; } in getMaxMemoryAccessSize() function
H A DParallelSnippetGenerator.cpp99 const unsigned MemStep = ET.getMaxMemoryAccessSize(); in instantiateMemoryOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp58 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anonb610d35e0111::ExegesisMipsTarget
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp691 unsigned getMaxMemoryAccessSize() const override { return 64; } in getMaxMemoryAccessSize() function in llvm::exegesis::__anon5530648b0611::ExegesisX86Target