Home
last modified time | relevance | path

Searched defs:AS (Results 1 – 25 of 133) sorted by relevance

123456

/external/llvm/lib/Analysis/
DAliasSetTracker.cpp30 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
86 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet()
291 if (AliasSet *AS = findAliasSetForPointer(Pointer, Size, AAInfo)) { in getAliasSetForPointer() local
319 AliasSet &AS = addPointer(LI->getOperand(0), in add() local
335 AliasSet &AS = addPointer(SI->getOperand(1), in add() local
359 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local
396 AliasSet &AS = const_cast<AliasSet&>(*I); in add() local
415 void AliasSetTracker::remove(AliasSet &AS) { in remove()
446 AliasSet *AS = findAliasSetForPointer(Ptr, Size, AAInfo); in remove() local
458 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, AAInfo); in remove() local
[all …]
DScalarEvolutionAliasAnalysis.cpp119 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
/external/clang/include/clang/AST/
DDeclAccessPair.h36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make()
52 void setAccess(AccessSpecifier AS) { in setAccess()
55 void set(NamedDecl *D, AccessSpecifier AS) { in set()
DUnresolvedSet.h47 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } in setAccess()
81 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl()
99 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
107 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } in setAccess()
DASTUnresolvedSet.h50 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl()
57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
101 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { in addLazyDecl()
DDependentDiagnostic.h43 AccessSpecifier AS, in Create()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp30 unsigned AS = V->getType()->getPointerAddressSpace(); in CastToCStr() local
42 AttributeSet AS[2]; in EmitStrLen() local
67 AttributeSet AS[2]; in EmitStrNLen() local
94 AttributeSet AS = in EmitStrChr() local
117 AttributeSet AS[3]; in EmitStrNCmp() local
144 AttributeSet AS[2]; in EmitStrCpy() local
167 AttributeSet AS[2]; in EmitStrNCpy() local
194 AttributeSet AS; in EmitMemCpyChk() local
218 AttributeSet AS; in EmitMemChr() local
240 AttributeSet AS[3]; in EmitMemCmp() local
[all …]
/external/llvm/lib/IR/
DType.cpp246 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy()
250 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy()
254 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy()
258 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy()
262 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy()
266 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy()
270 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy()
274 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy()
278 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy()
282 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy()
[all …]
/external/clang/test/SemaCXX/
Dmissing-header.cpp7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
Dattr-aligned.cpp8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; typedef
/external/llvm/lib/Target/
DTarget.cpp70 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS()
78 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
86 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-hybrid-22k/host_src/
Darm-hybrid-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-fm-22k/lib_src/
Darm-fm-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-fm-22k/host_src/
Darm-fm-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-hybrid-22k/lib_src/
Darm-hybrid-22k_lib.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
/external/eigen/test/
Dunalignedcount.cpp20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp59 unsigned AS = LI->getPointerAddressSpace(); in isSourceOfDivergence() local
/external/llvm/unittests/IR/
DVerifierTest.cpp52 AttributeSet AS = F->getAttributes(); in TEST() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp417 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local
427 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local
585 unsigned AS = Context.getTargetAddressSpace(FTy); in ConvertType() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp899 DictScope AS(W, "AuxFunctionDef"); in printSymbol() local
918 DictScope AS(W, "AuxWeakExternal"); in printSymbol() local
928 DictScope AS(W, "AuxFileRecord"); in printSymbol() local
941 DictScope AS(W, "AuxSectionDef"); in printSymbol() local
980 DictScope AS(W, "AuxCLRToken"); in printSymbol() local
/external/clang/lib/Parse/
DParseTemplate.cpp29 AccessSpecifier AS, in ParseDeclarationStartingWithTemplate()
62 AccessSpecifier AS, in ParseTemplateDeclarationOrSpecialization()
164 AccessSpecifier AS, in ParseSingleDeclarationAfterTemplate()
1266 AccessSpecifier AS) { in ParseExplicitInstantiation()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp301 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local
356 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local
607 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c90 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) { in llvm_datalayout_qualified_pointer_size()
96 value AS, in llvm_datalayout_qualified_intptr_type()

123456