Home
last modified time | relevance | path

Searched defs:Sz (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc() argument
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() argument
38 safe_calloc(size_t Count, size_t Sz) safe_calloc() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp80 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local
133 size_t Sz = SB.Buffer->getBufferSize(); in getLineAndColumn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h250 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp959 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local
1110 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_ciescope.c945 #define Sz(x) (((x) * (int)FFMIN(w, h)) / 512) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h121 explicit BitsRecTy(unsigned Sz) : RecTy(BitsRecTyKind), Size(Sz) {} in BitsRecTy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4072 unsigned Sz = ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 ? 16 : 32; in LowerFormalArguments_64SVR4() local

Completed in 39 milliseconds