| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 24 IsConstant, enumerator 83 KIND(LVSymbolKind, IsConstant);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 306 bool IsConstant = false; in addExpr() local 309 IsConstant = true; in addExpr() 313 if (IsConstant) in addExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 214 if (IsConstant) in initBuiltinStr() 262 if (IsConstant) in initTypeStr() 845 IsConstant = true; in applyModifier() 849 IsConstant = true; in applyModifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 261 bool IsConstant = false; variable 316 bool isConstant() const { return IsConstant; } in isConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MDBuilder.h | 210 uint64_t Offset, bool IsConstant = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 263 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode() argument 266 if (IsConstant) { in createTBAAStructTagNode()
|
| H A D | AsmWriter.cpp | 1989 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange() local 1999 assert(IsConstant(Bound) && "Expected constant"); in writeDIGenericSubrange() 2005 if (IsConstant(Count)) in writeDIGenericSubrange() 2012 if (IsConstant(LBound)) in writeDIGenericSubrange() 2019 if (IsConstant(UBound)) in writeDIGenericSubrange() 2026 if (IsConstant(Stride)) in writeDIGenericSubrange()
|
| H A D | Core.cpp | 2147 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) { in LLVMSetGlobalConstant() argument 2148 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0); in LLVMSetGlobalConstant()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 280 bool IsConstant() const { return !m_mod_id.IsValid(); } in IsConstant() function 682 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 57 {LVSymbolKind::IsConstant, &LVSymbol::getIsConstant},
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 486 IsConstant = 1 << 0, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 376 clEnumValN(LVSymbolKind::IsConstant, "Constant", "Constant."),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2055 auto IsConstant = [](const SDValue &V) { in LowerBUILD_VECTOR() local 2135 if (IsConstant(Lane)) in LowerBUILD_VECTOR() 2231 if (IsConstant(Lane)) { in LowerBUILD_VECTOR() 2257 IsLaneConstructed = [&IsConstant](size_t _, const SDValue &Lane) { in LowerBUILD_VECTOR() 2258 return IsConstant(Lane); in LowerBUILD_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 253 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 346 bool parseGlobalType(bool &IsConstant);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 691 bool LLParser::parseGlobalType(bool &IsConstant) { in parseGlobalType() argument 693 IsConstant = true; in parseGlobalType() 695 IsConstant = false; in parseGlobalType() 697 IsConstant = false; in parseGlobalType() 1291 bool IsConstant, IsExternallyInitialized; in parseGlobal() local 1300 parseGlobalType(IsConstant) || parseType(Ty, TyLoc)) in parseGlobal() 1345 GV->setConstant(IsConstant); in parseGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 56 PUSH_FLAG(ExportFlags, IsConstant, Flags, "constant"); in formatExportFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6546 const bool IsConstant = all_of(Ops, [](Value *V) { in getOperandInfo() local 6568 if (IsConstant && IsUniform) in getOperandInfo() 6570 else if (IsConstant) in getOperandInfo() 14022 if (IsConstant) in createOp() 14028 if (IsConstant) in createOp() 14034 if (IsConstant) in createOp() 14040 if (IsConstant) in createOp() 14046 if (IsConstant || UseSelect) { in createOp() 14052 if (IsConstant || UseSelect) { in createOp() 14058 if (IsConstant || UseSelect) { in createOp() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1175 bool IsConstant = evaluateConstantImm(Expr, Imm, VK); in addExpr() local 1177 if (IsConstant) in addExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 2486 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3330 bool IsConstant = isa<llvm::Constant>(Src); in EmitNonNullMemberPointerConversion() local 3404 if (IsConstant) { in EmitNonNullMemberPointerConversion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2459 auto &&IsConstant = [](const SDValue &N) { in SplitVecRes_VECTOR_SHUFFLE() 2696 auto &&MakeUniqueInputs = [&Inputs, &IsConstant, in SplitVecRes_VECTOR_SHUFFLE() 2701 if (IsConstant(I)) in SplitVecRes_VECTOR_SHUFFLE()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4129 bool IsConstant = BaseType.isConstant(Info.Ctx); in findCompleteObject() local 4150 if (!IsConstant) { in findCompleteObject() 4163 } else if (IsConstant && Info.checkingPotentialConstantExpression() && in findCompleteObject() 4166 } else if (IsConstant) { in findCompleteObject()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1709 bool IsConstant = Type.isConstant(Context); in isConstNotMutableType() local 1719 return IsConstant && !(SemaRef.getLangOpts().CPlusPlus && RD && in isConstNotMutableType() 9948 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop() local 9950 if (!IsConstant) { in checkOpenMPLoop() 18503 bool IsConstant = ElemType.isConstant(Context); in ActOnOpenMPFirstprivateClause() local 18533 if (!(IsConstant || (VD && VD->isStaticDataMember())) && !DVar.RefExpr && in ActOnOpenMPFirstprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 272 bool IsConstant = Op1Constant || Op2Constant; in getArithmeticInstrCost() local 274 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()
|