Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h386 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
DCGAtomic.cpp1187 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1515 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1518 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1618 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
DCGExpr.cpp2886 return LValue::MakeVectorElt(LHS.getAddress(), Idx, in EmitArraySubscriptExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h402 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
DCGAtomic.cpp1451 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1781 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1785 DesiredLVal = LValue::MakeVectorElt( in EmitAtomicUpdateValue()
1884 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
DCGExpr.cpp3733 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()