Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DFDRRecordProducer.cpp96 auto LoadedType = FirstByte >> 1; in findNextBufferExtent() local
97 if (LoadedType == MetadataRecordKinds::BufferExtentsKind) { in findNextBufferExtent()
98 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in findNextBufferExtent()
159 auto LoadedType = FirstByte >> 1; in produce() local
160 auto MetadataRecordOrErr = metadataRecordType(Header, LoadedType); in produce()
167 LoadedType, PreReadOffset)); in produce()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h331 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
H A DAArch64ISelLowering.cpp8286 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument
8288 if (!LoadedType.isSimple() || in hasPairedLoad()
8289 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()
8293 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13264 EVT LoadedType = LS.getLoadedType(); in Cost() local
13265 if (TruncType != LoadedType && in Cost()
13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
13601 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local
13604 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()
13609 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()