Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h390 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.cpp2273 llvm::Value *Vec = Builder.CreateLoad(LV.getExtVectorAddress(), in EmitLoadOfExtVectorElementLValue()
2308 Address VectorAddress = LV.getExtVectorAddress(); in EmitExtVectorElementLValue()
2556 Address DstAddr = Dst.getExtVectorAddress(); in EmitStoreThroughExtVectorComponentLValue()
2621 Builder.CreateStore(Vec, Dst.getExtVectorAddress(), in EmitStoreThroughExtVectorComponentLValue()
4585 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()