/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/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 …]
|
D | ScalarEvolutionAliasAnalysis.cpp | 34 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasSetTracker.cpp | 31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 82 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 277 if (AliasSet *AS = findAliasSetForPointer(Pointer, Size, TBAAInfo)) { in getAliasSetForPointer() local 302 AliasSet &AS = addPointer(LI->getOperand(0), in add() local 316 AliasSet &AS = addPointer(SI->getOperand(1), in add() local 339 AliasSet *AS = findAliasSetForUnknownInst(Inst); in addUnknown() local 376 AliasSet &AS = const_cast<AliasSet&>(*I); in add() local 395 void AliasSetTracker::remove(AliasSet &AS) { in remove() 424 AliasSet *AS = findAliasSetForPointer(Ptr, Size, TBAAInfo); in remove() local 433 AliasSet *AS = findAliasSetForPointer(LI->getOperand(0), Size, TBAAInfo); in remove() local [all …]
|
D | ScalarEvolutionAliasAnalysis.cpp | 118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
|
/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 …]
|
D | Statepoint.cpp | 56 StatepointDirectives llvm::parseStatepointDirectivesFromAttrs(AttributeSet AS) { in parseStatepointDirectivesFromAttrs()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 220 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) { in getFloatPtrTy() 224 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) { in getDoublePtrTy() 228 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) { in getX86_FP80PtrTy() 232 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) { in getFP128PtrTy() 236 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) { in getPPC_FP128PtrTy() 240 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) { in getX86_MMXPtrTy() 244 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) { in getIntNPtrTy() 248 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) { in getInt1PtrTy() 252 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) { in getInt8PtrTy() 256 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS) { in getInt16PtrTy() [all …]
|
/external/clang/test/SemaCXX/ |
D | missing-header.cpp | 7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {} in CheckFallThrough() local
|
D | attr-aligned.cpp | 8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; typedef
|
/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
|
/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/mesa3d/src/amd/common/ |
D | ac_llvm_helper.cpp | 51 llvm::AttributeSet AS = A->getParent()->getAttributes(); in ac_is_sgpr_param() local
|
/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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InterferenceCache.cpp | 81 for (const unsigned *AS = TRI->getOverlaps(PhysReg); *AS; ++AS) { in reset() local 97 for (const unsigned *AS = TRI->getOverlaps(PhysReg); *AS; ++AS, ++i) { in valid() local
|
D | RegisterClassInfo.cpp | 49 for (const unsigned *AS = TRI->getOverlaps(Reg); in runOnMachineFunction() local
|
D | RegAllocFast.cpp | 346 for (const unsigned *AS = TRI->getAliasSet(PhysReg); in usePhysReg() local 400 for (const unsigned *AS = TRI->getAliasSet(PhysReg); in definePhysReg() local 445 for (const unsigned *AS = TRI->getAliasSet(PhysReg); in calcSpillCost() local 677 for (const unsigned *AS = TRI->getAliasSet(Reg); *AS; ++AS) { in handleThroughOperands() local 956 for (const unsigned *AS = TRI->getAliasSet(Reg); *AS; ++AS) in AllocateBasicBlock() local
|
/external/eigen/test/ |
D | unalignedcount.cpp | 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\ argument
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 59 unsigned AS = LI->getPointerAddressSpace(); in isSourceOfDivergence() local
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 30 AccessSpecifier AS, in ParseDeclarationStartingWithTemplate() 63 AccessSpecifier AS, in ParseTemplateDeclarationOrSpecialization() 177 AccessSpecifier AS, in ParseSingleDeclarationAfterTemplate() 1303 AccessSpecifier AS) { in ParseExplicitInstantiation()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 501 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 511 unsigned AS = Context.getTargetAddressSpace(ETy); in ConvertType() local 603 unsigned AS = Context.getTargetAddressSpace(FTy); in ConvertType() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 32 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local 59 IndexType AS = A.start(), AE = A.end(); in merge() local 116 IndexType AS = A.start(), AE = A.end(); in addsub() local
|
/external/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 122 gep_type_begin(Type *Op0, unsigned AS, ArrayRef<T> A) { in gep_type_begin()
|