Searched refs:LoOperand (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCopyToCombine.cpp | 676 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII() 692 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII() 704 if (LoOperand.isJTI()) { in emitCombineII() 707 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineII() 719 if (LoOperand.isCPI()) { in emitCombineII() 722 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), in emitCombineII() 814 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI() 822 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI() 827 if (LoOperand.isJTI()) { in emitCombineRI() 830 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineRI() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1875 SDValue LoOperand = Base.getOperand(1); in SelectAddrRegImm() local 1876 if (auto *GA = dyn_cast<GlobalAddressSDNode>(LoOperand)) { in SelectAddrRegImm() 1889 GA->getGlobal(), SDLoc(LoOperand), LoOperand.getValueType(), in SelectAddrRegImm()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3770 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local 3788 emitInstWithOffset(LoOperand); in expandMem16Inst() 3795 emitInstWithOffset(LoOperand); in expandMem16Inst()
|