Searched refs:MO_HI (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.h | 57 MO_HI = (1 << 2), enumerator
|
H A D | AVRMCInstLower.cpp | 52 } else if (TF & AVRII::MO_HI) { in lowerSymbolOperand()
|
H A D | AVRExpandPseudoInsts.cpp | 329 MIBHI.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_HI); in expand() 586 MIBHI.addGlobalAddress(GV, Offs, TF | AVRII::MO_HI); in expand() 594 MIBHI.add(MachineOperand::CreateBA(BA, TF | AVRII::MO_HI)); in expand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 242 MO_HI = 4, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 93 Hi.getOpcode() == RISCV::AUIPC ? RISCVII::MO_PCREL_HI : RISCVII::MO_HI; in INITIALIZE_PASS()
|
H A D | RISCVAsmPrinter.cpp | 840 case RISCVII::MO_HI: in lowerSymbolOperand()
|
H A D | RISCVInstrInfo.cpp | 2790 {MO_HI, "riscv-hi"}, in getSerializableDirectMachineOperandTargetFlags()
|
H A D | RISCVISelLowering.cpp | 7344 SDValue AddrHi = getTargetNode(N, DL, Ty, DAG, RISCVII::MO_HI); in getAddr() 18090 !CNodeHi || CNodeHi->getTargetFlags() != RISCVII::MO_HI) in getTargetConstantFromLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 1045 .addDisp(DispMO, 0, RISCVII::MO_HI); in selectAddr()
|