Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h349 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2043 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
H A DCGCleanup.cpp50 if (rv.isComplex()) { in save()
H A DCGExprAgg.cpp1031 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1808 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2274 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4258 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp5370 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h249 !getExpression()->isComplex()) || in isUndef()
H A DDebugInfoMetadata.h2743 bool isComplex() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1252 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndices()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1186 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2572 if (Expr && Expr->isComplex()) in salvageDebugInfo()