Home
last modified time | relevance | path

Searched refs:Ignored (Results 1 – 25 of 66) sorted by last modified time

123

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21640 bool Ignored; in LowerFROUND() local
21642 Point5Pred.convert(Sem, APFloat::rmNearestTiesToEven, &Ignored); in LowerFROUND()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td622 bit Ignored = 0;
715 let Ignored = 1;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td102 // Ignored for GNU readelf compatibility.
103 def wide : FF<"wide", "Ignored for GNU readelf compatibility">;
104 def : F<"W", "Ignored for GNU readelf compatibility">, Alias<wide>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td230 HelpText<"Ignored for compatibility with GNU objdump">;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td4 : Eq<"binary-architecture", "Ignored for compatibility">;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1973 bool Ignored; in replacePowWithExp() local
2066 BaseR.convert(BaseF->getSemantics(), APFloat::rmTowardZero, &Ignored); in replacePowWithExp()
2072 NF->convertToInteger(NI, APFloat::rmTowardZero, &Ignored) == in replacePowWithExp()
2218 bool Ignored; in optimizePow() local
2290 ExpoF->convertToInteger(IntExpo, APFloat::rmTowardZero, &Ignored) == in optimizePow()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp720 SDValue Ignored(Hi.getNode(), 1); in ExpandADDSUB() local
1650 SDValue Ignored = DAG.getNode(XCoreISD::LMUL, dl, in PerformDAGCombine() local
1653 SDValue Result(Ignored.getNode(), 1); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2252 bool Ignored; in LowerHvxFpExtend() local
2253 FloatVal.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in LowerHvxFpExtend()
H A DHexagonLoopIdiomRecognition.cpp1985 SmallPtrSetImpl<Instruction *> &Ignored) { in mayLoopAccessLocation() argument
2005 if (Ignored.count(&I) == 0 && in mayLoopAccessLocation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1789 bool Ignored; in getConstantFP() local
1792 &Ignored); in getConstantFP()
6128 bool Ignored; in FoldConstantArithmetic() local
6136 APFloat::rmNearestTiesToEven, &Ignored); in FoldConstantArithmetic()
6205 bool Ignored; in FoldConstantArithmetic() local
6210 APFloat::rmNearestTiesToEven, &Ignored); in FoldConstantArithmetic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp639 bool Ignored; in getAPFloatFromSize() local
641 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in getAPFloatFromSize()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5856 bool Ignored; in convertValIDToValue() local
5859 &Ignored); in convertValIDToValue()
5862 &Ignored); in convertValIDToValue()
5865 &Ignored); in convertValIDToValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td818 /// Ignored by SelectionDAG, it always recomputes the predicate on every use.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp222 case DiagnosticsEngine::Level::Ignored: in HandleDiagnostic()
350 clang::diag::Severity::Ignored, SourceLocation()); in SetupDefaultClangDiagnostics()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td190 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;
422 HelpText<"Ignored for compatibility with GNU unless you pass --warn-backrefs">;
727 defm plugin: Eq<"plugin", "Ignored for compatibility with GNU linkers">;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc178 " dumping a 16T+ core file. Ignored on OSes that don't dump core by"
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4673 bool Ignored = Attr.getValueAsBit("Ignored"); in EmitClangAttrParsedAttrKinds() local
4674 if (SemaHandler || Ignored) { in EmitClangAttrParsedAttrKinds()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3842 bool Ignored; in VisitClassTemplateSpecializationDecl() local
3849 Ignored)) in VisitClassTemplateSpecializationDecl()
3966 bool Ignored; in VisitVarTemplateSpecializationDecl() local
3970 PrevDecl->getPointOfInstantiation(), Ignored)) in VisitVarTemplateSpecializationDecl()
H A DSemaTemplate.cpp8038 QualType Ignored; in BuildExpressionFromDeclTemplateArgument() local
8040 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
H A DSemaExpr.cpp10946 bool Ignored = false; in canConvertIntTyToFloatTy() local
10948 &Ignored); in canConvertIntTyToFloatTy()
H A DSemaChecking.cpp15189 Expr *Ignored = SourceExpr->IgnoreImplicit(); in adornObjCBoolConversionDiagWithTernaryFixit() local
15190 if (const auto *OVE = dyn_cast<OpaqueValueExpr>(Ignored)) in adornObjCBoolConversionDiagWithTernaryFixit()
15191 Ignored = OVE->getSourceExpr(); in adornObjCBoolConversionDiagWithTernaryFixit()
15192 bool NeedsParens = isa<AbstractConditionalOperator>(Ignored) || in adornObjCBoolConversionDiagWithTernaryFixit()
15193 isa<BinaryOperator>(Ignored) || in adornObjCBoolConversionDiagWithTernaryFixit()
15194 isa<CXXOperatorCallExpr>(Ignored); in adornObjCBoolConversionDiagWithTernaryFixit()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2700 PP.getDiagnostics().setSeverity(IgnoredDiag, diag::Severity::Ignored, in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1319 .Case("ignored", diag::Severity::Ignored) in HandlePragma()
1492 SV = diag::Severity::Ignored; in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp365 clang::diag::warn_unused_expr, diag::Severity::Ignored, SourceLocation()); in Parse()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp157 case DiagnosticsEngine::Ignored: in addDiagnosticLevelToRule()

123