Home
last modified time | relevance | path

Searched defs:Sz (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc()
39 size_t Sz) { in safe_calloc()
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp80 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local
133 size_t Sz = SB.Buffer->getBufferSize(); in getLineAndColumn() local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerCorpus.h109 if(size_t Sz = GetFeature(i)) in PrintFeatureSet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h250 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
DARMISelLowering.cpp16407 for (unsigned Sz = SrcSz; Sz <= 32 && Sz < DstSz; Sz *= 2) { in LowerFP_EXTEND() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp959 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local
1110 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
DSLPVectorizer.cpp5684 const unsigned Sz = R.getVectorElementSize(Chain[0]); in vectorizeStoreChain() local
5878 unsigned Sz = R.getVectorElementSize(I0); in tryToVectorizeList() local
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c938 #define Sz(x) (((x) * (int)FFMIN(w, h)) / 512) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1420 unsigned Sz = Ops.size(); in OptimizeXor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h121 explicit BitsRecTy(unsigned Sz) : RecTy(BitsRecTyKind), Size(Sz) {} in BitsRecTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2603 unsigned Sz = VT.getScalarSizeInBits(); in ExpandBITREVERSE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4072 unsigned Sz = ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 ? 16 : 32; in LowerFormalArguments_64SVR4() local