Searched refs:ADRP (Results 1 – 25 of 69) sorted by relevance
123
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | loh.mir | 25 ; CHECK-NEXT: $x1 = ADRP target-flags(aarch64-page) @g3 26 ; CHECK-NEXT: $x1 = ADRP target-flags(aarch64-page) @g4 28 ; CHECK-NEXT: $x1 = ADRP target-flags(aarch64-page) @g2 29 ; CHECK-NEXT: $x1 = ADRP target-flags(aarch64-page) @g3 31 ; CHECK-NEXT: $x0 = ADRP target-flags(aarch64-page) @g0 32 ; CHECK-NEXT: $x0 = ADRP target-flags(aarch64-page) @g1 33 $x0 = ADRP target-flags(aarch64-page) @g0 34 $x0 = ADRP target-flags(aarch64-page) @g1 35 $x1 = ADRP target-flags(aarch64-page) @g2 36 $x1 = ADRP target-flags(aarch64-page) @g3 [all …]
|
D | machine-outliner-bad-adrp.mir | 26 renamable $x14 = ADRP target-flags(aarch64-page) %const.0 27 renamable $x15 = ADRP target-flags(aarch64-page) %const.0 28 renamable $x16 = ADRP target-flags(aarch64-page) %const.0 32 renamable $x14 = ADRP target-flags(aarch64-page) %const.0 33 renamable $x15 = ADRP target-flags(aarch64-page) %const.0 34 renamable $x16 = ADRP target-flags(aarch64-page) %const.0 38 renamable $x14 = ADRP target-flags(aarch64-page) %const.0 39 renamable $x15 = ADRP target-flags(aarch64-page) %const.0 40 renamable $x16 = ADRP target-flags(aarch64-page) %const.0
|
D | machine-outliner-inline-asm-adrp.mir | 30 $x27 = ADRP target-flags(aarch64-page, aarch64-got) @g 31 $lr = ADRP target-flags(aarch64-page, aarch64-got) @g 42 $x27 = ADRP target-flags(aarch64-page, aarch64-got) @g 43 $lr = ADRP target-flags(aarch64-page, aarch64-got) @g 54 $x27 = ADRP target-flags(aarch64-page, aarch64-got) @g 55 $lr = ADRP target-flags(aarch64-page, aarch64-got) @g
|
D | machine-outliner.mir | 52 renamable $x9 = ADRP target-flags(aarch64-page) @bar 65 renamable $x9 = ADRP target-flags(aarch64-page) @x 78 renamable $x9 = ADRP target-flags(aarch64-page) @x 92 renamable $x9 = ADRP target-flags(aarch64-page) @x
|
D | spill-undef.mir | 55 %4 = ADRP target-flags(aarch64-page) @g 61 %6 = ADRP target-flags(aarch64-page) @g
|
D | extern-weak.ll | 8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
|
D | arm64-extern-weak.ll | 8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/ |
D | target-flags.mir | 24 ; CHECK: $x8 = ADRP target-flags(aarch64-page) @var_i32 25 ; CHECK-NEXT: $x9 = ADRP target-flags(aarch64-page) @var_i64 30 $x8 = ADRP target-flags(aarch64-page) @var_i32 31 $x9 = ADRP target-flags(aarch64-page) @var_i64
|
D | stack-object-local-offset.mir | 36 %0 = ADRP @var 39 %2 = ADRP @local_addr
|
D | expected-target-flag-name.mir | 19 $x8 = ADRP target-flags(aarch64-page) @var_i32
|
D | invalid-target-flag-name.mir | 19 $x8 = ADRP target-flags(aarch64-page) @var_i32
|
/external/llvm/test/CodeGen/MIR/AArch64/ |
D | target-flags.mir | 24 ; CHECK: %x8 = ADRP target-flags(aarch64-page) @var_i32 25 ; CHECK-NEXT: %x9 = ADRP target-flags(aarch64-page) @var_i64 30 %x8 = ADRP target-flags(aarch64-page) @var_i32 31 %x9 = ADRP target-flags(aarch64-page) @var_i64
|
D | stack-object-local-offset.mir | 34 %0 = ADRP @var 37 %2 = ADRP @local_addr
|
D | expected-target-flag-name.mir | 19 %x8 = ADRP target-flags(aarch64-page) @var_i32
|
D | invalid-target-flag-name.mir | 19 %x8 = ADRP target-flags(aarch64-page) @var_i32
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 304 bool IsADRP = MI.getOpcode() == AArch64::ADRP; in initReachingDef() 507 case AArch64::ADRP: in canDefBePartOfLOH() 582 if ((ADRPMode && Def->getOpcode() != AArch64::ADRP) || in reachedUsesToDefs() 702 if (Def->getOpcode() != AArch64::ADRP) { in isCandidate() 725 if (Def->getOpcode() == AArch64::ADRP) in isCandidate() 748 if (Def.getOpcode() != AArch64::ADRP) in registerADRCandidate() 832 if (Def->getOpcode() != AArch64::ADRP) { in computeOthers() 949 if (ImmediateDefOpc == AArch64::ADRP) in computeOthers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | macho-adrp-missing-reloc.s | 3 ; CHECK: error: ADR/ADRP relocations must be GOT relative
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64MacroFusion.cpp | 146 FirstOpcode == AArch64::ADRP) && in isLiteralsPair() 208 case AArch64::ADRP: in isAddressLdStPair()
|
D | AArch64CollectLOH.cpp | 180 case AArch64::ADRP: in canDefBePartOfLOH() 528 case AArch64::ADRP: in runOnMachineFunction()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 298 if (Mask(PCRelAddressingMask) == ADRP) { in GetImmPCOffsetTarget() 345 VIXL_ASSERT(Mask(PCRelAddressingMask) == ADRP); in SetPCRelImmTarget()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-extern-weak.ll | 8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
|
D | extern-weak.ll | 8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.cpp | 91 } else if (MI.getOpcode() == AArch64::ADRP) { in tryAddingSymbolicOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64ExternalSymbolizer.cpp | 91 } else if (MI.getOpcode() == AArch64::ADRP) { in tryAddingSymbolicOperand()
|
/external/libhevc/common/arm64/ |
D | ihevc_sao_edge_offset_class3_chroma.s | 152 ADRP x14, :got:gi1_table_edge_idx //table pointer 188 ADRP x14, :got:gi1_table_edge_idx //table pointer 238 ADRP x14, :got:gi1_table_edge_idx //table pointer 276 ADRP x14, :got:gi1_table_edge_idx //table pointer 321 ADRP x2, :got:gi1_table_edge_idx //table pointer
|
123