Searched refs:MO_TPREL_LO (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 74 MO_TPREL_LO, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.h | 178 MO_TPREL_LO, enumerator
|
H A D | PPCMCInstLower.cpp | 62 case PPCII::MO_TPREL_LO: in GetSymbolRef()
|
H A D | PPCInstrInfo.h | 320 TF == PPCII::MO_GOT_TPREL_PCREL_FLAG || TF == PPCII::MO_TPREL_LO || in hasTLSFlag()
|
H A D | PPCInstrInfo.cpp | 2991 {MO_TPREL_LO, "ppc-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | PPCISelLowering.cpp | 3582 PPCII::MO_TPREL_LO); in LowerGlobalTLSAddressLinux()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 80 case MipsII::MO_TPREL_LO: in LowerSymbolOperand()
|
H A D | MipsInstrInfo.cpp | 919 {MO_TPREL_LO, "mips-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | MipsAsmPrinter.cpp | 641 case MipsII::MO_TPREL_LO: O << "%tprel_lo("; break; in printOperand()
|
H A D | MipsISelLowering.cpp | 2228 MipsII::MO_TPREL_LO); in lowerGlobalTLSAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 246 MO_TPREL_LO = 8, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 852 case RISCVII::MO_TPREL_LO: in lowerSymbolOperand()
|
H A D | RISCVInstrInfo.cpp | 2794 {MO_TPREL_LO, "riscv-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | RISCVISelLowering.cpp | 7443 DAG.getTargetGlobalAddress(GV, DL, Ty, 0, RISCVII::MO_TPREL_LO); in getStaticTLSAddr()
|