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.cpp2291 const MachineOperand &GAOp = MI.getOperand(1); in LowerLOADauthptrstatic() local
2311 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()
2313 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()
2322 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()
2324 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()
2353 MachineOperand GAOp = MI.getOperand(0); in LowerMOVaddrPAC() local
2363 const int64_t Offset = GAOp.getOffset(); in LowerMOVaddrPAC()
2364 GAOp.setOffset(0); in LowerMOVaddrPAC()
2408 MachineOperand GAMOHi(GAOp), GAMOLo(GAOp); in LowerMOVaddrPAC()
2439 assert(GAOp.isGlobal()); in LowerMOVaddrPAC()
[all …]