Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp1459 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1784 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1788 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1887 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
DCGValue.h402 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
DCGExpr.cpp3743 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()