Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp286 unsigned IsCandidate : 1; ///< Possible LOH candidate.
302 Info.IsCandidate = false; in handleUse()
311 Info.IsCandidate = true; in handleUse()
317 Info.IsCandidate = true; in handleUse()
322 Info.IsCandidate = true; in handleUse()
328 Info.IsCandidate = true; in handleUse()
335 Info.IsCandidate = false; in handleClobber()
345 if (!DefInfo.IsCandidate || (&DefInfo != &OpInfo && OpInfo.OneUser)) in handleMiddleInst()
356 assert(OpInfo.IsCandidate && "Expect valid state"); in handleMiddleInst()
360 OpInfo.IsCandidate = true; in handleMiddleInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp237 bool IsCandidate = isCandidate(&MI, DefedReg, FrameReg); in processBlock() local
240 if (IsCandidate && MBBDefs.hasIdentical(DefedReg, &MI)) { in processBlock()
260 if (IsCandidate) { in processBlock()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp319 bool IsCandidate = detectFPCCEligibleStructHelper( in detectFPCCEligibleStruct() local
326 if (!IsCandidate) in detectFPCCEligibleStruct()
636 bool IsCandidate = in classifyArgumentType() local
639 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()
H A DLoongArch.cpp344 bool IsCandidate = detectFARsEligibleStruct( in classifyArgumentType() local
346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()