Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp430 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeFP() local
432 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE); in materializeFP()
437 .addReg(ADRPReg) in materializeFP()
458 Register ADRPReg = createResultReg(&AArch64::GPR64commonRegClass); in materializeGV() local
464 ADRPReg) in materializeGV()
477 .addReg(ADRPReg) in materializeGV()
496 ADRPReg) in materializeGV()
516 .addReg(ADRPReg) in materializeGV()
520 ADRPReg = DstReg; in materializeGV()
526 .addReg(ADRPReg) in materializeGV()
[all …]