Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2089 const MachineOperand &GAOp = MI.getOperand(1); in LowerLOADauthptrstatic() local
2109 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()
2111 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()
2120 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()
2122 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()
2153 MachineOperand GAOp = MI.getOperand(0); in LowerMOVaddrPAC() local
2163 const int64_t Offset = GAOp.getOffset(); in LowerMOVaddrPAC()
2164 GAOp.setOffset(0); in LowerMOVaddrPAC()
2200 MachineOperand GAMOHi(GAOp), GAMOLo(GAOp); in LowerMOVaddrPAC()