Home
last modified time | relevance | path

Searched defs:Shadow (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp431 void setShadow(Value &V, Value &Shadow) { in setShadow()
725 Value *Shadow = Builder.CreateSelect(HasShadowArgs, L, in createShadowArguments() local
1056 PHINode *Shadow = PHINode::Create(ExtendedVT, Phi.getNumIncomingValues()); in maybeCreateShadowPhi() local
1552 Value *Shadow = Map.getShadow(Arg); in maybeHandleKnownCallBase() local
1597 Value *Shadow = Builder.CreateSelect(HasShadowRet, ShadowRetVal, in handleCallBase() local
1634 Value *Shadow = handleCallBase(*Invoke, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable() local
1735 Value *Shadow = createShadowValueWithOperandsAvailable(*I, TLI, Map); in maybeCreateShadowValue() local
1875 Value *Shadow = in propagateNonFTStore() local
2091 if (PHINode *Shadow = maybeCreateShadowPhi(*Phi, TLI)) { in sanitizeFunction() local
2111 Value *Shadow = ValueToShadow.getShadow(V); in sanitizeFunction() local
H A DMemorySanitizer.cpp1151 Value *Shadow; member
1329 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local
1431 Value *Shadow = nullptr; in materializeInstructionChecks() local
1947 Value *Shadow = ShadowMap[V]; in getShadow() local
2115 Value *Shadow, *Origin; in insertShadowCheck() local
2445 Value *Shadow = nullptr; member in __anonb346f5430811::MemorySanitizerVisitor::Combiner
2791 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local
2930 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local
3543 Value *Shadow = IRB.CreateAlignedLoad(Ty, ShadowPtr, Alignment, "_ldmxcsr"); in handleLdmxcsr() local
3571 Value *Shadow = IRB.CreateMaskedExpandLoad( in handleMaskedExpandLoad() local
[all …]
H A DDataFlowSanitizer.cpp607 Value *Shadow; member
949 Value *Shadow, SmallVector<unsigned, 4> &Indices, Type *SubShadowTy, in expandFromPrimitiveShadowRecursive()
993 Value *Shadow = UndefValue::get(ShadowTy); in expandFromPrimitiveShadow() local
1003 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()
1019 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
1031 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
1880 Value *&Shadow = ValShadowMap[V]; in getShadow() local
1894 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow()
2040 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local
2439 Value *Shadow = in visitLoadInst() local
[all …]
H A DHWAddressSanitizer.cpp895 Value *Shadow = IRB.CreateLShr(Mem, Mapping.Scale); in memToShadow() local
923 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() local
H A DMemProfiler.cpp301 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
H A DAddressSanitizer.cpp1314 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp88 ShadowFT Shadow; in ReadShadowInternal() local
421 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT()
710 ShadowFT Shadow; in checkFTFromShadowStack() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp527 struct Shadow { struct in __hwasan::__anon865875d10511::BaseReport
528 uptr addr = 0;
529 tag_t tags[kShadowDumpSize] = {};
530 tag_t short_tags[kShortDumpSize] = {};
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4040 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local
4051 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local
4130 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4190 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4200 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4207 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4214 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4222 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4228 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4234 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
[all …]
H A DSemaAccess.cpp1318 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
1723 } else if (auto *Shadow = in CheckConstructorAccess() local
H A DSemaDeclCXX.cpp7239 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo() argument
12433 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local
12540 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local
12569 HideUsingShadowDecl(Scope * S,UsingShadowDecl * Shadow) HideUsingShadowDecl() argument
13945 findInheritingConstructor(SourceLocation Loc,CXXConstructorDecl * BaseCtor,ConstructorUsingShadowDecl * Shadow) findInheritingConstructor() argument
14057 ConstructorUsingShadowDecl *Shadow = DefineInheritingConstructor() local
15964 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { BuildCXXConstructExpr() local
[all...]
H A DSemaDecl.cpp3540 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
4477 if (auto *Shadow = in MergeVarDecl() local
4484 if (auto *Shadow = in MergeVarDecl() local
8292 for (const auto &Shadow : LSI->ShadowingDecls) { in DiagnoseShadowingLambdaDecls() local
17465 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) { in ActOnTag() local
H A DSemaTemplateInstantiateDecl.cpp3301 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls() local
6037 if (auto *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
H A DSemaOverload.cpp6917 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate() local
10873 if (const auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
H A DSemaInit.cpp7223 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
H A DSemaTemplate.cpp1951 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
H A DTreeTransform.h16212 UsingShadowDecl *Shadow = *Using->shadow_begin(); in RebuildUnresolvedUsingType() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h61 Shadow(FastState state, u32 addr, u32 size, AccessType typ) { in Shadow() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h287 Shadow = 0x0001 << 5, // 0000001, Has extra reaching defs. enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1719 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl() local
H A DDeclCXX.cpp1407 if (auto *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local
3129 const UsingShadowDecl *Shadow = this; in getIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2514 ConstructorUsingShadowDecl *Shadow = nullptr; variable
2519 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2302 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl() local