Home
last modified time | relevance | path

Searched refs:allowsMemoryAccess (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1551 bool TargetLoweringBase::allowsMemoryAccess( in allowsMemoryAccess() function in TargetLoweringBase
1558 bool TargetLoweringBase::allowsMemoryAccess(LLVMContext &Context, in allowsMemoryAccess() function in TargetLoweringBase
1562 return allowsMemoryAccess(Context, DL, VT, MMO.getAddrSpace(), in allowsMemoryAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h429 return allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), BitcastVT, in isLoadBitCastBeneficial()
1492 allowsMemoryAccess(LLVMContext &Context, const DataLayout &DL, EVT VT,
1501 bool allowsMemoryAccess(LLVMContext &Context, const DataLayout &DL, EVT VT,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4829 !TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), MemVT, in isLegalNarrowLdSt()
6709 TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT, in MatchStoreCombine()
6904 TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), MemVT, in MatchLoadCombine()
15053 !TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT, in ShrinkLoadReplaceStoreWithStore()
15872 TLI.allowsMemoryAccess(Context, DL, StoreTy, in MergeConsecutiveStores()
15884 TLI.allowsMemoryAccess(Context, DL, StoreTy, in MergeConsecutiveStores()
15904 TLI.allowsMemoryAccess( in MergeConsecutiveStores()
15976 TLI.allowsMemoryAccess(Context, DL, Ty, in MergeConsecutiveStores()
16107 TLI.allowsMemoryAccess(Context, DL, StoreTy, in MergeConsecutiveStores()
16110 TLI.allowsMemoryAccess(Context, DL, StoreTy, in MergeConsecutiveStores()
[all …]
DLegalizeDAG.cpp869 if (!TLI.allowsMemoryAccess(*DAG.getContext(), DL, MemVT, in LegalizeLoadOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp41272 (TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), RegVT, in combineLoad()
41625 TLI.allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT, in combineStore()
45369 if (TLI->allowsMemoryAccess(*DAG.getContext(), DAG.getDataLayout(), VT, in combineConcatVectorOps()