Searched refs:ArrayRef (Results 376 - 400 of 436) sorted by relevance

<<1112131415161718

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1101 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) {
2516 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods,
2517 ArrayRef<DeclGroupPtrTy> allTUVars) {
3087 ArrayRef<SourceLocation> SelectorLocs,
H A DSemaExpr.cpp337 ArrayRef<Expr *> Args) {
1277 ArrayRef<ParsedType> ArgTypes,
1278 ArrayRef<Expr *> ArgExprs) {
1303 ArrayRef<TypeSourceInfo *> Types,
1304 ArrayRef<Expr *> Exprs) {
1447 ArrayRef<Expr*> Args,
1710 ArrayRef<Expr *> Args) {
3984 ArrayRef<Expr *> Args) {
4028 ArrayRef<Expr *> Args,
4156 ArrayRef<Exp
[all...]
H A DSemaTemplateDeduction.cpp592 ArrayRef<unsigned> PackIndices,
629 ArrayRef<unsigned> PackIndices,
3273 TemplateArgumentListInfo *ExplicitTemplateArgs, ArrayRef<Expr *> Args,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp253 llvm::ArrayRef<addr_t> args) const
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp517 ArrayRef<uint8_t> Data = errorOrDefault(Obj->getSectionContents(Section));
/freebsd-10-stable/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp188 ArrayRef<Constant*> VectorValue(TempValues);
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h62 TypeSet(ArrayRef<MVT::SimpleValueType> VTList);
H A DDAGISelMatcherGen.cpp30 ArrayRef<CodeGenRegisterClass*> RCs = T.getRegBank().getRegClasses();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4858 ArrayRef<EVT> ResultTys,
5449 ArrayRef<SDValue> Ops) {
5488 ArrayRef<SDValue> Ops) {
5514 ArrayRef<SDValue> Ops) {
5522 ArrayRef<SDValue> Ops) {
5529 ArrayRef<EVT> ResultTys,
5530 ArrayRef<SDValue> Ops) {
5537 ArrayRef<SDValue> OpsArray) {
6029 ArrayRef<SDDbgValue *> DVs = GetDbgValues(FromNode);
6031 for (ArrayRef<SDDbgValu
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4518 static bool isSingletonVEXTMask(ArrayRef<int> M, EVT VT, unsigned &Imm) {
4547 static bool isVEXTMask(ArrayRef<int> M, EVT VT,
4586 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) {
4612 static bool isVTBLMask(ArrayRef<int> M, EVT VT) {
4619 static bool isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4637 static bool isVTRN_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
4652 static bool isVUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4675 static bool isVUZP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult){
4699 static bool isVZIPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) {
4724 static bool isVZIP_v_undef_Mask(ArrayRef<in
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1611 static Value *BuildSubAggregate(Value *From, ArrayRef<unsigned> idx_range,
1629 Value *llvm::FindInsertedValue(Value *V, ArrayRef<unsigned> idx_range,
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAPInt.cpp89 void APInt::initFromArray(ArrayRef<uint64_t> bigVal) {
106 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal)
H A DCommandLine.cpp20 #include "llvm/ADT/ArrayRef.h"
618 ArrayRef<char> BufRef(MemBuf->getBufferStart(), MemBuf->getBufferEnd());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp636 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects();
637 for (ArrayRef<ExprWithCleanups::CleanupObject>::iterator
H A DCGExpr.cpp2058 ArrayRef<intptr_t>());
2128 ArrayRef<llvm::Constant *> StaticArgs,
2129 ArrayRef<llvm::Value *> DynamicArgs,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp162 Writer.WriteAttributes(ArrayRef<const Attr*>(D->getAttrs().begin(),
1048 ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs();
H A DASTWriter.cpp2388 ArrayRef<const FileEntry *>
2688 ArrayRef<RawComment *> RawComments = Context->Comments.getComments();
2690 for (ArrayRef<RawComment *>::iterator I = RawComments.begin(),
3709 void ASTWriter::WriteAttributes(ArrayRef<const Attr*> Attrs,
3712 for (ArrayRef<const Attr *>::iterator i = Attrs.begin(),
H A DASTReader.cpp5670 ArrayRef<serialization::LocalDeclID>::iterator
5684 ArrayRef<serialization::LocalDeclID>::iterator
5690 for (ArrayRef<serialization::LocalDeclID>::iterator
6307 ArrayRef<ObjCMethodDecl *> getInstanceMethods() const {
6312 ArrayRef<ObjCMethodDecl *> getFactoryMethods() const {
6322 static void addMethodsToPool(Sema &S, ArrayRef<ObjCMethodDecl *> Methods,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h328 llvm::ArrayRef<TemplateArgument> List = Node.getTemplateArgs().asArray();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp783 ArrayRef<Token> tokens) {
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp564 llvm::ArrayRef<lldb::addr_t> args,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp306 llvm::ArrayRef<addr_t> args) const
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp65 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx,
1128 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) {
1376 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end());
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2869 FunctionProtoType(QualType result, ArrayRef<QualType> args,
2934 ArrayRef<QualType> getArgTypes() const {
2935 return ArrayRef<QualType>(arg_type_begin(), arg_type_end());
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4101 static bool isREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) {
4130 static unsigned isPermuteMask(ArrayRef<int> M, EVT VT) {
4218 ArrayRef<int> ShuffleMask = SVN->getMask();

Completed in 381 milliseconds

<<1112131415161718