Home
last modified time | relevance | path

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

12345678910

/external/llvm/lib/Analysis/
DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
83 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet()
287 if (AliasSet *AS = mergeAliasSetsForPointer(Pointer, Size, AAInfo)) { in getAliasSetForPointer() local
316 AliasSet &AS = addPointer(LI->getOperand(0), in add() local
333 AliasSet &AS = addPointer(SI->getOperand(1), in add() local
362 AliasSet &AS = in add() local
375 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local
412 for (const AliasSet &AS : AST) { in add() local
433 void AliasSetTracker::remove(AliasSet &AS) { in remove()
464 AliasSet *AS = mergeAliasSetsForPointer(Ptr, Size, AAInfo); in remove() local
[all …]
DScalarEvolutionAliasAnalysis.cpp34 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()
86 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl()
104 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
112 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasSetTracker.cpp50 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
112 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet()
340 if (AliasSet *AS = mergeAliasSetsForPointer(Pointer, Size, AAInfo)) { in getAliasSetForPointer() local
365 AliasSet &AS = addPointer(LI->getOperand(0), in add() local
379 AliasSet &AS = addPointer( in add() local
403 AliasSet &AS = in add() local
452 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local
489 for (const AliasSet &AS : AST) { in add() local
520 AliasSet *AS = PtrValEnt->getAliasSet(*this); in deleteValue() local
554 AliasSet *AS = I->second->getAliasSet(*this); in copyValue() local
[all …]
DScalarEvolutionAliasAnalysis.cpp34 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp49 AMDGPUAS AS; member in __anon850987d00111::AMDGPUAnnotateKernelFeatures
88 static bool castRequiresQueuePtr(unsigned SrcAS, const AMDGPUAS &AS) { in castRequiresQueuePtr()
93 const AMDGPUAS &AS) { in castRequiresQueuePtr()
98 AMDGPUAS AS) { in visitConstantExpr()
110 AMDGPUAS AS) { in visitConstantExprsRecursively()
DAMDGPUAliasAnalysis.h36 AMDGPUAS AS; variable
65 AMDGPUAS AS; variable
DAMDGPUTargetMachine.h37 AMDGPUAS AS; variable
DAMDGPUAlwaysInlinePass.cpp124 unsigned AS = GV.getType()->getAddressSpace(); in runOnModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp184 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy()
188 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy()
192 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy()
196 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy()
200 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy()
204 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy()
208 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy()
212 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy()
216 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy()
220 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy()
[all …]
DStatepoint.cpp69 llvm::parseStatepointDirectivesFromAttrs(AttributeList AS) { in parseStatepointDirectivesFromAttrs()
/external/llvm/lib/IR/
DType.cpp177 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy()
181 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy()
185 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy()
189 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy()
193 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy()
197 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy()
201 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy()
205 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy()
209 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy()
213 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy()
[all …]
DStatepoint.cpp56 StatepointDirectives llvm::parseStatepointDirectivesFromAttrs(AttributeSet AS) { in parseStatepointDirectivesFromAttrs()
/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.cpp82 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS()
90 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
98 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTarget.cpp82 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS()
90 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS()
98 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-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/arm-trusted-firmware/
DMakefile171 AS := ${CROSS_COMPILE}gcc macro
206 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH)) macro
216 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH)) macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp82 unsigned AS = LI->getPointerAddressSpace(); in isSourceOfDivergence() local

12345678910