Home
last modified time | relevance | path

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

/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() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2294 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13609 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
14840 TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()