| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 599 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 D | TpiHashing.h | 21 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 D | NSDictionary.h | 59 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 D | CallingConvLower.cpp | 89 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 D | RegisterContextPOSIXCore_arm64.cpp | 97 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 D | buildflags.gni | 33 # 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 D | RegisterContextMinidump_x86_32.h | 127 Full = Control | Integer | Segments, enumerator 128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
|
| H A D | RegisterContextMinidump_x86_64.h | 172 Full = Control | Integer | FloatingPoint, enumerator 173 All = Full | Segments | DebugRegisters,
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ManualOptimizer.cpp | 101 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 D | constant-fold.mlir | 35 // 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 D | NativeRegisterContextLinux_arm64.cpp | 207 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 D | CGLoopInfo.cpp | 88 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 D | DebugInfoOptions.h | 58 Full, enumerator
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | dlang.test | 3 ; Full test suite for dlang demangling at
|
| /llvm-project-15.0.7/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 65 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 D | DependencyScanningService.h | 40 Full, enumerator
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | strip-broken-debuginfo.ll | 2 ; ---- Full LTO ---------------------------------------------
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 314 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 D | unroll_full.ll | 3 ; Full unroll of a loop with 5 iterations.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 44 enum class UnitKind { Skeleton, Full }; enumerator 114 UnitKind Kind = UnitKind::Full);
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | memcpy-complete-overwrite.ll | 59 ;; 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 D | PostDominators.cpp | 83 assert(DT.verify(PostDominatorTree::VerificationLevel::Full)); in verifyAnalysis()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 439 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 D | BuildingAJIT4.rst | 30 Full Code Listing
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfoPOSIX_arm64.h | 18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator
|