Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h346 Address getExtVectorAddress() const { in getExtVectorAddress() function
DCGExpr.cpp1518 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
1547 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
1753 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
1815 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
3238 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()
DCGAtomic.cpp122 lvalue.getType(), lvalue.getExtVectorAddress() in AtomicInfo()