/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 31 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 …]
|
/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 36 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()
|
D | UnresolvedSet.h | 47 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()
|
D | ASTUnresolvedSet.h | 50 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/llvm-project/clang/include/clang/AST/ |
D | DeclAccessPair.h | 35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() 51 void setAccess(AccessSpecifier AS) { in setAccess() 54 void set(NamedDecl *D, AccessSpecifier AS) { in set()
|
D | UnresolvedSet.h | 53 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } in setAccess() 95 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl() 113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() 121 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } in setAccess()
|
D | ASTUnresolvedSet.h | 55 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { in addDecl() 62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() 107 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { in addLazyDecl()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | AddressSpaces.h | 64 inline bool isTargetAddressSpace(LangAS AS) { in isTargetAddressSpace() 68 inline unsigned toTargetAddressSpace(LangAS AS) { in toTargetAddressSpace() 78 inline bool isPtrSizeAddressSpace(LangAS AS) { in isPtrSizeAddressSpace()
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 194 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() 198 PointerType *Type::getBFloatPtrTy(LLVMContext &C, unsigned AS) { in getBFloatPtrTy() 202 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 206 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() 210 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy() 214 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 218 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy() 222 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy() 226 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() 230 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() [all …]
|
D | Statepoint.cpp | 26 llvm::parseStatepointDirectivesFromAttrs(AttributeList AS) { in parseStatepointDirectivesFromAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 188 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) { in getHalfPtrTy() 192 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 196 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() 200 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy() 204 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 208 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy() 212 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy() 216 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() 220 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() 224 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy() [all …]
|
/external/llvm/lib/IR/ |
D | Type.cpp | 177 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 53 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 114 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 391 if (AliasSet *AS = in getAliasSetFor() local 453 if (AliasSet *AS = findAliasSetForUnknownInst(Inst)) { in addUnknown() local 528 for (const AliasSet &AS : AST) { in add() local 566 AliasSet *AS = PtrValEnt->getAliasSet(*this); in deleteValue() local 600 AliasSet *AS = I->second->getAliasSet(*this); in copyValue() local 644 AliasSet &AS = getAliasSetFor(Loc); in addPointer() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 48 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 109 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 386 if (AliasSet *AS = in getAliasSetFor() local 449 if (AliasSet *AS = findAliasSetForUnknownInst(Inst)) { in addUnknown() local 524 for (const AliasSet &AS : AST) { in add() local 562 AliasSet *AS = PtrValEnt->getAliasSet(*this); in deleteValue() local 596 AliasSet *AS = I->second->getAliasSet(*this); in copyValue() local 640 AliasSet &AS = getAliasSetFor(Loc); in addPointer() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 265 static bool isFlatGlobalAddrSpace(unsigned AS) { in isFlatGlobalAddrSpace()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 288 static bool isNonGlobalAddrSpace(unsigned AS) { in isNonGlobalAddrSpace()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | missing-header.cpp | 7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
|
/external/clang/test/SemaCXX/ |
D | missing-header.cpp | 7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | AMDGPU.h | 330 LangAS getOpenCLBuiltinAddressSpace(unsigned AS) const override { in getOpenCLBuiltinAddressSpace() 347 LangAS getCUDABuiltinAddressSpace(unsigned AS) const override { in getCUDABuiltinAddressSpace() 392 uint64_t getNullPointerValue(LangAS AS) const override { in getNullPointerValue()
|
/external/llvm-project/llvm/lib/Target/ |
D | Target.cpp | 81 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS() 89 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS() 97 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 81 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS() 89 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForAS() 97 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD, unsigned AS) { in LLVMIntPtrTypeForASInContext()
|
/external/llvm/lib/Target/ |
D | Target.cpp | 82 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/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceAttributes.cpp | 68 const AttributeSet &AS = GV.getAttributes(); in visitGlobalVariable() local 97 void visitAttributeSet(const AttributeSet &AS, in visitAttributeSet() 130 for (const AttributeSet &AS : AL) in visitAttributeList() local
|
/external/sonivox/arm-wt-22k/host_src/ |
D | arm-wt-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | arm-wt-22k_lib.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe macro
|