Home
last modified time | relevance | path

Searched refs:MO_TPREL_LO (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h74 MO_TPREL_LO, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPC.h159 MO_TPREL_LO = 4 << 8, enumerator
DPPCMCInstLower.cpp61 case PPCII::MO_TPREL_LO: in GetSymbolRef()
DPPCInstrInfo.cpp2893 {MO_TPREL_LO, "ppc-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
DPPCISelLowering.cpp3303 PPCII::MO_TPREL_LO); in LowerGlobalTLSAddressLinux()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.h145 MO_TPREL_LO = 8, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp61 case RISCVII::MO_TPREL_LO: in lowerSymbolOperand()
DRISCVInstrInfo.cpp975 {MO_TPREL_LO, "riscv-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
DRISCVISelLowering.cpp2806 DAG.getTargetGlobalAddress(GV, DL, Ty, 0, RISCVII::MO_TPREL_LO); in getStaticTLSAddr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp81 case MipsII::MO_TPREL_LO: in LowerSymbolOperand()
DMipsInstrInfo.cpp829 {MO_TPREL_LO, "mips-tprel-lo"}, in getSerializableDirectMachineOperandTargetFlags()
DMipsAsmPrinter.cpp680 case MipsII::MO_TPREL_LO: O << "%tprel_lo("; break; in printOperand()
DMipsISelLowering.cpp2197 MipsII::MO_TPREL_LO); in lowerGlobalTLSAddress()