Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp81 unsigned getMinimumNopSize() const override { return 2; } in getMinimumNopSize() function in __anonfb19c6fa0111::M68kAsmBackend
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h178 virtual unsigned getMinimumNopSize() const { return 1; } in getMinimumNopSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp168 unsigned AMDGPUAsmBackend::getMinimumNopSize() const { in getMinimumNopSize() function in AMDGPUAsmBackend