Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp28 const char *bzeroEntry = in EmitTargetCodeForMemset() local
32 if (bzeroEntry && (!SizeValue || SizeValue->getZExtValue() > 256)) { in EmitTargetCodeForMemset()
47 DAG.getExternalSymbol(bzeroEntry, IntPtr), std::move(Args)) in EmitTargetCodeForMemset()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86SelectionDAGInfo.cpp54 if (const char *bzeroEntry = V && in EmitTargetCodeForMemset() local
69 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args, in EmitTargetCodeForMemset()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp74 if (const char *bzeroEntry = V && in EmitTargetCodeForMemset() local
90 DAG.getExternalSymbol(bzeroEntry, IntPtr), std::move(Args)) in EmitTargetCodeForMemset()