Home
last modified time | relevance | path

Searched refs:getPayload (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp39 std::memcpy(VS->getPayload(), Canary, sizeof(Canary)); in CreatePayload()
40 return VS->getPayload(); in CreatePayload()
43 unsigned char *getPayload() { return Storage; } in getPayload() function in __anon81b87d8f0111::ValueStorage
44 const unsigned char *getPayload() const { return Storage; } in getPayload() function in __anon81b87d8f0111::ValueStorage
48 return Dummy.getPayload() - reinterpret_cast<unsigned char *>(&Dummy); in getPayloadOffset()
67 (*Dtor)(getPayload() + Idx * Stride); in Release()
77 return std::memcmp(getPayload(), Canary, sizeof(Canary)) != 0; in IsAlive()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp308 Value *getPayload(Value *Val) const;
648 auto AlignVectors::getPayload(Value *Val) const -> Value * { in getPayload() function in AlignVectors
669 Type *ValTy = getPayload(Val)->getType(); in getMask()
680 return UndefValue::get(getPayload(Val)->getType()); in getPassThrough()
1288 Value *Pay = HVC.vbytes(Builder, getPayload(S->Seg.Val)); in realignLoadGroup()
1298 Type *ValTy = getPayload(B.Seg.Val)->getType(); in realignLoadGroup()
1341 Value *Pay = getPayload(S.Seg.Val); in realignStoreGroup()