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()
583 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
11269 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument11271 if (!LoadedType.isSimple() || in hasPairedLoad()11272 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()11276 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
15796 EVT LoadedType = LS.getLoadedType(); in Cost() local15797 if (TruncType != LoadedType && in Cost()15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()16135 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local16138 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()16143 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()