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.cpp342 PRI.Clobbered = true; in AnalyzePhysRegInBundle()
374 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
H A DMachineBasicBlock.cpp1649 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
1699 if (Info.Killed || Info.Clobbered) in computeRegisterLiveness()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h256 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.cpp11281 enum StaticAllocaInfo { Unknown, Clobbered, Elidable }; in findArgumentCopyElisionCandidates() enumerator
11317 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()
11324 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()
11350 *Info = StaticAllocaInfo::Clobbered; in findArgumentCopyElisionCandidates()