Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h398 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
H A DCGAtomic.cpp1624 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue()
1948 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue()
1953 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
2048 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
H A DCGExpr.cpp2284 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue()
2314 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue()
2567 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue()
4579 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()