Searched refs:MO_LO (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.h | 175 MO_LO, enumerator
|
| H A D | PPCMCInstLower.cpp | 164 case PPCII::MO_LO: in GetSymbolRef()
|
| H A D | PPCInstrInfo.cpp | 3013 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
| H A D | PPCISelLowering.cpp | 3153 LoOpFlags = PPCII::MO_LO; in getLabelAccessInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 54 MO_LO = (1 << 1), enumerator
|
| H A D | AVRMCInstLower.cpp | 43 if (TF & AVRII::MO_LO) { in lowerSymbolOperand()
|
| H A D | AVRExpandPseudoInsts.cpp | 326 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 D | RISCVBaseInfo.h | 272 MO_LO = 3, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMergeBaseOffset.cpp | 116 if (LoOp2.getTargetFlags() != RISCVII::MO_LO || in INITIALIZE_PASS()
|
| H A D | RISCVAsmPrinter.cpp | 969 case RISCVII::MO_LO: in lowerSymbolOperand()
|
| H A D | RISCVInstrInfo.cpp | 3334 {MO_LO, "riscv-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
| H A D | RISCVISelLowering.cpp | 8708 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 D | RISCVInstructionSelector.cpp | 1164 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr()
|