Searched refs:LoOperand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCopyToCombine.cpp | 682 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII() 698 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII() 710 if (LoOperand.isJTI()) { in emitCombineII() 713 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineII() 725 if (LoOperand.isCPI()) { in emitCombineII() 728 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), in emitCombineII() 820 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI() 828 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI() 833 if (LoOperand.isJTI()) { in emitCombineRI() 836 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineRI() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetStreamer.h | 159 MCOperand &LoOperand, unsigned ATReg, SMLoc IDLoc, 165 MCOperand &HiOperand, MCOperand &LoOperand,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 303 MCOperand &LoOperand, unsigned ATReg, SMLoc IDLoc, in emitStoreWithSymOffset() argument 313 emitRRX(Opcode, SrcReg, ATReg, LoOperand, IDLoc, STI); in emitStoreWithSymOffset() 360 MCOperand &LoOperand, in emitLoadWithSymOffset() argument 373 emitRRX(Opcode, DstReg, TmpReg, LoOperand, IDLoc, STI); in emitLoadWithSymOffset()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3611 MCOperand LoOperand = MCOperand::createExpr( in expandMemInst() local 3618 LoOperand, TmpReg, IDLoc, STI); in expandMemInst() 3621 LoOperand, TmpReg, IDLoc, STI); in expandMemInst()
|