Home
last modified time | relevance | path

Searched refs:conc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregcomp.c398 sopno conc; in p_ere() local
403 conc = HERE(); in p_ere()
406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
412 INSERT(OCH_, conc); /* offset is wrong */ in p_ere()
413 prevfwd = conc; in p_ere()
414 prevback = conc; in p_ere()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp736 matchAndRewrite(fir::ConstcOp conc, OpAdaptor, in matchAndRewrite()
738 mlir::Location loc = conc.getLoc(); in matchAndRewrite()
739 mlir::MLIRContext *ctx = conc.getContext(); in matchAndRewrite()
740 mlir::Type ty = convertType(conc.getType()); in matchAndRewrite()
741 mlir::Type ety = convertType(getComplexEleTy(conc.getType())); in matchAndRewrite()
742 auto realFloatAttr = mlir::FloatAttr::get(ety, getValue(conc.getReal())); in matchAndRewrite()
745 auto imFloatAttr = mlir::FloatAttr::get(ety, getValue(conc.getImaginary())); in matchAndRewrite()
753 rewriter.replaceOpWithNewOp<mlir::LLVM::InsertValueOp>(conc, ty, setReal, in matchAndRewrite()