Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstrBundle.cpp342 PRI.Clobbered = true; in AnalyzePhysRegInBundle()
374 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
HDMachineBasicBlock.cpp1649 if (Info.FullyDefined || Info.Clobbered) in computeRegisterLiveness()
1699 if (Info.Killed || Info.Clobbered) in computeRegisterLiveness()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstrBundle.h256 bool Clobbered; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ConditionalCompares.cpp364 if (PRI.Defined || PRI.Clobbered) { in findConvertibleCompare()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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()