Searched refs:getExtVectorElts (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGValue.h | 353 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
D | CGAtomic.cpp | 1191 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue() 1523 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue() 1527 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue() 1624 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
|
D | CGExpr.cpp | 1521 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue() 1556 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue() 1755 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue() 3232 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 371 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
|
D | CGAtomic.cpp | 1455 addr, LVal.getExtVectorElts(), LVal.getType(), in convertAtomicTempToRValue() 1790 UpdateLVal = LValue::MakeExtVectorElt(Ptr, AtomicLVal.getExtVectorElts(), in EmitAtomicUpdateValue() 1795 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue() 1890 DesiredAddr, AtomicLVal.getExtVectorElts(), AtomicLVal.getType(), in EmitAtomicUpdateValue()
|
D | CGExpr.cpp | 1994 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue() 2027 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue() 2253 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue() 4117 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr()
|