Searched refs:TCI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 991 ShadowTagCheckInfo TCI = insertShadowTagCheck(Ptr, InsertBefore, DTU, LI); in instrumentMemAccessInline() local 993 IRBuilder<> IRB(TCI.TagMismatchTerm); in instrumentMemAccessInline() 995 IRB.CreateICmpUGT(TCI.MemTag, ConstantInt::get(Int8Ty, 15)); in instrumentMemAccessInline() 997 OutOfShortGranuleTagRange, TCI.TagMismatchTerm, !Recover, in instrumentMemAccessInline() 1000 IRB.SetInsertPoint(TCI.TagMismatchTerm); in instrumentMemAccessInline() 1001 Value *PtrLowBits = IRB.CreateTrunc(IRB.CreateAnd(TCI.PtrLong, 15), Int8Ty); in instrumentMemAccessInline() 1004 Value *PtrLowBitsOOB = IRB.CreateICmpUGE(PtrLowBits, TCI.MemTag); in instrumentMemAccessInline() 1005 SplitBlockAndInsertIfThen(PtrLowBitsOOB, TCI.TagMismatchTerm, false, in instrumentMemAccessInline() 1009 IRB.SetInsertPoint(TCI.TagMismatchTerm); in instrumentMemAccessInline() 1010 Value *InlineTagAddr = IRB.CreateOr(TCI.AddrLong, 15); in instrumentMemAccessInline() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 370 auto TCI = TypeCache.find(Ty); in ConvertType() local 371 if (TCI != TypeCache.end()) in ConvertType() 372 CachedType = TCI->second; in ConvertType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 274 unsigned TBD, TDF, TCI = 0; in encodeDiscriminator() local 275 decodeDiscriminator(Ret, TBD, TDF, TCI); in encodeDiscriminator() 276 if (TBD == BD && TDF == DF && TCI == CI) in encodeDiscriminator()
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 3643 # ... the TCI government appears to have delayed the switch to 3648 # ... agreed to the reintroduction in TCI of Daylight Saving Time (DST) 3655 # by March 2018 for TCI. Magnetic Media. 2017-08-25.
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 8397 James B. Davis of TCI.
|