Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1400 let PredicateMethod = "isVRegWithInputMods";
1432 let PredicateMethod = "isVRegWithInputMods";
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp328 bool isVRegWithInputMods() const;
2022 bool AMDGPUOperand::isVRegWithInputMods() const { in isVRegWithInputMods() function in AMDGPUOperand