Searched refs:LoOperand (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 2407 SDValue LoOperand = Base.getOperand(1); in SelectAddrRegImm() local 2408 if (auto *GA = dyn_cast<GlobalAddressSDNode>(LoOperand)) { in SelectAddrRegImm() 2421 GA->getGlobal(), SDLoc(LoOperand), LoOperand.getValueType(), in SelectAddrRegImm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3840 MCOperand LoOperand = MCOperand::createExpr( in expandMem16Inst() local 3858 emitInstWithOffset(LoOperand); in expandMem16Inst() 3865 emitInstWithOffset(LoOperand); in expandMem16Inst()
|