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.cpp3013 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
H A DPPCISelLowering.cpp3153 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.cpp326 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO); in expand()
583 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO); in expand()
591 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO)); in expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h272 MO_LO = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp116 if (LoOp2.getTargetFlags() != RISCVII::MO_LO || in INITIALIZE_PASS()
H A DRISCVAsmPrinter.cpp969 case RISCVII::MO_LO: in lowerSymbolOperand()
H A DRISCVInstrInfo.cpp3334 {MO_LO, "riscv-lo"}, in getSerializableDirectMachineOperandTargetFlags()
H A DRISCVISelLowering.cpp8708 SDValue AddrLo = getTargetNode(N, DL, Ty, DAG, RISCVII::MO_LO); in getAddr()
21250 if (!CNodeLo || CNodeLo->getTargetFlags() != RISCVII::MO_LO || in getTargetConstantFromLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1164 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr()