Searched defs:payload (Results 1 – 5 of 5) sorted by relevance
19 Type::Type(GateType payload) : payload(payload) {} in Type()
29 …ALWAYS_INLINE inline AccVRegister(int64_t payload, int64_t mirror) : payload_(payload), mirror_(mi… in AccVRegister()
72 ALWAYS_INLINE inline explicit AccVRegisterTRef(AccVRegisterT *payload) in AccVRegisterTRef()
234 ALWAYS_INLINE inline explicit VRegisterRef(VRegT *payload) : payload_(payload) {} in VRegisterRef()394 ALWAYS_INLINE inline explicit StaticVRegisterRef(VRegister *payload, VRegister *mirror) in StaticVRegisterRef()501 ALWAYS_INLINE inline explicit DynamicVRegisterRef(VRegister *payload) : VRegisterRef(payload) {} in DynamicVRegisterRef()
33 std::unique_ptr<char []> payload = nullptr; member