Searched refs:LoadedType (Results 1 – 4 of 4) sorted by relevance
96 auto LoadedType = FirstByte >> 1; in findNextBufferExtent() local97 if (LoadedType == MetadataRecordKinds::BufferExtentsKind) { in findNextBufferExtent()98 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in findNextBufferExtent()159 auto LoadedType = FirstByte >> 1; in produce() local160 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in produce()167 LoadedType, PreReadOffset)); in produce()
331 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
8286 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument8288 if (!LoadedType.isSimple() || in hasPairedLoad()8289 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()8293 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
13264 EVT LoadedType = LS.getLoadedType(); in Cost() local13265 if (TruncType != LoadedType && in Cost()13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()13601 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local13604 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()13609 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()