Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1170 uint64_t BasicInstType, bool skipVcc = false);
5411 uint64_t BasicInstType, bool skipVcc) { in cvtSDWA() argument
5430 if (BasicInstType == SIInstrFlags::VOP2 && in cvtSDWA()
5434 } else if (BasicInstType == SIInstrFlags::VOPC && in cvtSDWA()
5454 switch (BasicInstType) { in cvtSDWA()