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.cpp426 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeFP() local
428 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE); in materializeFP()
433 .addReg(ADRPReg) in materializeFP()
457 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeGV() local
463 ADRPReg) in materializeGV()
476 .addReg(ADRPReg) in materializeGV()
495 ADRPReg) in materializeGV()
515 .addReg(ADRPReg) in materializeGV()
519 ADRPReg = DstReg; in materializeGV()
525 .addReg(ADRPReg) in materializeGV()
[all …]