Searched refs:SizeTy (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUGenRegisterBankInfo.def | 254 getValueMappingLoadSGPROnly(unsigned BankID, LLT SizeTy) { 255 unsigned Size = SizeTy.getSizeInBits(); 268 if (SizeTy == LLT::vector(8, 32)) 270 else if (SizeTy == LLT::vector(16, 32)) 272 else if (SizeTy == LLT::vector(4, 64)) 274 else if (SizeTy == LLT::vector(8, 64))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 979 SDValue Size, Type *SizeTy, unsigned ElemSz, 985 SDValue Size, Type *SizeTy, unsigned ElemSz, 991 Type *SizeTy, unsigned ElemSz, bool isTailCall,
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 654 type SizeTy = usize; 659 type SizeTy = u32; 948 sid_ctx.len() as SizeTy, in set_session_id_context()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2801 Type *SizeTy = II.getLength()->getType(); in visitMemSetInst() local 2802 Constant *Size = ConstantInt::get(SizeTy, NewEndOffset - NewBeginOffset); in visitMemSetInst() 2973 Type *SizeTy = II.getLength()->getType(); in visitMemTransferInst() local 2974 Constant *Size = ConstantInt::get(SizeTy, NewEndOffset - NewBeginOffset); in visitMemTransferInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6339 SDValue Size, Type *SizeTy, in getAtomicMemcpy() argument 6353 Entry.Ty = SizeTy; in getAtomicMemcpy() 6443 SDValue Size, Type *SizeTy, in getAtomicMemmove() argument 6457 Entry.Ty = SizeTy; in getAtomicMemmove() 6544 SDValue Value, SDValue Size, Type *SizeTy, in getAtomicMemset() argument 6558 Entry.Ty = SizeTy; in getAtomicMemset()
|