reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  749   if (Call->isMustTailCall() || Call->isInlineAsm() ||
  749   if (Call->isMustTailCall() || Call->isInlineAsm() ||
  750       Call->getFunctionType()->isVarArg())
  753   Function *Func = Call->getCalledFunction();
  758   if (!IsDirect && isa<ConstantExpr>(Call->getCalledValue()))
  761   FunctionType *FuncTy = Call->getFunctionType();
  768     if (!Subtarget->hasSIMD128() && Call->getType()->isVectorTy())
  771     MVT::SimpleValueType RetTy = getSimpleType(Call->getType());
  833   for (unsigned I = 0, E = Call->getNumArgOperands(); I < E; ++I) {
  834     Value *V = Call->getArgOperand(I);
  839     const AttributeList &Attrs = Call->getAttributes();
  864     CalleeReg = getRegForValue(Call->getCalledValue());
  883     updateValueMap(Call, ResultReg);