Searched refs:MakeVectorElt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 432 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
|
| H A D | CGAtomic.cpp | 1620 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue() 1939 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue() 1943 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue() 2042 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
|
| H A D | CGExpr.cpp | 4156 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()
|