Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.h33 MO_PCREL_LO, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp170 SecondOpcode, LoongArchII::MO_PCREL_LO); in expandLoadAddressPcrel()
293 CALL.addExternalSymbol(FnName, LoongArchII::MO_PCREL_LO); in expandFunctionCALL()
299 CALL.addGlobalAddress(GV, 0, LoongArchII::MO_PCREL_LO); in expandFunctionCALL()
H A DLoongArchMCInstLower.cpp47 case LoongArchII::MO_PCREL_LO: in lowerSymbolOperand()
H A DLoongArchInstrInfo.cpp398 .addMBB(&DestBB, LoongArchII::MO_PCREL_LO); in insertIndirectBranch()
478 {MO_PCREL_LO, "loongarch-pcrel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp52 case RISCVII::MO_PCREL_LO: in lowerSymbolOperand()
H A DRISCVMergeBaseOffset.cpp118 if (LoOp2.getTargetFlags() != RISCVII::MO_PCREL_LO || in INITIALIZE_PASS()
H A DRISCVExpandPseudoInsts.cpp339 .addSym(AUIPCSymbol, RISCVII::MO_PCREL_LO); in expandAuipcInstPair()
H A DRISCVInstrInfo.cpp1822 {MO_PCREL_LO, "riscv-pcrel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
1953 if (MO.getTargetFlags() == RISCVII::MO_PCREL_LO && in getOutliningType()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h217 MO_PCREL_LO = 5, enumerator