Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp41 std::memcpy(VS->getPayload(), Canary, sizeof(Canary)); in CreatePayload()
42 return VS->getPayload(); in CreatePayload()
45 unsigned char *getPayload() { return Storage; } in getPayload() function in __anonc81f9c820111::ValueStorage
46 const unsigned char *getPayload() const { return Storage; } in getPayload() function in __anonc81f9c820111::ValueStorage
50 return Dummy.getPayload() - reinterpret_cast<unsigned char *>(&Dummy); in getPayloadOffset()
69 (*Dtor)(getPayload() + Idx * Stride); in Release()
79 return std::memcmp(getPayload(), Canary, sizeof(Canary)) != 0; in IsAlive()
/freebsd/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()