Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp434 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeFP() local
436 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE); in materializeFP()
441 .addReg(ADRPReg) in materializeFP()
462 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeGV() local
468 ADRPReg) in materializeGV()
481 .addReg(ADRPReg) in materializeGV()
500 ADRPReg) in materializeGV()
520 .addReg(ADRPReg) in materializeGV()
524 ADRPReg = DstReg; in materializeGV()
530 .addReg(ADRPReg) in materializeGV()
[all …]