Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h358 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2129 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/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.cpp1052 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1862 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2343 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4391 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp5938 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h284 !getExpression()->isComplex()) || in isKillLocation()
H A DDebugInfoMetadata.h2795 bool isComplex() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1256 if (VariableSizeInBits != ValueSizeInBits || Expr->isComplex()) in emitLoc()
1283 } else if (Expr->isComplex() || Properties.IsVariadic) { in emitLoc()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1425 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6335 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()