Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp122 if (!AMDGPU::hasVOPD(*ST) || !ST->isWave32()) in runOnMachineFunction()
H A DGCNVOPDUtils.cpp160 if (!AMDGPU::hasVOPD(ST) || !ST.isWave32()) { in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1307 bool hasVOPD(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2214 bool hasVOPD(const MCSubtargetInfo &STI) { in hasVOPD() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1250 AMDGPU::hasVOPD(STI) && in decodeMandatoryLiteralConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8855 if (!hasVOPD(getSTI())) in parseVOPD()