Searched refs:MO_PCREL_LO (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchBaseInfo.h | 33 MO_PCREL_LO, enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandPseudoInsts.cpp | 170 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 D | LoongArchMCInstLower.cpp | 47 case LoongArchII::MO_PCREL_LO: in lowerSymbolOperand()
|
H A D | LoongArchInstrInfo.cpp | 398 .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 D | RISCVMCInstLower.cpp | 52 case RISCVII::MO_PCREL_LO: in lowerSymbolOperand()
|
H A D | RISCVMergeBaseOffset.cpp | 118 if (LoOp2.getTargetFlags() != RISCVII::MO_PCREL_LO || in INITIALIZE_PASS()
|
H A D | RISCVExpandPseudoInsts.cpp | 339 .addSym(AUIPCSymbol, RISCVII::MO_PCREL_LO); in expandAuipcInstPair()
|
H A D | RISCVInstrInfo.cpp | 1822 {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 D | RISCVBaseInfo.h | 217 MO_PCREL_LO = 5, enumerator
|