Home
last modified time | relevance | path

Searched refs:isComplex (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp552 bool isComplex = false; in getAttr() local
555 isComplex = true; in getAttr()
563 if (isComplex) { in getAttr()
577 if (isComplex) { in getAttr()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h357 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2122 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h55 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
H A DCGCleanup.cpp50 if (rv.isComplex()) { in save()
H A DCGExprAgg.cpp1034 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1862 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2302 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4341 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp5874 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp325 bool allComplex = isComplex(arg0) && isComplex(arg1); in buildBinaryFn()
471 bool isComplex(Value value) { return value.getType().isa<ComplexType>(); } in isComplex() function in __anon9c47bb970311::RegionBuilderHelper
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp906 if (VariableSizeInBits != ValueSizeInBits || Expr->isComplex()) in emitLoc()
935 } else if (Expr->isComplex()) { in emitLoc()
938 assert(Expr->isComplex()); in emitLoc()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h254 !getExpression()->isComplex()) || in isUndef()
H A DDebugInfoMetadata.h2742 bool isComplex() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1383 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndices()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1351 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6300 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()