Home
last modified time | relevance | path

Searched refs:LoOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp687 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII()
703 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII()
715 if (LoOperand.isJTI()) { in emitCombineII()
718 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineII()
730 if (LoOperand.isCPI()) { in emitCombineII()
733 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), in emitCombineII()
825 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
833 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
838 if (LoOperand.isJTI()) { in emitCombineRI()
841 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineRI()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3770 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local
3788 emitInstWithOffset(LoOperand); in expandMem16Inst()
3795 emitInstWithOffset(LoOperand); in expandMem16Inst()