Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 398 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
| H A D | CGAtomic.cpp | 1624 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 D | CGExpr.cpp | 2284 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()
|