Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h298 bool hasPairedLoad(Type *LoadedType,
300 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
DAArch64ISelLowering.cpp7063 bool AArch64TargetLowering::hasPairedLoad(Type *LoadedType, in hasPairedLoad() function in AArch64TargetLowering
7073 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h324 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
DAArch64ISelLowering.cpp8047 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1737 virtual bool hasPairedLoad(Type * /*LoadedType*/, in hasPairedLoad() function
1742 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2177 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10551 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
11754 if (LoadNodes.size() == 2 && TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13086 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing()
14319 TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()