Searched refs:CalleeMO (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1024 const MachineOperand &CalleeMO = opers.getCallTarget(); local
1028 if (!(CalleeMO.isImm() && !CalleeMO.getImm())) {
1030 switch (CalleeMO.getType()) {
1035 if (CalleeMO.getImm())
1036 CalleeMCOp = MCOperand::createImm(CalleeMO.getImm());
1040 CalleeMCOp = MCIL.LowerSymbolOperand(CalleeMO,
1041 MCIL.GetSymbolFromOperand(CalleeMO));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp796 const MachineOperand &CalleeMO = Opers.getCallTarget(); local
798 if (CalleeMO.isImm()) {
799 uint64_t CallTarget = CalleeMO.getImm();
825 } else if (CalleeMO.isGlobal()) {
826 const MCExpr *Expr = Lower.getExpr(CalleeMO, MCSymbolRefExpr::VK_PLT);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp525 const MachineOperand &CalleeMO = Opers.getCallTarget(); local
527 if (CalleeMO.isImm()) {
528 int64_t CallTarget = CalleeMO.getImm();
593 } else if (CalleeMO.isGlobal()) {
594 const GlobalValue *GValue = CalleeMO.getGlobal();

Completed in 180 milliseconds