Searched refs:getVectorIdx (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 343 llvm::Value *getVectorIdx() const { assert(isVectorElt()); return VectorIdx; } in getVectorIdx() function
|
D | CGAtomic.cpp | 1187 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()
|
D | CGExpr.cpp | 1469 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue() 1601 Dst.getVectorIdx(), "vecins"); in EmitStoreThroughLValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 346 llvm::Value *getVectorIdx() const { in getVectorIdx() function
|
D | CGAtomic.cpp | 1451 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()
|
D | CGExpr.cpp | 1928 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue() 2070 Dst.getVectorIdx(), "vecins"); in EmitStoreThroughLValue()
|