Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h376 Address getMatrixAddress() const { in getMatrixAddress() function
H A DCGExpr.cpp2227 Builder.CreateLoad(LV.getMatrixAddress(), LV.isVolatileQualified()); in EmitLoadOfLValue()
2389 llvm::Instruction *Load = Builder.CreateLoad(Dst.getMatrixAddress()); in EmitStoreThroughLValue()
2392 Builder.CreateStore(Vec, Dst.getMatrixAddress(), in EmitStoreThroughLValue()