Home
last modified time | relevance | path

Searched refs:ADRP (Results 1 – 25 of 69) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dloh.mir25 ; 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 …]
Dmachine-outliner-bad-adrp.mir26 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
Dmachine-outliner-inline-asm-adrp.mir30 $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
Dmachine-outliner.mir52 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
Dspill-undef.mir55 %4 = ADRP target-flags(aarch64-page) @g
61 %6 = ADRP target-flags(aarch64-page) @g
Dextern-weak.ll8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
Darm64-extern-weak.ll8 ; 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/
Dtarget-flags.mir24 ; 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
Dstack-object-local-offset.mir36 %0 = ADRP @var
39 %2 = ADRP @local_addr
Dexpected-target-flag-name.mir19 $x8 = ADRP target-flags(aarch64-page) @var_i32
Dinvalid-target-flag-name.mir19 $x8 = ADRP target-flags(aarch64-page) @var_i32
/external/llvm/test/CodeGen/MIR/AArch64/
Dtarget-flags.mir24 ; 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
Dstack-object-local-offset.mir34 %0 = ADRP @var
37 %2 = ADRP @local_addr
Dexpected-target-flag-name.mir19 %x8 = ADRP target-flags(aarch64-page) @var_i32
Dinvalid-target-flag-name.mir19 %x8 = ADRP target-flags(aarch64-page) @var_i32
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp304 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/
Dmacho-adrp-missing-reloc.s3 ; CHECK: error: ADR/ADRP relocations must be GOT relative
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64MacroFusion.cpp146 FirstOpcode == AArch64::ADRP) && in isLiteralsPair()
208 case AArch64::ADRP: in isAddressLdStPair()
DAArch64CollectLOH.cpp180 case AArch64::ADRP: in canDefBePartOfLOH()
528 case AArch64::ADRP: in runOnMachineFunction()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc298 if (Mask(PCRelAddressingMask) == ADRP) { in GetImmPCOffsetTarget()
345 VIXL_ASSERT(Mask(PCRelAddressingMask) == ADRP); in SetPCRelImmTarget()
/external/llvm/test/CodeGen/AArch64/
Darm64-extern-weak.ll8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
Dextern-weak.ll8 ; The usual ADRP/ADD pair can't be used for a weak reference because it must
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp91 } else if (MI.getOpcode() == AArch64::ADRP) { in tryAddingSymbolicOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp91 } else if (MI.getOpcode() == AArch64::ADRP) { in tryAddingSymbolicOperand()
/external/libhevc/common/arm64/
Dihevc_sao_edge_offset_class3_chroma.s152 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