Searched refs:hasLS64 (Results 1 – 3 of 3) sorted by relevance
542 bool hasLS64() const { return HasLS64; } in hasLS64() function
249 if (Subtarget->hasLS64()) { in AArch64TargetLowering()8235 if (Subtarget->hasLS64() && VT.getSizeInBits() == 512) in getRegForInlineAsmConstraint()8327 if (Subtarget->hasLS64() && Ty->isIntegerTy(512)) in getAsmOperandValueType()
165 def HasLS64 : Predicate<"Subtarget->hasLS64()">,