/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 90 unsigned AccessSize) { in HexagonMCEmitCommonSymbol() argument 104 ((AccessSize == 0) || (Size == 0) || (Size > GPSize)) in HexagonMCEmitCommonSymbol() 106 : sbss[(Log2_64(AccessSize))]; in HexagonMCEmitCommonSymbol() 127 if ((AccessSize) && (Size <= GPSize)) { in HexagonMCEmitCommonSymbol() 129 (AccessSize <= GPSize) in HexagonMCEmitCommonSymbol() 130 ? ELF::SHN_HEXAGON_SCOMMON + (Log2_64(AccessSize) + 1) in HexagonMCEmitCommonSymbol() 142 unsigned AccessSize) { in HexagonMCEmitLocalCommonSymbol() argument 147 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize); in HexagonMCEmitLocalCommonSymbol()
|
D | HexagonMCELFStreamer.h | 37 unsigned AccessSize); 39 unsigned ByteAlignment, unsigned AccessSize);
|
D | HexagonMCTargetDesc.cpp | 191 unsigned AccessSize) override { in EmitCommonSymbolSorted() argument 195 AccessSize); in EmitCommonSymbolSorted() 200 unsigned AccessSize) override { in EmitLocalCommonSymbolSorted() argument 204 Symbol, Size, ByteAlignment, AccessSize); in EmitLocalCommonSymbolSorted()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 153 APInt AccessSize(DL.getPointerTypeSizeInBits(V->getType()), in isDereferenceableAndAlignedPointer() local 155 return isDereferenceableAndAlignedPointer(V, Alignment, AccessSize, DL, CtxI, in isDereferenceableAndAlignedPointer() 234 const APInt AccessSize = TC * EltSize; in isDereferenceableAndAlignedInLoop() local 247 return isDereferenceableAndAlignedPointer(Base, Alignment, AccessSize, DL, in isDereferenceableAndAlignedInLoop() 425 auto AccessSize = LocationSize::precise(DL.getTypeStoreSize(AccessTy)); in FindAvailablePtrLoadStore() local 456 if (AA && !isModSet(AA->getModRefInfo(SI, StrippedPtr, AccessSize))) in FindAvailablePtrLoadStore() 468 if (AA && !isModSet(AA->getModRefInfo(Inst, StrippedPtr, AccessSize))) in FindAvailablePtrLoadStore()
|
D | StackSafetyAnalysis.cpp | 214 uint64_t AccessSize); 249 uint64_t AccessSize) { in getAccessRange() argument 258 ConstantRange SizeRange = getRange(0, AccessSize); in getAccessRange()
|
D | TypeBasedAliasAnalysis.cpp | 552 uint64_t AccessSize = UINT64_MAX; in createAccessTag() local 554 ConstantAsMetadata::get(ConstantInt::get(Int64, AccessSize)); in createAccessTag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() argument 239 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, AccessSize)); in IsAccessSafe()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 431 unsigned &AccessSize) const;
|
D | HexagonLoopIdiomRecognition.cpp | 1976 LocationSize AccessSize = LocationSize::unknown(); in mayLoopAccessLocation() local 1981 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation() 1988 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation()
|
D | HexagonInstrInfo.cpp | 2946 unsigned AccessSize = 0; in getMemOperandWithOffset() local 2947 BaseOp = getBaseAndOffset(LdSt, Offset, AccessSize); in getMemOperandWithOffset() 3159 unsigned &AccessSize) const { in getBaseAndOffset() 3166 AccessSize = getMemAccessSize(MI); in getBaseAndOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 806 LocationSize AccessSize = LocationSize::unknown(); in mayLoopAccessLocation() local 811 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation() 818 MemoryLocation StoreLoc(Ptr, AccessSize); in mayLoopAccessLocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 235 unsigned Idx, uint32_t AccessSize, const SmallVectorImpl<EVT> &ValueVTs, in CanMergeParamLoadStoresStartingAt() argument 237 assert(isPowerOf2_32(AccessSize) && "must be a power of 2!"); in CanMergeParamLoadStoresStartingAt() 240 if (AccessSize > ParamAlignment) in CanMergeParamLoadStoresStartingAt() 243 if (Offsets[Idx] & (AccessSize - 1)) in CanMergeParamLoadStoresStartingAt() 250 if (EltSize >= AccessSize) in CanMergeParamLoadStoresStartingAt() 253 unsigned NumElts = AccessSize / EltSize; in CanMergeParamLoadStoresStartingAt() 255 if (AccessSize != EltSize * NumElts) in CanMergeParamLoadStoresStartingAt() 310 for (unsigned AccessSize : {16, 8, 4, 2}) { in VectorizePTXValueVTs() 312 I, AccessSize, ValueVTs, Offsets, ParamAlignment); in VectorizePTXValueVTs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 797 unsigned AccessSize = 1 << AccessSizeIndex; in createUserspaceApi() local 798 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize); in createUserspaceApi() 800 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in createUserspaceApi() 803 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize); in createUserspaceApi() 805 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in createUserspaceApi()
|