Searched refs:getVectorIdx (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenValue.h | 237 mlir::Value getVectorIdx() const { in getVectorIdx() function
|
| H A D | CIRGenExpr.cpp | 222 loc, vector, src.getValue(), dst.getVectorIdx()); in emitStoreThroughLValue() 538 lv.getVectorIdx())); in emitLoadOfLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1440 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 D | CGValue.h | 382 llvm::Value *getVectorIdx() const {
|
| H A D | CGExpr.cpp | 2304 return RValue::get(Builder.CreateExtractElement(Load, LV.getVectorIdx(), in EmitLoadOfLValue() 2489 Vec = Builder.CreateInsertElement(Vec, SrcVal, Dst.getVectorIdx(), in EmitStoreThroughLValue()
|