Searched refs:MakeVectorElt (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 386 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
|
D | CGAtomic.cpp | 1187 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()
|
D | CGExpr.cpp | 2886 return LValue::MakeVectorElt(LHS.getAddress(), Idx, in EmitArraySubscriptExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 402 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt() function
|
D | CGAtomic.cpp | 1451 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()
|
D | CGExpr.cpp | 3733 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()
|