Searched refs:getPayload (Results 1 – 2 of 2) sorted by relevance
36 std::memcpy(VS->getPayload(), Canary, sizeof(Canary)); in CreatePayload()37 return VS->getPayload(); in CreatePayload()40 unsigned char *getPayload() { return Storage; } in getPayload() function in __anon8d9d85ba0111::ValueStorage41 const unsigned char *getPayload() const { return Storage; } in getPayload() function in __anon8d9d85ba0111::ValueStorage45 return Dummy.getPayload() - reinterpret_cast<unsigned char *>(&Dummy); in getPayloadOffset()64 (*Dtor)(getPayload() + Idx * Stride); in Release()74 return std::memcmp(getPayload(), Canary, sizeof(Canary)) != 0; in IsAlive()
309 Value *getPayload(Value *Val) const;648 auto AlignVectors::getPayload(Value *Val) const -> Value * { in getPayload() function in AlignVectors669 Type *ValTy = getPayload(Val)->getType(); in getMask()680 return UndefValue::get(getPayload(Val)->getType()); in getPassThrough()1289 Value *Pay = HVC.vbytes(Builder, getPayload(S->Seg.Val)); in realignLoadGroup()1299 Type *ValTy = getPayload(B.Seg.Val)->getType(); in realignLoadGroup()1342 Value *Pay = getPayload(S.Seg.Val); in realignStoreGroup()