Home
last modified time | relevance | path

Searched refs:HiOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp674 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII()
690 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII()
704 if (HiOperand.isJTI()) { in emitCombineII()
706 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags()) in emitCombineII()
718 if (HiOperand.isCPI()) { in emitCombineII()
720 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(), in emitCombineII()
771 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR()
779 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR()
785 if (HiOperand.isJTI()) { in emitCombineIR()
787 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags()) in emitCombineIR()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h158 unsigned BaseReg, MCOperand &HiOperand,
165 MCOperand &HiOperand, MCOperand &LoOperand,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp302 unsigned Opcode, unsigned SrcReg, unsigned BaseReg, MCOperand &HiOperand, in emitStoreWithSymOffset() argument
309 emitRX(Mips::LUi, ATReg, HiOperand, IDLoc, STI); in emitStoreWithSymOffset()
359 MCOperand &HiOperand, in emitLoadWithSymOffset() argument
369 emitRX(Mips::LUi, TmpReg, HiOperand, IDLoc, STI); in emitLoadWithSymOffset()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3613 MCOperand HiOperand = MCOperand::createExpr( in expandMemInst() local
3617 TOut.emitLoadWithSymOffset(Inst.getOpcode(), DstReg, BaseReg, HiOperand, in expandMemInst()
3620 TOut.emitStoreWithSymOffset(Inst.getOpcode(), DstReg, BaseReg, HiOperand, in expandMemInst()