HomeSort by: relevance | last modified time | path
    Searched defs:ArgumentTypes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 61 std::vector<Type *> ArgumentTypes;
79 /// Flag for whether the \ref ArgumentTypes have been defined after the
83 /// The number of input values in \ref ArgumentTypes. Anything after this
84 /// index in ArgumentTypes is an output argument.
353 ArgumentTypes.push_back(Type::getInt32Ty(M.getContext()));
361 Type::getVoidTy(M.getContext()), Group.ArgumentTypes, false);
593 Group.ArgumentTypes.push_back(Input->getType());
667 unsigned ArgumentSize = Group.ArgumentTypes.size();
670 if (Group.ArgumentTypes[Jdx] != PointerType::getUnqual(Output->getType()))
688 Group.ArgumentTypes.push_back(PointerType::getUnqual(Output->getType()))
    [all...]
OpenMPOpt.cpp 174 SmallVector<Type *, 8> ArgumentTypes;
210 size_t getNumArgs() const { return ArgumentTypes.size(); }
406 RFI.ArgumentTypes = std::move(ArgsTypes); \
IROutliner.cpp 61 std::vector<Type *> ArgumentTypes;
79 /// Flag for whether the \ref ArgumentTypes have been defined after the
83 /// The number of input values in \ref ArgumentTypes. Anything after this
84 /// index in ArgumentTypes is an output argument.
353 ArgumentTypes.push_back(Type::getInt32Ty(M.getContext()));
361 Type::getVoidTy(M.getContext()), Group.ArgumentTypes, false);
593 Group.ArgumentTypes.push_back(Input->getType());
667 unsigned ArgumentSize = Group.ArgumentTypes.size();
670 if (Group.ArgumentTypes[Jdx] != PointerType::getUnqual(Output->getType()))
688 Group.ArgumentTypes.push_back(PointerType::getUnqual(Output->getType()))
    [all...]
OpenMPOpt.cpp 174 SmallVector<Type *, 8> ArgumentTypes;
210 size_t getNumArgs() const { return ArgumentTypes.size(); }
406 RFI.ArgumentTypes = std::move(ArgsTypes); \

Completed in 72 milliseconds