Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h349 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
H A DCGAtomic.cpp1379 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue()
1714 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue()
1719 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1814 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
H A DCGExpr.cpp1842 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue()
1877 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue()
2084 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue()
3751 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()