Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1744 bool NeedCopy = false; in processStatepoint() local
1748 NeedCopy = true; in processStatepoint()
1774 NeedCopy = true; in processStatepoint()
1783 NeedCopy = true; in processStatepoint()
1791 NeedCopy = true; in processStatepoint()
1824 return !NeedCopy; in processStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp694 bool NeedCopy = false; in encode() local
730 NeedCopy = true; in encode()
764 if (NeedCopy) in encode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5204 bool NeedCopy = false; in EmitCall() local
5209 NeedCopy = true; in EmitCall()
5219 NeedCopy = true; in EmitCall()
5225 NeedCopy = true; in EmitCall()
5233 NeedCopy = true; in EmitCall()
5237 if (!NeedCopy) { in EmitCall()