Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h376 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling() function
H A DAArch64InstrInfo.cpp807 if (!Subtarget.hasCustomCheapAsMoveHandling()) in isAsCheapAsAMove()