Home
last modified time | relevance | path

Searched refs:Provenance (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h310 Provenance = (1 << 3) | ReadProvenance, enumerator
311 All = Address | Provenance,
312 LLVM_MARK_AS_BITMASK_ENUM(Provenance),
332 return (CC & CaptureComponents::Provenance) == in capturesReadProvenanceOnly()
337 return (CC & CaptureComponents::Provenance) == CaptureComponents::Provenance; in capturesFullProvenance()
341 return (CC & CaptureComponents::Provenance) != CaptureComponents::None; in capturesAnyProvenance()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3820 Provenance.resize(BW); in BitPart()
3828 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member
3903 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3904 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3905 A->Provenance[BitIdx] != B->Provenance[BitIdx]) in collectBitParts()
3908 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3909 Result->Provenance[BitIdx] = B->Provenance[BitIdx]; in collectBitParts()
3911 Result->Provenance[BitIdx] = A->Provenance[BitIdx]; in collectBitParts()
3936 auto &P = Result->Provenance; in collectBitParts()
3968 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
[all …]
H A DInlineFunction.cpp1321 CaptureComponents::Provenance))) in AddAliasScopeMetadata()
H A DSimplifyCFG.cpp3033 CaptureComponents::Provenance)) && in isSafeToSpeculateStore()
/freebsd/tests/sys/capsicum/
H A DREADME.md11 ## Provenance section in Capsicum User Space Tests
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp199 return CaptureComponents::Provenance; in getCapturesBefore()
202 IsCapturedCache.insert({Object, CaptureComponents::Provenance}); in getCapturesBefore()
207 Object, /*ReturnCaptures=*/false, CaptureComponents::Provenance, in getCapturesBefore()
225 return CaptureComponents::Provenance; in getCapturesBefore()
232 /*ReturnCaptures=*/false, DT, CaptureComponents::Provenance); in getCapturesBefore()
H A DAliasAnalysis.cpp618 /* include Object */ true, CaptureComponents::Provenance))) in callCapturesBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1217 V, /*ReturnCaptures=*/true, CaptureComponents::Provenance)); in isInvisibleToCallerAfterRet()
1235 V, /*ReturnCaptures=*/false, CaptureComponents::Provenance)); in isInvisibleToCallerOnUnwind()
H A DLICM.cpp1865 /*IncludeI=*/false, CaptureComponents::Provenance)); in isNotCapturedBeforeOrInLoop()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3239 *Current |= CaptureComponents::Provenance; in parseCapturesAttr()