Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h364 Address getExtVectorAddress() const { in getExtVectorAddress() function
H A DCGExpr.cpp1990 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
2017 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
2249 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
2304 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
4133 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()
H A DCGAtomic.cpp123 lvalue.getExtVectorAddress().getElementType()) in AtomicInfo()