Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h351 Address getMatrixAddress() const { in getMatrixAddress() function
H A DCGExpr.cpp1943 Builder.CreateLoad(LV.getMatrixAddress(), LV.isVolatileQualified()); in EmitLoadOfLValue()
2083 llvm::Value *Vec = Builder.CreateLoad(Dst.getMatrixAddress()); in EmitStoreThroughLValue()
2086 Builder.CreateStore(Vec, Dst.getMatrixAddress(), in EmitStoreThroughLValue()