Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h175 MO_LO, enumerator
H A DPPCMCInstLower.cpp164 case PPCII::MO_LO: in GetSymbolRef()
H A DPPCInstrInfo.cpp2989 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
H A DPPCISelLowering.cpp3139 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h54 MO_LO = (1 << 1), enumerator
H A DAVRMCInstLower.cpp43 if (TF & AVRII::MO_LO) { in lowerSymbolOperand()
H A DAVRExpandPseudoInsts.cpp328 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO); in expand()
585 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO); in expand()
593 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO)); in expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h241 MO_LO = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp117 if (LoOp2.getTargetFlags() != RISCVII::MO_LO || in INITIALIZE_PASS()
H A DRISCVAsmPrinter.cpp837 case RISCVII::MO_LO: in lowerSymbolOperand()
H A DRISCVInstrInfo.cpp2789 {MO_LO, "riscv-lo"}, in getSerializableDirectMachineOperandTargetFlags()
H A DRISCVISelLowering.cpp7345 SDValue AddrLo = getTargetNode(N, DL, Ty, DAG, RISCVII::MO_LO); in getAddr()
18089 if (!CNodeLo || CNodeLo->getTargetFlags() != RISCVII::MO_LO || in getTargetConstantFromLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1051 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr()