Home
last modified time | relevance | path

Searched refs:MCLOH_AdrpLdrGotStr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h39 MCLOH_AdrpLdrGotStr = 0x6u, ///< Adrp _v@GOTPAGE -> Ldr _v@GOTPAGEOFF -> Str. enumerator
93 case MCLOH_AdrpLdrGotStr: in MCLOHIdToNbArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h40 MCLOH_AdrpLdrGotStr = 0x6u, ///< Adrp _v@GOTPAGE -> Ldr _v@GOTPAGEOFF -> Str. enumerator
94 case MCLOH_AdrpLdrGotStr: in MCLOHIdToNbArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp365 OpInfo.Type = MCLOH_AdrpLdrGotStr; in handleMiddleInst()
429 case MCLOH_AdrpLdrGotStr: in handleADRP()
433 AFI.addLOHDirective(MCLOH_AdrpLdrGotStr, {&MI, Info.MI1, Info.MI0}); in handleADRP()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dloh.mir159 ; CHECK-NEXT: Adding MCLOH_AdrpLdrGotStr:
166 ; Should just produce a MCLOH_AdrpLdr (not MCLOH_AdrpLdrGotStr)
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp957 Kind = IsL2Add ? MCLOH_AdrpAddStr : MCLOH_AdrpLdrGotStr; in computeOthers()