Searched defs:isInit (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 1475 bool isInit) { in EmitComplexExprIntoLValue() argument 1485 bool isInit) { in EmitStoreOfComplex() argument 458 EmitStoreOfComplex(ComplexPairTy Val,LValue lvalue,bool isInit) EmitStoreOfComplex() argument [all...] |
H A D | CGAtomic.cpp | 1930 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 D | CGExpr.cpp | 2075 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 D | Sparsification.cpp | 320 bool isInit = op.isInitTensor(lhs); in genBuffers() local
|