Home
last modified time | relevance | path

Searched refs:hasCustomCheapAsMoveHandling (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h185 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling() function
DAArch64InstrInfo.cpp552 if (!Subtarget.hasCustomCheapAsMoveHandling()) in isAsCheapAsAMove()