Home
last modified time | relevance | path

Searched refs:CustomAsCheapAsMove (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h78 bool CustomAsCheapAsMove = false; variable
185 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling()
DAArch64.td80 "CustomAsCheapAsMove", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h114 bool CustomAsCheapAsMove = false; variable
249 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling()
DAArch64.td119 "CustomAsCheapAsMove", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc10900 if (Bits[AArch64::FeatureCustomCheapAsMoveHandling]) CustomAsCheapAsMove = true;