Searched defs:true (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1789 MSSAU->insertDef(cast<MemoryDef>(NewMemAcc), true); variable
[all...]
H A DLoopIdiomRecognize.cpp985 MSSAU->insertDef(cast<MemoryDef>(NewMemAcc), true); local
1155 MSSAU->insertDef(cast<MemoryDef>(NewMemAcc), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp101 handleMergeWriterError(Error E, StringRef WhenceFile = �, StringRef WhenceFunction = �, bool ShowHint = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp380 DefCFAOffsetCandidates.addInst(std::prev(MBBI), ArgRegsSaveSize, true); local
389 NumBytes - ArgRegsSaveSize, true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp144 SmallVector<Node*,8> nodesWith(int32_t P, bool CheckAlign = true) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1223 directory_entry(const Twine &Path, bool FollowSymlinks = true, file_type Type = file_type::type_unknown, basic_file_status Status = basic_file_status()) argument
1285 directory_iterator(const Twine &path, std::error_code &ec, bool follow_symlinks = true) argument
1294 directory_iterator(const directory_entry &de, std::error_code &ec, bool follow_symlinks = true) argument
1348 recursive_directory_iterator(const Twine &path, std::error_code &ec, bool follow_symlinks = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1145 insertUse(cast<MemoryUse>(What), /*RenameUses=*/true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h763 setHasSpilledSGPRs(bool Spill = true) argument
771 setHasSpilledVGPRs(bool Spill = true) argument
779 setHasNonSpillStackObjects(bool StackObject = true) argument
787 setIsStackRealigned(bool Realigned = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1816 target_sp->GetImages().FindFunctions(RegularExpression(name_ref), true, local
1817 true, *sb_sc_list); local
1821 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, local
1822 true, *sb_sc_list); local
1826 ConstString(name), eFunctionNameTypeAny, true, true, *sb_sc_list); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1301 /*IsLambdaConversionToBlock*/ false, /*BuildGlobalBlock*/ true); local
[all...]
H A DCGDecl.cpp756 EmitStoreThroughLValue(RValue::get(value), lvalue, true); local
[all...]
H A DCGExprConstant.cpp249 OffsetInChars, /*AllowOverwrite*/ true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp321 MakeInputArg(DerivedArgList &Args, const OptTable &Opts, StringRef Value, bool Claim = true) argument
1494 C.getJobs().Print(llvm::errs(), "\\n", true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2270 func_name.SetValue(ConstString(mangled), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h374 getImpl(LLVMContext &Context, const APInt &Value, bool IsUnsigned, StringRef Name, StorageType Storage, bool ShouldCreate = true) argument
522 getImpl(LLVMContext &Context, StringRef Filename, StringRef Directory, Optional<ChecksumInfo<StringRef>> CS, Optional<StringRef> Source, StorageType Storage, bool ShouldCreate = true) argument
726 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, uint64_t SizeInBits, uint32_t AlignInBits, unsigned Encoding, DIFlags Flags, StorageType Storage, bool ShouldCreate = true) argument
797 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, unsigned Line, DIScope *Scope, DIType *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Optional<unsigned> DWARFAddressSpace, DIFlags Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate = true) argument
939 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, unsigned Line, DIScope *Scope, DIType *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, DINodeArray Elements, unsigned RuntimeLang, DIType *VTableHolder, DITemplateParameterArray TemplateParams, StringRef Identifier, DIDerivedType *Discriminator, Metadata *DataLocation, StorageType Storage, bool ShouldCreate = true) argument
1109 getImpl(LLVMContext &Context, DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray, StorageType Storage, bool ShouldCreate = true) argument
1200 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, DICompositeTypeArray EnumTypes, DIScopeArray RetainedTypes, DIGlobalVariableExpressionArray GlobalVariables, DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK, StorageType Storage, bool ShouldCreate = true) argument
1405 getImpl(LLVMContext &Context, unsigned Line, unsigned Column, DILocalScope *Scope, DILocation *InlinedAt, bool ImplicitCode, StorageType Storage, bool ShouldCreate = true) argument
[all...]
H A DInstructions.h1632 setTailCall(bool IsTc = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1557 EnterTokenStream(std::move(Tok), 1, true, /*IsReinject*/ false); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1426 /*AtParameterName=*/true, local
2346 getCurScope(), atLoc, propertyLoc, true, local
3198 /*AtArgumentExpression=*/true); local
3202 /*AtArgumentExpression=*/true); local
3206 /*AtArgumentExpression=*/true); local
[all...]
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c1773 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) local
1776 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) local
1782 UNLOCK_RETURN(tsd_tsdn(tsd), true, true) local
2575 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); local
2594 true); local
2625 rtree_ctx, (uintptr_t)ptr, true, &dbg_ctx.szind, local
2633 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); local
2650 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, true); local
2683 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); local
3244 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); local
3394 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h564 void setImplicit(bool I = true) { Implicit = I; } argument
593 void setReferenced(bool R = true) { Referenced = R; } argument
602 void setTopLevelDeclInObjCContainer(bool V = true) { argument
[all...]
H A DFormatString.h192 ConversionSpecifier(bool isPrintf = true) argument
337 OptionalAmount(bool valid = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1296 destroy(bool RunDestructors = true) argument
[all...]
H A DItaniumMangle.cpp1660 manglePrefix(getEffectiveDeclContext(BD), true /*NoFunction*/); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp477 MI->print(errs(), /*SkipOpers=*/true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp480 HexagonMCChecker Check(getContext(), MII, STI, MCB, *RI, true); local
[all...]

Completed in 355 milliseconds

1234567891011>>