Home
last modified time | relevance | path

Searched refs:LoadedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecordProducer.cpp95 auto LoadedType = FirstByte >> 1; in findNextBufferExtent() local
96 if (LoadedType == MetadataRecordKinds::BufferExtentsKind) { in findNextBufferExtent()
97 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in findNextBufferExtent()
158 auto LoadedType = FirstByte >> 1; in produce() local
159 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in produce()
167 LoadedType, PreReadOffset)); in produce()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h210 bool hasPairedLoad(EVT LoadedType, Align &RequiredAlignment) const override;
H A DAArch64ISelLowering.cpp16996 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument
16998 if (!LoadedType.isSimple() || in hasPairedLoad()
16999 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()
17003 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20211 EVT LoadedType = LS.getLoadedType(); in Cost() local
20212 if (TruncType != LoadedType && in Cost()
20213 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
20550 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local
20553 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()
20558 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()