Home
last modified time | relevance | path

Searched refs:Full (Results 1 – 25 of 171) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp599 EXPECT_EQ(Full.unionWith(Full), Full); in TEST_F()
697 EXPECT_EQ(Full.add(Full), Full); in TEST_F()
885 EXPECT_EQ(Full.sub(Full), Full); in TEST_F()
1018 EXPECT_EQ(Full.umax(Full), Full); in TEST_F()
1045 EXPECT_EQ(Full.smax(Full), Full); in TEST_F()
1075 EXPECT_EQ(Full.umin(Full), Full); in TEST_F()
1101 EXPECT_EQ(Full.smin(Full), Full); in TEST_F()
1130 EXPECT_EQ(Full.udiv(Full), Full); in TEST_F()
1337 EXPECT_EQ(Full.shl(Full), Full); in TEST_F()
1376 EXPECT_EQ(Full.lshr(Full), Full); in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h21 explicit TagRecordHash(codeview::ClassRecord CR, uint32_t Full, in TagRecordHash()
23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash()
27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash()
29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash()
33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash()
35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.h59 class Full : public Matcher {
61 Full(ConstString n);
62 ~Full() override = default;
70 MatcherUP GetFullMatch(ConstString n) { return std::make_unique<Full>(n); } in GetFullMatch()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCallingConvLower.cpp89 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeFormalArguments()
102 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in CheckReturn()
116 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeReturn()
129 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands()
147 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands()
164 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { in AnalyzeCallResult()
176 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) { in AnalyzeCallResult()
213 if (Fn(0, VT, VT, CCValAssign::Full, Flags, *this)) { in getRemainingRegParmsForType()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp97 m_sve_state = SVEState::Full; in ConfigureRegisterContext()
118 } else if (m_sve_state == SVEState::Full) { in CalculateSVEOffset()
163 if (m_sve_state == SVEState::Full) in ReadRegister()
169 if (m_sve_state == SVEState::Full) in ReadRegister()
210 case SVEState::Full: in ReadRegister()
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dbuildflags.gni33 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.
36 # Debug info symbol level. 0: No symbols; 1: Line numbers; 2: Full symbols.
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h127 Full = Control | Integer | Segments, enumerator
128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
H A DRegisterContextMinidump_x86_64.h172 Full = Control | Integer | FloatingPoint, enumerator
173 All = Full | Segments | DebugRegisters,
/llvm-project-15.0.7/polly/lib/Transform/
H A DManualOptimizer.cpp101 bool Full = getBooleanLoopAttribute(LoopMD, "llvm.loop.unroll.full"); in applyLoopUnroll() local
102 assert((!Full || !(Factor > 0)) && in applyLoopUnroll()
105 if (Full) in applyLoopUnroll()
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dconstant-fold.mlir35 // Full folding will remove the operation entirely.
56 // Full folding will remove the operation entirely.
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp207 if (m_sve_state == SVEState::Full) in ReadRegister()
213 if (m_sve_state == SVEState::Full) in ReadRegister()
341 if (m_sve_state == SVEState::Full) in WriteRegister()
347 if (m_sve_state == SVEState::Full) in WriteRegister()
925 m_sve_state = SVEState::Full; in ConfigureRegisterContext()
952 } else if (m_sve_state == SVEState::Full) { in CalculateSVEOffset()
964 if (m_sve_state == SVEState::FPSIMD || m_sve_state == SVEState::Full) in GetExpeditedRegisters()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.cpp88 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createPartialUnrollMetadata()
386 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createFullUnrollMetadata()
535 case LoopAttributes::Full: in finish()
536 BeforeJam.UnrollEnable = LoopAttributes::Full; in finish()
724 case LoopHintAttr::Full: in push()
727 setUnrollState(LoopAttributes::Full); in push()
730 setUnrollAndJamState(LoopAttributes::Full); in push()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDebugInfoOptions.h58 Full, enumerator
/llvm-project-15.0.7/llvm/test/Demangle/
H A Ddlang.test3 ; Full test suite for dlang demangling at
/llvm-project-15.0.7/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp65 Full // Report for every known-to-TLI function. enumerator
286 .Case("full", ReportKind::Full) in main()
328 TLIHas == SDKHas ? ReportKind::Full : ReportKind::Discrepancy; in main()
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h40 Full, enumerator
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dstrip-broken-debuginfo.ll2 ; ---- Full LTO ---------------------------------------------
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp314 SourceRange Full(SM.getExpansionLoc(D->getBeginLoc()), getLocForEndOfDecl(D)); in getFullRange() local
317 if (SM.isBeforeInTranslationUnit(Full.getEnd(), Comment->getEndLoc())) in getFullRange()
318 Full.setEnd(Comment->getEndLoc()); in getFullRange()
321 if (SM.isBeforeInTranslationUnit(Comment->getBeginLoc(), Full.getBegin())) in getFullRange()
322 Full.setBegin(Comment->getBeginLoc()); in getFullRange()
325 return CharSourceRange::getCharRange(Full); in getFullRange()
/llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/
H A Dunroll_full.ll3 ; Full unroll of a loop with 5 iterations.
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h44 enum class UnitKind { Skeleton, Full }; enumerator
114 UnitKind Kind = UnitKind::Full);
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dmemcpy-complete-overwrite.ll59 ;; Full overwrite of smaller memcpy.
70 ;; Full overwrite of smaller memcpy.
81 ;; Full overwrite of smaller memory where overwrite has stronger atomicity
92 ;; Full overwrite of smaller memory where overwrite has weaker atomicity.
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DPostDominators.cpp83 assert(DT.verify(PostDominatorTree::VerificationLevel::Full)); in verifyAnalysis()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp439 type_resolve_state = Type::ResolveState::Full; in CreateLLDBTypeFromPDBType()
533 ast_enum, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
583 lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
661 lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
698 decl, array_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
727 builtin_ast_type, lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
783 lldb_private::Type::ResolveState::Full); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT4.rst30 Full Code Listing
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator

1234567