Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp427 void setShadow(Value &V, Value &Shadow) { in setShadow()
779 Value *Shadow = Builder.CreateSelect(HasShadowArgs, L, in createShadowArguments() local
1110 PHINode *Shadow = PHINode::Create(ExtendedVT, Phi.getNumIncomingValues()); in maybeCreateShadowPhi() local
1606 Value *Shadow = Map.getShadow(Arg); in maybeHandleKnownCallBase() local
1651 Value *Shadow = Builder.CreateSelect(HasShadowRet, ShadowRetVal, in handleCallBase() local
1688 Value *Shadow = handleCallBase(*Invoke, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable() local
1792 Value *Shadow = createShadowValueWithOperandsAvailable(*I, TLI, Map); in maybeCreateShadowValue() local
1932 Value *Shadow = in propagateNonFTStore() local
2147 if (PHINode *Shadow = maybeCreateShadowPhi(*Phi, TLI)) { in sanitizeFunction() local
2167 Value *Shadow = ValueToShadow.getShadow(V); in sanitizeFunction() local
H A DMemorySanitizer.cpp1210 Value *Shadow; member
1388 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local
1504 Value *Shadow = nullptr; in materializeInstructionChecks() local
2022 Value *Shadow = ShadowMap[V]; in getShadow() local
2211 Value *Shadow, *Origin; in insertCheckShadowOf() local
2558 Value *Shadow = nullptr; member in __anonb346f5430811::MemorySanitizerVisitor::Combiner
3016 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local
3156 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local
3484 Value *Shadow = in handleSSEVectorConvertIntrinsicByProp() local
3981 Value *Shadow = IRB.CreateAlignedLoad(Ty, ShadowPtr, Alignment, "_ldmxcsr"); in handleLdmxcsr() local
[all …]
H A DDataFlowSanitizer.cpp607 Value *Shadow; member
948 Value *Shadow, SmallVector<unsigned, 4> &Indices, Type *SubShadowTy, in expandFromPrimitiveShadowRecursive()
992 Value *Shadow = UndefValue::get(ShadowTy); in expandFromPrimitiveShadow() local
1002 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()
1018 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
1030 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()
1874 Value *&Shadow = ValShadowMap[V]; in getShadow() local
1888 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow()
2030 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local
2429 Value *Shadow = in visitLoadInst() local
[all …]
H A DMemProfInstrumentation.cpp263 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
H A DHWAddressSanitizer.cpp933 Value *Shadow = IRB.CreateLShr(Mem, Mapping.scale()); in memToShadow() local
961 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() local
H A DAddressSanitizer.cpp1381 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
/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/compiler-rt/lib/nsan/
H A Dnsan.cpp107 ShadowFT Shadow; in ReadShadowInternal() local
447 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT()
762 ShadowFT Shadow; in checkFTFromShadowStack() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4135 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local
4146 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local
4225 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4285 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4295 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4302 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4309 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4317 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4323 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
4329 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local
[all …]
H A DSemaAccess.cpp1317 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
1719 } else if (auto *Shadow = in CheckConstructorAccess() local
H A DSemaDeclCXX.cpp7396 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo()
12760 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local
12867 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local
12896 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl()
14236 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor()
14348 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor() local
16253 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr() local
H A DSemaDecl.cpp3609 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
4571 if (auto *Shadow = in MergeVarDecl() local
4578 if (auto *Shadow = in MergeVarDecl() local
8491 for (const auto &Shadow : LSI->ShadowingDecls) { in DiagnoseShadowingLambdaDecls() local
17971 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) { in ActOnTag() local
H A DSemaTemplateInstantiateDecl.cpp3846 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls() local
6719 if (auto *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
H A DSemaOverload.cpp7180 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate() local
11566 if (const auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
H A DSemaInit.cpp7507 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
H A DSemaTemplate.cpp1994 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
H A DTreeTransform.h17349 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/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp140 Value *Shadow, int AsanScale, uint32_t AsanOffset) { in memToShadow()
/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.cpp1755 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl() local
H A DDeclCXX.cpp1479 if (auto *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local
3354 const UsingShadowDecl *Shadow = this; in getIntroducer() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2571 ConstructorUsingShadowDecl *Shadow = nullptr; variable
2576 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2331 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl() local