Home
last modified time | relevance | path

Searched refs:convertDppBoundCtrl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1944 bool convertDppBoundCtrl(int64_t &BoundCtrl);
8855 bool AMDGPUAsmParser::convertDppBoundCtrl(int64_t &BoundCtrl) { in convertDppBoundCtrl() function in AMDGPUAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1262 let ConvertMethod = "[this] (int64_t &BC) -> bool { return convertDppBoundCtrl(BC); }";