Searched refs:HiOperand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCopyToCombine.cpp | 674 .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 D | MipsTargetStreamer.h | 158 unsigned BaseReg, MCOperand &HiOperand, 165 MCOperand &HiOperand, MCOperand &LoOperand,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 302 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 D | MipsAsmParser.cpp | 3613 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()
|