Searched refs:LoadedType (Results 1 – 4 of 4) sorted by relevance
95 auto LoadedType = FirstByte >> 1; in findNextBufferExtent() local96 if (LoadedType == MetadataRecordKinds::BufferExtentsKind) { in findNextBufferExtent()97 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in findNextBufferExtent()158 auto LoadedType = FirstByte >> 1; in produce() local159 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in produce()167 LoadedType, PreReadOffset)); in produce()
210 bool hasPairedLoad(EVT LoadedType, Align &RequiredAlignment) const override;
16996 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument16998 if (!LoadedType.isSimple() || in hasPairedLoad()16999 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()17003 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
20211 EVT LoadedType = LS.getLoadedType(); in Cost() local20212 if (TruncType != LoadedType && in Cost()20213 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()20550 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local20553 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()20558 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()