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/
DHexagonInstrInfo.h358 bool isComplex(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2129 bool HexagonInstrInfo::isComplex(const MachineInstr &MI) const { in isComplex() function in HexagonInstrInfo
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGValue.h55 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
DCGCleanup.cpp50 if (rv.isComplex()) { in save()
DCGExprAgg.cpp1052 assert(RV.isComplex()); in VisitBinCmp()
DCGAtomic.cpp1862 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
DCGClass.cpp2343 assert(!RV.isComplex() && "complex indirect params not supported"); in EmitInlinedInheritingCXXConstructorCall()
DCGCall.cpp4391 else if (!HasLV && RV.isComplex()) in copyInto()
DCGStmtOpenMP.cpp5938 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicInst.h284 !getExpression()->isComplex()) || in isKillLocation()
DDebugInfoMetadata.h2795 bool isComplex() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1443 if (!MI.isIndirectDebugValue() && !DIExpr->isComplex()) in replaceFrameIndexDebugInstr()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfoMetadata.cpp1425 bool DIExpression::isComplex() const { in isComplex() function in DIExpression
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp6335 if (!DVIRec.Expr->isComplex() && SalvageExpr->isComplex()) { in UpdateDbgValueInst()