Lines Matching defs:AMDGPU
1 //===- AMDGPU.cpp ---------------------------------------------------------===//
24 class AMDGPU final : public TargetInfo {
31 AMDGPU(Ctx &);
42 AMDGPU::AMDGPU(Ctx &ctx) : TargetInfo(ctx) {
52 uint32_t AMDGPU::calcEFlagsV3() const {
65 uint32_t AMDGPU::calcEFlagsV4() const {
110 uint32_t AMDGPU::calcEFlagsV6() const {
128 uint32_t AMDGPU::calcEFlags() const {
151 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const {
179 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s,
202 RelType AMDGPU::getDynRel(RelType type) const {
208 int64_t AMDGPU::getImplicitAddend(const uint8_t *buf, RelType type) const {
221 void elf::setAMDGPUTargetInfo(Ctx &ctx) { ctx.target.reset(new AMDGPU(ctx)); }