Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp281 bool IsCandidate : 1; ///< Possible LOH candidate. member
295 Info.IsCandidate = false; in handleUse()
304 Info.IsCandidate = true; in handleUse()
310 Info.IsCandidate = true; in handleUse()
315 Info.IsCandidate = true; in handleUse()
321 Info.IsCandidate = true; in handleUse()
328 Info.IsCandidate = false; in handleClobber()
338 if (!DefInfo.IsCandidate || (&DefInfo != &OpInfo && OpInfo.OneUser)) in handleMiddleInst()
349 assert(OpInfo.IsCandidate && "Expect valid state"); in handleMiddleInst()
353 OpInfo.IsCandidate = true; in handleMiddleInst()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10669 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local
10674 if (!IsCandidate) in detectFPCCEligibleStruct()
10782 bool IsCandidate = in classifyArgumentType() local
10785 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()