Searched refs:IsConstant (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h192 uint64_t Offset, bool IsConstant = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp238 uint64_t Offset, bool IsConstant) {
241 if (IsConstant) {
237 createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, uint64_t Offset, bool IsConstant) argument
H A DCore.cpp2157 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) {
2158 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h478 IsConstant = 1 << 0, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h281 bool IsConstant() const { return !m_mod_id.IsValid(); } function in class:lldb_private::ValueObject::EvaluationPoint
677 virtual bool GetIsConstant() const { return m_update_point.IsConstant(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp873 bool IsConstant = evaluateConstantImm(Expr, Imm, VK); local
875 if (IsConstant)
896 bool IsConstant = evaluateConstantImm(getImm(), Imm, VK); local
897 assert(IsConstant && "Expect constant value!");
898 (void)IsConstant;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp241 CV_ENUM_CLASS_ENT(ExportFlags, IsConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1441 auto IsConstant = [](const SDValue &V) { local
1504 if (IsConstant(Lane)) {
1542 if (IsConstant(Lane)) {
1552 return IsConstant(Lane);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h313 bool ParseGlobalType(bool &IsConstant);
H A DLLParser.cpp535 bool LLParser::ParseGlobalType(bool &IsConstant) { argument
537 IsConstant = true;
539 IsConstant = false;
541 IsConstant = false;
1060 bool IsConstant, IsExternallyInitialized; local
1069 ParseGlobalType(IsConstant) ||
1125 GV->setConstant(IsConstant);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1231 getLLVMLinkageVarDefinition(const VarDecl *VD, bool IsConstant);
H A DMicrosoftCXXABI.cpp3201 bool IsConstant = isa<llvm::Constant>(Src); local
3275 if (IsConstant) {
H A DCGExpr.cpp2583 bool IsConstant) {
2616 switch (CGF.CGM.getLLVMLinkageVarDefinition(VD, IsConstant)) {
2748 *VD, CGM.getLLVMLinkageVarDefinition(VD, /*IsConstant=*/false)),
2580 canEmitSpuriousReferenceToVariable(CodeGenFunction &CGF, const DeclRefExpr *E, const VarDecl *VD, bool IsConstant) argument
H A DCodeGenModule.cpp4360 const VarDecl *VD, bool IsConstant) {
4362 return getLLVMLinkageForDeclarator(VD, Linkage, IsConstant);
4359 getLLVMLinkageVarDefinition( const VarDecl *VD, bool IsConstant) argument
H A DCGOpenMPRuntime.cpp1357 createGlobalStruct(CodeGenModule &CGM, QualType Ty, bool IsConstant, argument
1366 Name, CGM.getContext().getAlignOfGlobalVarInChars(Ty), IsConstant,
2130 CGM.getModule(), Ty, /*IsConstant*/ false,
3053 CGM, getTgtOffloadEntryQTy(), /*IsConstant=*/true, Data,
9821 Linkage = CGM.getLLVMLinkageVarDefinition(VD, /*IsConstant=*/false);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp53 PUSH_FLAG(ExportFlags, IsConstant, Flags, "constant");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1524 bool IsConstant = Type.isConstant(Context);
1534 return IsConstant && !(SemaRef.getLangOpts().CPlusPlus && RD &&
6522 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context);
6525 IsConstant && Result.isSigned() && (Subtract != Result.isNegative());
6527 IsConstant && Result.isSigned() && (Subtract == Result.isNegative());
6528 bool IsConstZero = IsConstant && !Result.getBoolValue();
8235 bool IsConstant =
8238 if (!IsConstant) {
13927 bool IsConstant = ElemType.isConstant(Context);
13957 if (!(IsConstant || (V
[all...]
H A DSemaExpr.cpp5165 bool IsConstant = Step->isIntegerConstantExpr(Result, Context); local
5169 if (IsConstant && Result.isNullValue()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2309 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3827 bool IsConstant = BaseType.isConstQualified() ||
3848 if (!IsConstant) {
3861 } else if (IsConstant && Info.checkingPotentialConstantExpression() &&
3864 } else if (IsConstant) {

Completed in 433 milliseconds