Home
last modified time | relevance | path

Searched defs:SizeVal (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp143 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
DARMISelLowering.cpp10162 unsigned SizeVal = MI.getOperand(2).getImm(); in EmitStructByval() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp103 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp741 const uint64_t SizeVal = SizeCast->getZExtValue(); in expandMemCmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1452 Value *SizeVal = ConstantInt::get(MS.IntptrTy, Size); in getShadowOriginPtrKernel() local
3693 Value *SizeVal = ConstantInt::get(MS.IntptrTy, Size); in instrumentAsmArgument() local
/third_party/mesa3d/src/imgui/
Dimgui_internal.h717 ImVec2 SizeVal; member