Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp322 PRI.Clobbered = true; in AnalyzePhysRegInBundle()
354 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
H A DMachineBasicBlock.cpp1674 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
1724 if (Info.Killed || Info.Clobbered) in computeRegisterLiveness()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h258 bool Clobbered; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp364 if (PRI.Defined || PRI.Clobbered) { in findConvertibleCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11435 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
11471 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()
11478 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()
11504 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()