Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h359 bool isComplex(const MachineInstr &MI) const;
HDHexagonInstrInfo.cpp2131 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGValue.h65 bool isComplex() const { return Flavor == Complex; }
HDCGCleanup.cpp43 if (rv.isComplex()) { in save()
HDCGExprAgg.cpp1069 assert(RV.isComplex()); in VisitBinCmp()
HDCGAtomic.cpp1758 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
HDCGClass.cpp2344 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
HDCGCall.cpp4643 else if (!HasLV && RV.isComplex()) in copyInto()
HDCGStmtOpenMP.cpp6042 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugProgramInstruction.cpp370 (getNumVariableLocationOps() == 0 && !getExpression()->isComplex()) || in isKillLocation()
HDDebugInfoMetadata.cpp1536 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPrologEpilogInserter.cpp1410 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndexDebugInstr()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h272 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
HDDebugInfoMetadata.h2915 bool isComplex() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.cpp1286 if (VariableSizeInBits != ValueSizeInBits || Expr->isComplex()) in emitLoc()
1313 } else if (Expr->isComplex() || Properties.IsVariadic) { in emitLoc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp6763 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()