Home
last modified time | relevance | path

Searched refs:getExtVectorAddress (Results 1 – 6 of 6) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h364 Address getExtVectorAddress() const { in getExtVectorAddress() function
DCGExpr.cpp1991 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
2019 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
2251 llvm::Value *Vec = Builder.CreateLoad(Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
2308 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
4123 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()
DCGAtomic.cpp123 lvalue.getExtVectorAddress().getElementType()) in AtomicInfo()