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()
673 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
15502 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument15504 if (!LoadedType.isSimple() || in hasPairedLoad()15505 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()15509 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
18874 EVT LoadedType = LS.getLoadedType(); in Cost() local18875 if (TruncType != LoadedType && in Cost()18876 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()19213 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local19216 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()19221 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()