Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1669 bool NeedCopy = false; in processStatepoint() local
1673 NeedCopy = true; in processStatepoint()
1699 NeedCopy = true; in processStatepoint()
1708 NeedCopy = true; in processStatepoint()
1716 NeedCopy = true; in processStatepoint()
1749 return !NeedCopy; in processStatepoint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp688 bool NeedCopy = false; in encode() local
724 NeedCopy = true; in encode()
758 if (NeedCopy) in encode()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5172 bool NeedCopy = false; in EmitCall() local
5176 NeedCopy = true; in EmitCall()
5186 NeedCopy = true; in EmitCall()
5192 NeedCopy = true; in EmitCall()
5200 NeedCopy = true; in EmitCall()
5204 if (NeedCopy) { in EmitCall()