reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
997 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); 1009 const Type *CastType = getType(Op, Param); 1010 Result::Ptr Arg = getCodeForDagArg(D, 0, Scope, Param); 1024 Args.push_back(getCodeForDagArg(D, i, Scope, Param)); 1037 ParamTypes.push_back(getType(RParam, Param)); 1040 IntName += "_" + toLetter(cast<ScalarType>(Param)->kind());