Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h304 bool hasPairedLoad(Type *LoadedType,
306 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
DAArch64ISelLowering.cpp6677 bool AArch64TargetLowering::hasPairedLoad(Type *LoadedType, in hasPairedLoad() function in AArch64TargetLowering
6687 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1566 virtual bool hasPairedLoad(Type * /*LoadedType*/, in hasPairedLoad() function
1571 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9487 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
10464 if (LoadNodes.size() == 2 && TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()