Home
last modified time | relevance | path

Searched refs:getExtVectorAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h377 Address getExtVectorAddress() const { in getExtVectorAddress() function
H A DCGAtomic.cpp122 lvalue.getExtVectorAddress().getElementType()) in AtomicInfo()
159 ElTy = LVal.getExtVectorAddress().getElementType(); in getAtomicAddress()
H A DCGExpr.cpp2058 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
2085 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
2334 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
2389 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
4224 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()