Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h343 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; } in getVectorIdx() function
DCGAtomic.cpp1187 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1515 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1519 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1618 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
DCGExpr.cpp1469 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue()
1601 Dst.getVectorIdx(), "vecins"); in EmitStoreThroughLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h346 llvm::Value *getVectorIdx() const { in getVectorIdx() function
DCGAtomic.cpp1451 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1781 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1786 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1884 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
DCGExpr.cpp1928 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue()
2070 Dst.getVectorIdx(), "vecins"); in EmitStoreThroughLValue()