Searched refs:hasPairedLoad (Results 1 – 4 of 4) sorted by relevance
304 bool hasPairedLoad(Type *LoadedType,306 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
6677 bool AArch64TargetLowering::hasPairedLoad(Type *LoadedType, in hasPairedLoad() function in AArch64TargetLowering6687 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
1566 virtual bool hasPairedLoad(Type * /*LoadedType*/, in hasPairedLoad() function1571 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
9487 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()10464 if (LoadNodes.size() == 2 && TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()