Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp188 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 …]
DStatepoint.cpp60 llvm::parseStatepointDirectivesFromAttrs(AttributeList AS) { in parseStatepointDirectivesFromAttrs()
DDataLayout.cpp249 unsigned AS = getInt(Split.first); in parseSpecifier() local
711 unsigned AS = cast<PointerType>(Ty)->getAddressSpace(); in getAlignment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp53 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
DScalarEvolutionAliasAnalysis.cpp34 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); in alias() local
DStackSafetyAnalysis.cpp182 for (auto &AS : Allocas) in print() local
379 AllocaInfo &AS = Info.Allocas.back(); in run() local
485 for (auto &AS : FS.Allocas) in updateOneNode() local
510 for (auto &AS : FS.Allocas) in runDataFlow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h265 static bool isFlatGlobalAddrSpace(unsigned AS) { in isFlatGlobalAddrSpace()
DAMDGPUAlwaysInlinePass.cpp121 unsigned AS = GV.getAddressSpace(); in runOnModule() local
DAMDGPUAliasAnalysis.cpp95 unsigned AS = Base->getType()->getPointerAddressSpace(); in pointsToConstantMemory() local
DAMDGPULowerKernelArguments.cpp92 unsigned AS = KernArgSegment->getType()->getPointerAddressSpace(); in runOnFunction() local
DAMDGPULibFunc.cpp444 unsigned AS = AMDGPULibFunc::getAddrSpaceFromEPtrKind(P.PtrKind); in getNextParam() local
588 unsigned AS; in parseItaniumParam() local
830 unsigned AS = UseAddrSpace in operator ()() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp81 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()
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-bitwise-mixed.c9 AS = (__force bits) 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp81 unsigned AS = LI->getPointerAddressSpace(); in isSourceOfDivergence() local
DNVPTXLowerArgs.cpp162 unsigned AS = Func->getParent()->getDataLayout().getAllocaAddrSpace(); in handleByValParam() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h167 unsigned getPointerSize(unsigned AS) const { in getPointerSize()
171 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local
61 IndexType AS = A.start(), AE = A.end(); in merge() local
115 IndexType AS = A.start(), AE = A.end(); in addsub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp655 AllocaSlices &AS; member in AllocaSlices::SliceBuilder
664 SliceBuilder(const DataLayout &DL, AllocaInst &AI, AllocaSlices &AS) in SliceBuilder()
1604 auto AS = cast<PointerType>(Ptr->getType())->getAddressSpace(); in getAdjustedPtr() local
2268 AllocaSlices &AS; member in llvm::sroa::AllocaSliceRewriter
2317 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &AS, SROA &Pass, in AllocaSliceRewriter()
2499 unsigned AS = LI.getPointerAddressSpace(); in visitLoadInst() local
2703 unsigned AS = SI.getPointerAddressSpace(); in visitStoreInst() local
3629 bool SROA::presplitLoadsAndStores(AllocaInst &AI, AllocaSlices &AS) { in presplitLoadsAndStores()
3860 auto AS = LI->getPointerAddressSpace(); in presplitLoadsAndStores() local
3919 auto AS = SI->getPointerAddressSpace(); in presplitLoadsAndStores() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp379 Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract()
484 const DWARFDataExtractor &AS = Section.AccelSection; in extract() local
601 const DWARFDataExtractor &AS = Section.AccelSection; in getEntry() local
630 const DWARFDataExtractor &AS = Section.AccelSection; in getNameTableEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h233 std::pair<unsigned, AttributeSet> AS[1] = {{index, Attrs}}; in getAttributesAsList() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp776 unsigned AS = Ptr->getType()->getPointerAddressSpace(); in collectInstructions() local
823 unsigned AS = Ptr->getType()->getPointerAddressSpace(); in collectInstructions() local
960 unsigned AS = S0->getPointerAddressSpace(); in vectorizeStoreChain() local
1111 unsigned AS = L0->getPointerAddressSpace(); in vectorizeLoadChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp328 unsigned AS = Src->getType()->getPointerAddressSpace(); in analyzeLoadFromClobberingMemInst() local
503 unsigned AS = Src->getType()->getPointerAddressSpace(); in getMemInstValueForLoadHelper() local
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto9 AS = 3; enumerator
Dtest_reserved_message_upper.proto8 message AS {} message
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp106 DictScope AS(*SW, "Attribute"); in StringAttribute() local
121 DictScope AS(*SW, "Attribute"); in PrintAttribute() local
478 DictScope AS(*SW, "Attribute"); in compatibility() local

12345