Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5026 GeneralPurpose, enumerator
5049 return IsSoftFloatABI ? ArgKind::GeneralPurpose : ArgKind::FloatingPoint; in classifyArgument()
5051 return ArgKind::GeneralPurpose; in classifyArgument()
5096 AK = ArgKind::GeneralPurpose; in visitCallBase()
5098 if (AK == ArgKind::GeneralPurpose && GpOffset >= SystemZGpEndOffset) in visitCallBase()
5108 case ArgKind::GeneralPurpose: { in visitCallBase()