Searched refs:hasPairedLoad (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 298 bool hasPairedLoad(Type *LoadedType, 300 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
|
D | AArch64ISelLowering.cpp | 7063 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/ |
D | AArch64ISelLowering.h | 324 bool hasPairedLoad(EVT LoadedType, unsigned &RequiredAligment) const override;
|
D | AArch64ISelLowering.cpp | 8047 bool AArch64TargetLowering::hasPairedLoad(EVT LoadedType, in hasPairedLoad() function in AArch64TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1737 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/ |
D | TargetLowering.h | 2177 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10551 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/ |
D | DAGCombiner.cpp | 13086 if (!TLI.hasPairedLoad(LoadedType, RequiredAlignment)) { in adjustCostForPairing() 14319 TLI.hasPairedLoad(MemVT, RequiredAlignment) && in MergeConsecutiveStores()
|