Home
last modified time | relevance | path

Searched refs:CalleeMO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp158 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT() local
161 if (CalleeMO.isImm()) { in LowerPATCHPOINT()
162 uint64_t CallTarget = CalleeMO.getImm(); in LowerPATCHPOINT()
179 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
181 lowerOperand(CalleeMO, CallTargetMCOp); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1055 const MachineOperand &CalleeMO = opers.getCallTarget(); in LowerPATCHPOINT() local
1059 if (!(CalleeMO.isImm() && !CalleeMO.getImm())) { in LowerPATCHPOINT()
1061 switch (CalleeMO.getType()) { in LowerPATCHPOINT()
1066 if (CalleeMO.getImm()) in LowerPATCHPOINT()
1067 CalleeMCOp = MCOperand::createImm(CalleeMO.getImm()); in LowerPATCHPOINT()
1071 CalleeMCOp = MCIL.LowerSymbolOperand(CalleeMO, in LowerPATCHPOINT()
1072 MCIL.GetSymbolFromOperand(CalleeMO)); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp797 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT() local
799 if (CalleeMO.isImm()) { in LowerPATCHPOINT()
800 uint64_t CallTarget = CalleeMO.getImm(); in LowerPATCHPOINT()
826 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
827 const MCExpr *Expr = Lower.getExpr(CalleeMO, MCSymbolRefExpr::VK_PLT); in LowerPATCHPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp562 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT() local
564 if (CalleeMO.isImm()) { in LowerPATCHPOINT()
565 int64_t CallTarget = CalleeMO.getImm(); in LowerPATCHPOINT()
630 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
631 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()