Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp208 bool IsCandidate = isCandidate(&MI, DefedReg, FrameReg); in processBlock() local
211 if (IsCandidate) { in processBlock()
232 if (IsCandidate) { in processBlock()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp11196 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local
11201 if (!IsCandidate) in detectFPCCEligibleStruct()
11309 bool IsCandidate = in classifyArgumentType() local
11312 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()
12067 bool IsCandidate = detectFARsEligibleStruct( in classifyArgumentType() local
12069 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()