Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h294 bool hasPairedLoad(Type *LoadedType,
296 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
DAArch64ISelLowering.cpp6974 bool AArch64TargetLowering::hasPairedLoad(Type *LoadedType, in hasPairedLoad() function in AArch64TargetLowering
6984 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1610 virtual bool hasPairedLoad(Type * /*LoadedType*/, in hasPairedLoad() function
1615 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10433 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
11587 if (LoadNodes.size() == 2 && TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()