Home
last modified time | relevance | path

Searched refs:getMatrixAddress (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h364 Address getMatrixAddress() const { in getMatrixAddress() function
H A DCGExpr.cpp2012 Builder.CreateLoad(LV.getMatrixAddress(), LV.isVolatileQualified()); in EmitLoadOfLValue()
2168 llvm::Instruction *Load = Builder.CreateLoad(Dst.getMatrixAddress()); in EmitStoreThroughLValue()
2171 Builder.CreateStore(Vec, Dst.getMatrixAddress(), in EmitStoreThroughLValue()