| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslAst.cpp | 261 Payload->IsParallel; in astBuildBeforeFor() 287 Payload->IsInnermost && (BuildInfo->InSIMD || Payload->IsParallel); in astBuildAfterFor() 569 return Payload; in getNodePayload() 574 return Payload && Payload->IsInnermost; in isInnermost() 584 return Payload && Payload->IsInnermostParallel; in isInnermostParallel() 589 return Payload && Payload->IsOutermostParallel; in isOutermostParallel() 594 return Payload && Payload->IsReductionParallel; in isReductionParallel() 618 return Payload ? Payload->Build.get_schedule() : isl::union_map(); in getSchedule() 624 return Payload ? Payload->MinimalDependenceDistance : isl::pw_aff(); in getMinimalDependenceDistance() 630 return Payload ? &Payload->BrokenReductions : nullptr; in getBrokenReductions() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/wasm/ |
| H A D | embedded-debug-sections.yaml | 124 Payload: 4C00 127 Payload: 0111 130 Payload: 5100 133 Payload: 636CFF 136 Payload: DEADBEEF 139 Payload: DEADBEEF 142 Payload: DEADBEEF 145 Payload: DEADBEEF 148 Payload: DEADBEEF 151 Payload: DEADBEEF [all …]
|
| H A D | stripped-debug-sections.yaml | 44 Payload: 4C00 47 Payload: 0111 50 Payload: 5100 53 Payload: 636CFF
|
| H A D | unified-debug-sections.yaml | 65 Payload: 0D746573745F73796D2E7761736D # test_sym.wasm 77 Payload: 4C00 80 Payload: 0111 83 Payload: 5100 86 Payload: 636CFF
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| H A D | sort_pred.pass.cpp | 26 struct Payload struct 30 Payload(int v) : val(v), side(0) {} in Payload() argument 31 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 32 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument 35 bool greater(const Payload &lhs, const Payload &rhs) { return lhs.val > rhs.val; } in greater() 39 typedef Payload T; in test_stable() 44 v.push_back(Payload(i/2)); in test_stable()
|
| H A D | sort.pass.cpp | 42 struct Payload struct 46 Payload(int v) : val(v), side(0) {} in Payload() argument 47 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument 54 typedef Payload T; in test_stable() 59 v.push_back(Payload(i/2)); in test_stable()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.ops/ |
| H A D | sort_comp.pass.cpp | 42 struct Payload struct 46 Payload(int v) : val(v), side(0) {} in Payload() argument 47 Payload(int v, int s) : val(v), side(s) {} in Payload() function 48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument 51 bool greater(const Payload &lhs, const Payload &rhs) { return lhs.val > rhs.val; } in greater() 55 typedef Payload T; in test_stable() 60 v.push_back(Payload(i/2)); in test_stable()
|
| H A D | sort.pass.cpp | 24 struct Payload struct 28 Payload(int v) : val(v), side(0) {} in Payload() argument 29 Payload(int v, int s) : val(v), side(s) {} in Payload() function 30 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument 36 typedef Payload T; in test_stable() 41 v.push_back(Payload(i/2)); in test_stable()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | test_sym.yaml | 8 Payload: 4C00 11 Payload: 0111 14 Payload: 5100 17 Payload: 636CFF
|
| H A D | test_wasm_embedded_debug_sections.yaml | 15 Payload: 4C00 18 Payload: 0111 21 Payload: 5100 24 Payload: 636CFF
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/ |
| H A D | PostingList.cpp | 130 bool encodeVByte(DocID Delta, llvm::MutableArrayRef<uint8_t> &Payload) { in encodeVByte() argument 135 if (Width > Payload.size()) in encodeVByte() 141 Payload.front() = Delta ? Encoding | 0x80 : Encoding; in encodeVByte() 142 Payload = Payload.drop_front(); in encodeVByte() 171 llvm::MutableArrayRef<uint8_t> RemainingPayload = Result.back().Payload; in encodeStream() 176 RemainingPayload = Result.back().Payload; in encodeStream() 205 llvm::ArrayRef<uint8_t> Bytes(Payload); in decompress()
|
| H A D | Dex.h | 53 typename Payload> 55 Payload &&BackingData, size_t BackingDataSize) in Dex() 59 std::make_shared<Payload>(std::move(BackingData)), nullptr); in Dex() 64 typename FileRange, typename Payload> 66 FileRange &&Files, IndexContents IdxContents, Payload &&BackingData, in Dex() 70 std::forward<Payload>(BackingData), BackingDataSize) { in Dex()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/ |
| H A D | Token.h | 133 explicit TokenStream(std::shared_ptr<void> Payload = nullptr); 176 std::shared_ptr<void> getPayload() const { return Payload; } in getPayload() 179 if (!Payload) in addPayload() 180 Payload = std::move(P); in addPayload() 182 Payload = std::make_shared< in addPayload() 184 std::move(P), std::move(Payload)); in addPayload() 193 std::shared_ptr<void> Payload;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformEffects.td | 21 // Effects on the mapping between Transform IR values and Payload IR ops. 25 // and Payload IR operations. 46 // Effects on Payload IR. 49 // Side effect resource corresponding to the Payload IR itself. 52 // Corresponds to the read-only access to the Payload IR through some operation 56 // Corresponds to the mutation of the Payload IR through an operation handle in 58 // operations (only a complete overwrite of the root op of the Payload IR is a
|
| H A D | TransformOps.td | 144 from above ancestor of the Payload IR operations associated with its 170 operations as the operand handles. The Payload IR operations are listed 172 handle, e.g., all Payload IR operations associated with the first handle 174 and so on. If `deduplicate` is set, do not add the given Payload IR 190 Find Payload IR ops nested within the Payload IR op associated with the 194 Produces a Transform IR value associated with the list of Payload IR ops 197 If the operand is associated with multiple Payload IR ops, finds matching 207 Arg<PDL_Operation, "Payload IR scope to match within", 211 Res<PDL_Operation, "Handle to the matched Payload IR ops", 301 Payload IR operations that match the pattern as follows: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | MemIndex.h | 37 typename Payload> 39 Payload &&BackingData, size_t BackingDataSize) in MemIndex() 44 std::make_shared<Payload>(std::move(BackingData)), nullptr); in MemIndex() 49 typename FileRange, typename Payload> 51 FileRange &&Files, IndexContents IdxContents, Payload &&BackingData, in MemIndex() 56 std::forward<Payload>(BackingData), BackingDataSize) { in MemIndex()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Error.h | 197 setPtr(Payload.release()); in Error() 274 return Payload; in getPtr() 280 Payload = reinterpret_cast<ErrorInfoBase*>( in setPtr() 285 Payload = EI; in setPtr() 299 Payload = reinterpret_cast<ErrorInfoBase*>( in setChecked() 321 ErrorInfoBase *Payload = nullptr; variable 404 for (auto &Payload : E2List.Payloads) in join() 923 return Error(std::move(Payload)); in handleErrorImpl() 932 return handleErrorImpl(std::move(Payload), in handleErrorImpl() 949 if (Payload->isA<ErrorList>()) { in handleErrors() [all …]
|
| H A D | OnDiskHashTable.h | 432 const unsigned char *Payload; variable 494 const unsigned char *Payload, 498 Payload(Payload) {} in base_type() 538 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in key_begin() 581 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin() 603 Create(const unsigned char *Buckets, const unsigned char *const Payload, 610 Buckets, Payload, Base, InfoObj);
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local 59 Payload = llvm::APInt::getSplat(BitWidth, Payload); in initializationPatternFor() 60 return llvm::ConstantFP::getQNaN(Ty, NegativeNaN, &Payload); in initializationPatternFor()
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | section-symbol-relocs.yaml | 12 Payload: 'AA0000000000000000' 22 Payload: 'BB0000000000000000' 38 # CHECK-NEXT: Payload: 626172717578AA0600000003000000 40 # CHECK-NEXT: Payload: 666F6FBB0000000000000000
|
| H A D | custom-sections.ll | 19 ; CHECK-NEXT: Payload: '626172717578' 22 ; CHECK-NEXT: Payload: 6578747261666F6F
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationTest.cpp | 53 llvm::StringLiteral Payload; in TEST_F() member 64 SCOPED_TRACE(Test.Packet + " -> " + Test.Payload); in TEST_F() 68 ASSERT_EQ(Test.Payload, response.GetStringRef()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/ |
| H A D | custom_section.yaml | 8 Payload: '0401020304' 16 # CHECK: Payload: '0401020304'
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 132 class Payload { 134 virtual ~Payload(); 229 explicit VariantMatcher(std::shared_ptr<Payload> Value) in VariantMatcher() 237 std::shared_ptr<const Payload> Value;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/wasm/ |
| H A D | only-keep-debug.test | 45 Payload: CAFE1234 56 Payload: DEADBEEF 59 Payload: CAFE
|