Searched defs:AS (Results 51 - 75 of 151) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp67 unsigned AS = AI->getType()->getAddressSpace(); local
H A DBuildLibCalls.cpp823 unsigned AS = V->getType()->getPointerAddressSpace(); local
912 AttributeList AS; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h150 void setPointerAddrSpace(unsigned AS) { PointerAddrSpace = AS; } argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp496 ObjCAtSynchronizedStmt *AS = cast<ObjCAtSynchronizedStmt>(S); local
514 ObjCAutoreleasePoolStmt *AS = cast<ObjCAutoreleasePoolStmt>(S); local
H A DSemaLambda.cpp922 LangAS AS = getDefaultCXXMethodAddrSpace(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); local
624 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h287 createFieldType(StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp692 AccessSpecifier AS = LP.getAccessSpecifier(); local
24 ParseCXXInlineMethodDef( AccessSpecifier AS, ParsedAttributes &AccessAttrs, ParsingDeclarator &D, const ParsedTemplateInfo &TemplateInfo, const VirtSpecifiers &VS, SourceLocation PureSpecLoc) argument
H A DParseTemplate.cpp27 ParseDeclarationStartingWithTemplate( DeclaratorContext Context, SourceLocation &DeclEnd, ParsedAttributes &AccessAttrs, AccessSpecifier AS) argument
64 ParseTemplateDeclarationOrSpecialization( DeclaratorContext Context, SourceLocation &DeclEnd, ParsedAttributes &AccessAttrs, AccessSpecifier AS) argument
179 ParseSingleDeclarationAfterTemplate( DeclaratorContext Context, const ParsedTemplateInfo &TemplateInfo, ParsingDeclRAIIObject &DiagsFromTParams, SourceLocation &DeclEnd, ParsedAttributes &AccessAttrs, AccessSpecifier AS) argument
1593 ParseExplicitInstantiation(DeclaratorContext Context, SourceLocation ExternLoc, SourceLocation TemplateLoc, SourceLocation &DeclEnd, ParsedAttributes &AccessAttrs, AccessSpecifier AS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp188 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { argument
192 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { argument
196 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { argument
200 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { argument
204 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { argument
208 getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) argument
212 getX86_MMXPtrTy(LLVMContext &C, unsigned AS) argument
216 getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) argument
220 getInt1PtrTy(LLVMContext &C, unsigned AS) argument
224 getInt8PtrTy(LLVMContext &C, unsigned AS) argument
228 getInt16PtrTy(LLVMContext &C, unsigned AS) argument
232 getInt32PtrTy(LLVMContext &C, unsigned AS) argument
236 getInt64PtrTy(LLVMContext &C, unsigned AS) argument
[all...]
H A DAttributes.cpp1426 AttributeSet AS = AL.getAttributes(Index); local
1431 AttrBuilder::AttrBuilder(AttributeSet AS) { argument
1660 AttributeSet AS local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp183 O << " " << AS << "\n"; local
379 AllocaInfo &AS = Info.Allocas.back(); local
H A DModuleSummaryAnalysis.cpp621 auto AS = std::make_unique<AliasSummary>(Flags); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp134 AttributeList AS = Fn->getAttributes(); local
151 AttributeList AS = CI->getAttributes(); local
159 AttributeList AS = II->getAttributes(); local
167 AttributeList AS = CBI->getAttributes(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp155 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) {} argument
H A DLowerMatrixIntrinsics.cpp92 unsigned AS = cast<PointerType>(BasePtr->getType())->getAddressSpace(); local
531 unsigned AS = cast<PointerType>(BasePtr->getType())->getAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h432 void addDecl(NamedDecl *D, AccessSpecifier AS) { argument
667 void replace(NamedDecl *D, AccessSpecifier AS) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp289 void DeclPrinter::Print(AccessSpecifier AS) { argument
993 AccessSpecifier AS = Base->getAccessSpecifierAsWritten(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp142 unsigned AS = GEP->getAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp697 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp861 unsigned AS = ISP.getCalledValue()->getType()->getPointerAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1173 OS << ", addrspace " << AS; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp458 unsigned AS = LI.getPointerAddressSpace(); local
487 unsigned AS = SI.getPointerAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp776 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
823 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
960 unsigned AS = S0->getPointerAddressSpace(); local
1111 unsigned AS = L0->getPointerAddressSpace(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp631 IAPrinter(std::string R, std::string AS, unsigned NumMIOps) argument

Completed in 318 milliseconds

1234567