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.cpp1863 bool convertDppBoundCtrl(int64_t &BoundCtrl);
8382 bool AMDGPUAsmParser::convertDppBoundCtrl(int64_t &BoundCtrl) { in convertDppBoundCtrl() function in AMDGPUAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1130 let ConvertMethod = "[this] (int64_t &BC) -> bool { return convertDppBoundCtrl(BC); }";