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()
629 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
14265 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument14267 if (!LoadedType.isSimple() || in hasPairedLoad()14268 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()14272 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
17586 EVT LoadedType = LS.getLoadedType(); in Cost() local17587 if (TruncType != LoadedType && in Cost()17588 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()17926 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local17929 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()17934 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()