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 | 2989 {MO_LO, "ppc-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | PPCISelLowering.cpp | 3139 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 | 328 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 D | RISCVBaseInfo.h | 241 MO_LO = 3, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 117 if (LoOp2.getTargetFlags() != RISCVII::MO_LO || in INITIALIZE_PASS()
|
H A D | RISCVAsmPrinter.cpp | 837 case RISCVII::MO_LO: in lowerSymbolOperand()
|
H A D | RISCVInstrInfo.cpp | 2789 {MO_LO, "riscv-lo"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | RISCVISelLowering.cpp | 7345 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 D | RISCVInstructionSelector.cpp | 1051 .addDisp(DispMO, 0, RISCVII::MO_LO); in selectAddr()
|