Home
last modified time | relevance | path

Searched refs:IsConstant (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h24 IsConstant, enumerator
83 KIND(LVSymbolKind, IsConstant);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp306 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 DRISCVVIntrinsicUtils.cpp214 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 DRISCVVIntrinsicUtils.h261 bool IsConstant = false; variable
316 bool isConstant() const { return IsConstant; } in isConstant()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h210 uint64_t Offset, bool IsConstant = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp263 uint64_t Offset, bool IsConstant) { in createTBAAStructTagNode() argument
266 if (IsConstant) { in createTBAAStructTagNode()
H A DAsmWriter.cpp1989 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 DCore.cpp2147 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 DValueObject.h280 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 DLVSymbol.cpp57 {LVSymbolKind::IsConstant, &LVSymbol::getIsConstant},
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h486 IsConstant = 1 << 0, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp376 clEnumValN(LVSymbolKind::IsConstant, "Constant", "Constant."),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2055 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 DEnumTables.cpp253 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h346 bool parseGlobalType(bool &IsConstant);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp691 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 DMinimalSymbolDumper.cpp56 PUSH_FLAG(ExportFlags, IsConstant, Flags, "constant"); in formatExportFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6546 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 DRISCVAsmParser.cpp1175 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 DCore.h2486 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3330 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 DLegalizeVectorTypes.cpp2459 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 DExprConstant.cpp4129 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 DSemaOpenMP.cpp1709 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 DX86TargetTransformInfo.cpp272 bool IsConstant = Op1Constant || Op2Constant; in getArithmeticInstrCost() local
274 if (IsConstant || IsZeroExtended || IsSext) in getArithmeticInstrCost()

12