Home
last modified time | relevance | path

Searched defs:isInit (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1475 bool isInit) { in EmitComplexExprIntoLValue() argument
1485 bool isInit) { in EmitStoreOfComplex() argument
458 EmitStoreOfComplex(ComplexPairTy Val,LValue lvalue,bool isInit) EmitStoreOfComplex() argument
[all...]
H A DCGAtomic.cpp1930 EmitAtomicStore(RValue rvalue,LValue lvalue,bool isInit) EmitAtomicStore() argument
1949 EmitAtomicStore(RValue rvalue,LValue dest,llvm::AtomicOrdering AO,bool IsVolatile,bool isInit) EmitAtomicStore() argument
H A DCGExpr.cpp2075 EmitStoreOfMatrixScalar(llvm::Value * value,LValue lvalue,bool isInit,CodeGenFunction & CGF) EmitStoreOfMatrixScalar() argument
2087 EmitStoreOfScalar(llvm::Value * Value,Address Addr,bool Volatile,QualType Ty,LValueBaseInfo BaseInfo,TBAAAccessInfo TBAAInfo,bool isInit,bool isNontemporal) EmitStoreOfScalar() argument
2140 EmitStoreOfScalar(llvm::Value * value,LValue lvalue,bool isInit) EmitStoreOfScalar() argument
2356 EmitStoreThroughLValue(RValue Src,LValue Dst,bool isInit) EmitStoreThroughLValue() argument
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp320 bool isInit = op.isInitTensor(lhs); in genBuffers() local