Searched refs:addLOHDirective (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 385 AFI.addLOHDirective(MCLOH_AdrpAdrp, {&MI, Info.LastADRP}); in handleADRP() 395 AFI.addLOHDirective(MCLOH_AdrpAdd, {&MI, Info.MI0}); in handleADRP() 402 AFI.addLOHDirective(MCLOH_AdrpLdr, {&MI, Info.MI0}); in handleADRP() 410 AFI.addLOHDirective(MCLOH_AdrpAddLdr, {&MI, Info.MI1, Info.MI0}); in handleADRP() 418 AFI.addLOHDirective(MCLOH_AdrpAddStr, {&MI, Info.MI1, Info.MI0}); in handleADRP() 426 AFI.addLOHDirective(MCLOH_AdrpLdrGotLdr, {&MI, Info.MI1, Info.MI0}); in handleADRP() 433 AFI.addLOHDirective(MCLOH_AdrpLdrGotStr, {&MI, Info.MI1, Info.MI0}); in handleADRP() 439 AFI.addLOHDirective(MCLOH_AdrpLdrGot, {&MI, Info.MI0}); in handleADRP()
|
D | AArch64MachineFunctionInfo.h | 194 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) { in addLOHDirective() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MachineFunctionInfo.h | 186 void addLOHDirective(MCLOHType Kind, MILOHArgs Args) { in addLOHDirective() function
|
D | AArch64CollectLOH.cpp | 631 AArch64FI.addLOHDirective(MCLOH_AdrpAdrp, {L2, L1}); in computeADRP() 765 AArch64FI.addLOHDirective( in registerADRCandidate() 983 AArch64FI.addLOHDirective(Kind, Args); in computeOthers()
|