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.cpp1746 bool NeedCopy = false; in processStatepoint() local
1750 NeedCopy = true; in processStatepoint()
1776 NeedCopy = true; in processStatepoint()
1785 NeedCopy = true; in processStatepoint()
1793 NeedCopy = true; in processStatepoint()
1826 return !NeedCopy; in processStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp733 bool NeedCopy = false; in encode() local
769 NeedCopy = true; in encode()
803 if (NeedCopy) in encode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5396 bool NeedCopy = false; in EmitCall() local
5401 NeedCopy = true; in EmitCall()
5410 NeedCopy = true; in EmitCall()
5415 NeedCopy = true; in EmitCall()
5419 if (!NeedCopy) { in EmitCall()