Home
last modified time | relevance | path

Searched refs:getStoreValueForLoad (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp445 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad() function
507 return getStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL); in getLoadValueForLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp387 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad() function
450 return getStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL); in getLoadValueForLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp781 Res = getStoreValueForLoad(Res, Offset, LoadTy, InsertPt, DL); in MaterializeAdjustedValue()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DGVN.cpp989 Res = getStoreValueForLoad(Res, Offset, LoadTy, InsertPt, DL); in MaterializeAdjustedValue()