Searched refs:CalleeOp (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp286 const MachineOperand &CalleeOp = MI.getOperand(0); local
287 if (CalleeOp.isGlobal() && CalleeOp.getGlobal()->getName() ==
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp914 const MachineOperand *CalleeOp local
917 const Function *Callee = getCalleeFunction(*CalleeOp);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp904 const MachineOperand &CalleeOp = MI.getOperand(0);
905 if (!CalleeOp.isGlobal() && !CalleeOp.isReg())
911 if (CalleeOp.isReg()) {
912 CallReg = CalleeOp.getReg();
916 CalleeDecl = dyn_cast<Function>(CalleeOp.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3473 unsigned CalleeOp = 0; local
3478 CalleeOp = CalleeAM.Base.Reg;
3484 if (CalleeOp) {
3488 .addReg(CalleeOp);

Completed in 78 milliseconds