Home
last modified time | relevance | path

Searched refs:getExtVectorElts (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGAtomic.cpp1191 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()
DCGValue.h353 llvm::Constant *getExtVectorElts() const { in getExtVectorElts() function
DCGExpr.cpp1521 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()