Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h629 bool hasPairedLoad(EVT LoadedType, Align &RequiredAligment) const override;
H A DAArch64ISelLowering.cpp14265 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2882 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17934 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
19224 if (TLI.hasPairedLoad(MemVT, RequiredAlignment) && in tryStoreMergeOfLoads()