Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h641 bool isVOPD(unsigned Opc);
H A DAMDGPUBaseInfo.cpp630 bool isVOPD(unsigned Opc) { in isVOPD() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3799 if (isVOPD(Opcode)) { in getSrcOperandIndices()
3861 !isVOPD(Opcode)) in validateConstantBusLimitations()
3942 if (!isVOPD(Opcode)) in checkVOPDRegBankConstraints()
4093 if (!isGFX1250() || !isVOPD(Opcode)) in tryAnotherVOPDEncoding()
5017 !HasMandatoryLiteral && !isVOPD(Opcode)) in validateVOPLiteral()