Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h583 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
H A DAArch64ISelLowering.cpp11269 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() argument
11271 if (!LoadedType.isSimple() || in hasPairedLoad()
11272 (!LoadedType.isInteger() && !LoadedType.isFloatingPoint())) in hasPairedLoad()
11276 unsigned NumBits = LoadedType.getSizeInBits(); in hasPairedLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15796 EVT LoadedType = LS.getLoadedType(); in Cost() local
15797 if (TruncType != LoadedType && in Cost()
15798 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
16135 EVT LoadedType = First->getLoadedType(); in adjustCostForPairing() local
16138 if (LoadedType != Second->getLoadedType()) in adjustCostForPairing()
16143 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()