Searched refs:MO_ABS_LO (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 59 case MipsII::MO_ABS_LO: in LowerSymbolOperand() 232 case MipsII::MO_ABS_LO: in lowerLongBranchLUi() 267 case MipsII::MO_ABS_LO: in lowerLongBranchADDiu()
|
H A D | MipsBranchExpansion.cpp | 502 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch() 613 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch() 708 .addMBB(TgtMBB, MipsII::MO_ABS_LO); in expandToLongBranch() 716 .addMBB(TgtMBB, MipsII::MO_ABS_LO); in expandToLongBranch() 740 .addExternalSymbol("_gp_disp", MipsII::MO_ABS_LO); in emitGPDisp()
|
H A D | MipsISelLowering.h | 392 unsigned LoFlag = IsN32OrN64 ? MipsII::MO_GOT_OFST : MipsII::MO_ABS_LO; in getAddrLocal() 438 SDValue Lo = getTargetNode(N, Ty, DAG, MipsII::MO_ABS_LO); in getAddrNonPIC() 455 SDValue Lo = getTargetNode(N, Ty, DAG, MipsII::MO_ABS_LO); in getAddrNonPICSym64()
|
H A D | MipsMachineFunction.cpp | 112 .addExternalSymbol("__gnu_local_gp", MipsII::MO_ABS_LO); in initGlobalBaseReg()
|
H A D | Mips16ISelDAGToDAG.cpp | 86 .addExternalSymbol("_gp_disp", MipsII::MO_ABS_LO); in initGlobalBaseReg()
|
H A D | MipsInstructionSelector.cpp | 388 .addJumpTableIndex(I.getOperand(1).getIndex(), MipsII::MO_ABS_LO) in select() 692 ADDiu->getOperand(2).setTargetFlags(MipsII::MO_ABS_LO); in select() 711 ADDiu->getOperand(2).setTargetFlags(MipsII::MO_ABS_LO); in select()
|
H A D | MipsInstrInfo.cpp | 912 {MO_ABS_LO, "mips-abs-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | MipsAsmPrinter.cpp | 635 case MipsII::MO_ABS_LO: O << "%lo("; break; in printOperand()
|
H A D | MipsFastISel.cpp | 425 .addGlobalAddress(GV, 0, MipsII::MO_ABS_LO); in materializeGV()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 53 MO_ABS_LO, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiBaseInfo.h | 36 MO_ABS_LO, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 77 case LanaiII::MO_ABS_LO: in LowerSymbolOperand()
|
H A D | LanaiISelLowering.cpp | 1146 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerConstantPool() 1180 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerGlobalAddress() 1199 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerBlockAddress() 1223 uint8_t OpFlagLo = LanaiII::MO_ABS_LO; in LowerJumpTable()
|
H A D | LanaiInstrInfo.cpp | 173 {MO_ABS_LO, "lanai-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|