Home
last modified time | relevance | path

Searched refs:getBZeroEntry (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp29 (V && V->isNullValue()) ? STI.getBZeroEntry() : nullptr; in EmitTargetCodeForMemset()
DAArch64Subtarget.cpp133 const char *AArch64Subtarget::getBZeroEntry() const { in getBZeroEntry() function in AArch64Subtarget
DAArch64Subtarget.h246 const char *getBZeroEntry() const;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h282 const char *getBZeroEntry() const;
DX86Subtarget.cpp150 const char *X86Subtarget::getBZeroEntry() const { in getBZeroEntry() function in X86Subtarget
DX86SelectionDAGInfo.cpp55 V->isNullValue() ? Subtarget->getBZeroEntry() : 0) { in EmitTargetCodeForMemset()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp146 const char *X86Subtarget::getBZeroEntry() const { in getBZeroEntry() function in X86Subtarget
DX86Subtarget.h576 const char *getBZeroEntry() const;
DX86SelectionDAGInfo.cpp75 V->isNullValue() ? Subtarget.getBZeroEntry() : nullptr) { in EmitTargetCodeForMemset()