Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1233 let PredicateMethod = "isT16VRegWithInputMods<" #
1278 let PredicateMethod = "isT16VRegWithInputMods<" #
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp351 template <bool IsFake16> bool isT16VRegWithInputMods() const;
2086 template <bool IsFake16> bool AMDGPUOperand::isT16VRegWithInputMods() const { in isT16VRegWithInputMods() function in AMDGPUOperand