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()
605 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
12934 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument12936 if (!LoadedType.isSimple() || in hasPairedLoad()12937 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()12941 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
16932 EVT LoadedType = LS.getLoadedType(); in Cost() local16933 if (TruncType != LoadedType && in Cost()16934 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()17272 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local17275 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()17280 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()