Home
last modified time | relevance | path

Searched refs:SizeArg (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator
211 return cast<ConstantInt>(getArgOperand(SizeArg))->getZExtValue(); in getStorageSize()
461 enum { SizeArg, AlignArg }; enumerator
464 return getArgOperand(SizeArg); in getSize()
DCoroutines.cpp628 checkConstantInt(this, getArgOperand(SizeArg), in checkWellFormed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp251 Argument &SizeArg = *(++ArgI); in replaceImageAndSamplerUses() local
253 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg); in replaceImageAndSamplerUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp420 unsigned SizeArg; in wrapInvoke() local
422 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs(); in wrapInvoke()
423 SizeArg += 1; in wrapInvoke()
426 FnAttrs.addAllocSizeAttr(SizeArg, NEltArg); in wrapInvoke()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3242 Value *SizeArg = ConstantInt::get(IntptrTy, Size); in poisonAlloca() local
3245 {AddrArg, SizeArg}); in poisonAlloca()