Searched refs:hasPairedLoad (Results 1 – 4 of 4) sorted by relevance
294 bool hasPairedLoad(Type *LoadedType,296 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
6974 bool AArch64TargetLowering::hasPairedLoad(Type *LoadedType, in hasPairedLoad() function in AArch64TargetLowering6984 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
1610 virtual bool hasPairedLoad(Type * /*LoadedType*/, in hasPairedLoad() function1615 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
10433 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()11587 if (LoadNodes.size() == 2 && TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()