/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 24 IsConstant, enumerator 83 KIND(LVSymbolKind, IsConstant);
|
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MDBuilder.h | 225 uint64_t Offset, bool IsConstant = false);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 320 bool IsConstant = false; in addExpr() local 323 IsConstant = true; in addExpr() 327 if (IsConstant) in addExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 131 bool IsConstant; member 395 bool isConstant(MCRegister RegNo) const { return get(RegNo).IsConstant; } in isConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 277 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode() argument 280 if (IsConstant) { in createTBAAStructTagNode()
|
H A D | AsmWriter.cpp | 2066 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange() local 2076 assert(IsConstant(Bound) && "Expected constant"); in writeDIGenericSubrange() 2082 if (IsConstant(Count)) in writeDIGenericSubrange() 2089 if (IsConstant(LBound)) in writeDIGenericSubrange() 2096 if (IsConstant(UBound)) in writeDIGenericSubrange() 2103 if (IsConstant(Stride)) in writeDIGenericSubrange()
|
H A D | Core.cpp | 2274 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) { in LLVMSetGlobalConstant() argument 2275 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0); in LLVMSetGlobalConstant()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 280 bool IsConstant() const { return !m_mod_id.IsValid(); } in IsConstant() function 764 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); } in GetIsConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 57 {LVSymbolKind::IsConstant, &LVSymbol::getIsConstant},
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 493 IsConstant = 1 << 0, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 376 clEnumValN(LVSymbolKind::IsConstant, "Constant", "Constant."),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2072 auto IsConstant = [](const SDValue &V) { in LowerBUILD_VECTOR() local 2152 if (IsConstant(Lane)) in LowerBUILD_VECTOR() 2248 if (IsConstant(Lane)) { in LowerBUILD_VECTOR() 2274 IsLaneConstructed = [&IsConstant](size_t _, const SDValue &Lane) { in LowerBUILD_VECTOR() 2275 return IsConstant(Lane); in LowerBUILD_VECTOR()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 256 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 355 bool parseGlobalType(bool &IsConstant);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 56 PUSH_FLAG(ExportFlags, IsConstant, Flags, "constant"); in formatExportFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 768 bool LLParser::parseGlobalType(bool &IsConstant) { in parseGlobalType() argument 770 IsConstant = true; in parseGlobalType() 772 IsConstant = false; in parseGlobalType() 774 IsConstant = false; in parseGlobalType() 1370 bool IsConstant, IsExternallyInitialized; in parseGlobal() local 1379 parseGlobalType(IsConstant) || parseType(Ty, TyLoc)) in parseGlobal() 1429 GV->setConstant(IsConstant); in parseGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1205 bool IsConstant = evaluateConstantImm(Expr, Imm, VK); in addExpr() local 1207 if (IsConstant) in addExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 2652 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3343 bool IsConstant = isa<llvm::Constant>(Src); in EmitNonNullMemberPointerConversion() local 3417 if (IsConstant) { in EmitNonNullMemberPointerConversion()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2633 auto &&IsConstant = [](const SDValue &N) { in SplitVecRes_VECTOR_SHUFFLE() 2870 auto &&MakeUniqueInputs = [&Inputs, &IsConstant, in SplitVecRes_VECTOR_SHUFFLE() 2875 if (IsConstant(I)) in SplitVecRes_VECTOR_SHUFFLE()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1714 bool IsConstant = Type.isConstant(Context); in isConstNotMutableType() local 1724 return IsConstant && !(SemaRef.getLangOpts().CPlusPlus && RD && in isConstNotMutableType() 9793 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop() local 9795 if (!IsConstant) { in checkOpenMPLoop() 17300 bool IsConstant = ElemType.isConstant(getASTContext()); in ActOnOpenMPFirstprivateClause() local 17330 if (!(IsConstant || (VD && VD->isStaticDataMember())) && !DVar.RefExpr && in ActOnOpenMPFirstprivateClause()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 4157 bool IsConstant = BaseType.isConstant(Info.Ctx); in findCompleteObject() local 4185 if (!IsConstant) { in findCompleteObject() 4198 } else if (IsConstant && Info.checkingPotentialConstantExpression() && in findCompleteObject() 4201 } else if (IsConstant) { in findCompleteObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 298 bool IsConstant = Op1Constant || Op2Constant; in getArithmeticInstrCost() local 300 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()
|