Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h359 bool isComplex(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2130 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp248 !getExpression()->isComplex()) || in isKillLocation()
H A DDebugInfoMetadata.cpp1523 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/freebsd-14.2/contrib/llvm-project/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.cpp1055 assert(RV.isComplex()); in VisitBinCmp()
H A DCGAtomic.cpp1963 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
H A DCGClass.cpp2333 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
H A DCGCall.cpp4621 else if (!HasLV && RV.isComplex()) in copyInto()
H A DCGStmtOpenMP.cpp5988 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1423 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndexDebugInstr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h271 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
H A DDebugInfoMetadata.h2866 bool isComplex() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1256 if (VariableSizeInBits != ValueSizeInBits || Expr->isComplex()) in emitLoc()
1283 } else if (Expr->isComplex() || Properties.IsVariadic) { in emitLoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6461 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()