Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h237 mlir::Value getVectorIdx() const { in getVectorIdx() function
H A DCIRGenExpr.cpp222 loc, vector, src.getValue(), dst.getVectorIdx()); in emitStoreThroughLValue()
538 lv.getVectorIdx())); in emitLoadOfLValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1440 LValue::MakeVectorElt(addr, LVal.getVectorIdx(), LVal.getType(), in convertAtomicTempToRValue()
1778 UpdateLVal = LValue::MakeVectorElt(Ptr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
1783 DesiredAddr, AtomicLVal.getVectorIdx(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
1886 LValue::MakeVectorElt(DesiredAddr, AtomicLVal.getVectorIdx(), in EmitAtomicUpdateValue()
H A DCGValue.h382 llvm::Value *getVectorIdx() const {
H A DCGExpr.cpp2304 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue()
2489 Vec = Builder.CreateInsertElement(Vec, SrcVal, Dst.getVectorIdx(), in EmitStoreThroughLValue()