Searched refs:chipSet (Results 1 – 1 of 1) sorted by relevance
256 StringRef chipSet = this->chip.getValue(); in translateToLLVMIR() local257 if (chipSet.startswith("gfx")) in translateToLLVMIR()258 chipSet = chipSet.substr(3); in translateToLLVMIR()260 llvm::APInt(32, chipSet.substr(chipSet.size() - 2), 16).getZExtValue(); in translateToLLVMIR()261 uint32_t major = llvm::APInt(32, chipSet.substr(0, chipSet.size() - 2), 10) in translateToLLVMIR()