HomeSort by relevance Sort by last modified time
    Searched refs:getBZeroEntry (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 33 ? DAG.getTarget().getSubtarget<AArch64Subtarget>().getBZeroEntry()
AArch64Subtarget.h 122 const char *getBZeroEntry() const;
AArch64Subtarget.cpp 111 const char *AArch64Subtarget::getBZeroEntry() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 155 /// getBZeroEntry - This function returns the name of a function which has an
159 const char *X86Subtarget::getBZeroEntry() const {
X86Subtarget.h 447 const char *getBZeroEntry() const;
X86SelectionDAGInfo.cpp 55 V->isNullValue() ? Subtarget.getBZeroEntry() : nullptr) {

Completed in 802 milliseconds