Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h359 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2131 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h65 bool isComplex() const { return Flavor == Complex; }
H A DCGCleanup.cpp43 if (rv.isComplex()) { in save()
H A DCGExprAgg.cpp1069 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1758 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2344 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4643 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp6042 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp370 (getNumVariableLocationOps() == 0 && !getExpression()->isComplex()) || in isKillLocation()
H A DDebugInfoMetadata.cpp1536 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1410 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndexDebugInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h272 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
H A DDebugInfoMetadata.h2915 bool isComplex() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1286 if (VariableSizeInBits != ValueSizeInBits || Expr->isComplex()) in emitLoc()
1313 } else if (Expr->isComplex() || Properties.IsVariadic) { in emitLoc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6763 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()