Searched refs:MO_LO (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h114 /// MO_LO, MO_HA - lo16(symbol) and ha16(symbol)
115 MO_LO = 1 << 4, enumerator in enum:llvm::PPCII::TOF
H A DPPCMCInstLower.cpp139 case PPCII::MO_LO:
H A DPPCInstrInfo.cpp2022 {MO_LO, "ppc-lo"},
H A DPPCISelLowering.cpp2701 LoOpFlags = PPCII::MO_LO;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h52 MO_LO = (1 << 1), enumerator in enum:llvm::AVRII::TOF
H A DAVRMCInstLower.cpp41 if (TF & AVRII::MO_LO) {
H A DAVRExpandPseudoInsts.cpp296 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO);
508 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_LO);
516 MIBLO.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_LO));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp45 case RISCVII::MO_LO:
H A DRISCVMergeBaseOffset.cpp91 LoADDI->getOperand(2).getTargetFlags() != RISCVII::MO_LO ||
H A DRISCVInstrInfo.cpp406 .addMBB(&DestBB, RISCVII::MO_LO);
628 {MO_LO, "riscv-lo"},
H A DRISCVISelLowering.cpp476 SDValue AddrLo = getTargetNode(N, DL, Ty, DAG, RISCVII::MO_LO);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.h56 MO_LO = 3, enumerator in enum:llvm::RISCVII::__anon5336

Completed in 291 milliseconds