Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2526 const MachineOperand &GAMO = MI.getOperand(1); in LowerLOADgotAUTH() local
2527 assert(GAMO.getOffset() == 0); in LowerLOADgotAUTH()
2531 MCInstLowering.lowerOperand(GAMO, GAMC); in LowerLOADgotAUTH()
2539 MachineOperand GAHiOp(GAMO); in LowerLOADgotAUTH()
2540 MachineOperand GALoOp(GAMO); in LowerLOADgotAUTH()
2563 assert(GAMO.isGlobal()); in LowerLOADgotAUTH()
2565 if (GAMO.getGlobal()->hasExternalWeakLinkage()) { in LowerLOADgotAUTH()
2573 assert(GAMO.getGlobal()->getValueType() != nullptr); in LowerLOADgotAUTH()
2574 unsigned AuthOpcode = GAMO.getGlobal()->getValueType()->isFunctionTy() in LowerLOADgotAUTH()
2582 if (GAMO.getGlobal()->hasExternalWeakLinkage()) in LowerLOADgotAUTH()