Home
last modified time | relevance | path

Searched refs:CustomAsCheapAsMove (Results 1 – 7 of 7) 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-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h177 bool CustomAsCheapAsMove = false; variable
326 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling()
DAArch64.td166 "CustomAsCheapAsMove", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h203 bool CustomAsCheapAsMove = false; variable
358 bool hasCustomCheapAsMoveHandling() const { return CustomAsCheapAsMove; } in hasCustomCheapAsMoveHandling()
DAArch64.td189 "CustomAsCheapAsMove", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19212 if (Bits[AArch64::FeatureCustomCheapAsMoveHandling]) CustomAsCheapAsMove = true;