Searched refs:Provenance (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ModRef.h | 310 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 D | Local.cpp | 3820 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 D | InlineFunction.cpp | 1321 CaptureComponents::Provenance))) in AddAliasScopeMetadata()
|
| H A D | SimplifyCFG.cpp | 3033 CaptureComponents::Provenance)) && in isSafeToSpeculateStore()
|
| /freebsd/tests/sys/capsicum/ |
| H A D | README.md | 11 ## Provenance section in Capsicum User Space Tests
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 199 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 D | AliasAnalysis.cpp | 618 /* include Object */ true, CaptureComponents::Provenance))) in callCapturesBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1217 V, /*ReturnCaptures=*/true, CaptureComponents::Provenance)); in isInvisibleToCallerAfterRet() 1235 V, /*ReturnCaptures=*/false, CaptureComponents::Provenance)); in isInvisibleToCallerOnUnwind()
|
| H A D | LICM.cpp | 1865 /*IncludeI=*/false, CaptureComponents::Provenance)); in isNotCapturedBeforeOrInLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3239 *Current |= CaptureComponents::Provenance; in parseCapturesAttr()
|