Searched refs:MO_PCREL_HI (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchBaseInfo.h | 32 MO_PCREL_HI, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchMCInstLower.cpp | 44 case LoongArchII::MO_PCREL_HI: in lowerSymbolOperand()
|
H A D | LoongArchInstrInfo.cpp | 447 .addMBB(&DestBB, LoongArchII::MO_PCREL_HI); in insertIndirectBranch() 532 {MO_PCREL_HI, "loongarch-pcrel-hi"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | LoongArchExpandPseudoInsts.cpp | 171 return expandPcalau12iInstPair(MBB, MBBI, NextMBBI, LoongArchII::MO_PCREL_HI, in expandLoadAddressPcrel() 515 MO1 = LoongArchII::MO_PCREL_HI; in expandLargeAddressLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 244 MO_PCREL_HI = 6, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 93 Hi.getOpcode() == RISCV::AUIPC ? RISCVII::MO_PCREL_HI : RISCVII::MO_HI; in INITIALIZE_PASS()
|
H A D | RISCVExpandPseudoInsts.cpp | 550 return expandAuipcInstPair(MBB, MBBI, NextMBBI, RISCVII::MO_PCREL_HI, in expandLoadLocalAddress()
|
H A D | RISCVAsmPrinter.cpp | 846 case RISCVII::MO_PCREL_HI: in lowerSymbolOperand()
|
H A D | RISCVInstrInfo.cpp | 2792 {MO_PCREL_HI, "riscv-pcrel-hi"}, in getSerializableDirectMachineOperandTargetFlags()
|