/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_shadow_test.cc | 19 TEST(Shadow, FastState) { in TEST() argument 49 TEST(Shadow, Mapping) { in TEST() argument 64 TEST(Shadow, Celling) { in TEST() argument
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 301 Value *Shadow; member 893 Value *&Shadow = ValShadowMap[V]; in getShadow() local 926 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() 1035 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local 1150 PHINode *Shadow = PHINode::Create(DFS.ShadowTy, 2, "", &Tail->front()); in loadShadow() local 1180 Value *Shadow = DFSF.loadShadow(LI.getPointerOperand(), Size, Align, &LI); in visitLoadInst() local 1192 Value *Shadow, Instruction *Pos) { in storeShadow() 1259 Value* Shadow = DFSF.getShadow(SI.getValueOperand()); in visitStoreInst() local
|
H A D | MemorySanitizer.cpp | 639 Value *Shadow; member 759 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local 834 Value *Shadow = ShadowData.Shadow; in materializeChecks() local 1089 Value *Shadow = ShadowMap[V]; in getShadow() local 1219 Value *Shadow, *Origin; in insertShadowCheck() local 1486 Value *Shadow; member in __anon38c215db0211::MemorySanitizerVisitor::Combiner 1813 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local 1933 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 2655 Value *Shadow = getCleanShadow(RetVal); in visitReturnInst() local 2658 Value *Shadow = getShadow(RetVal); in visitReturnInst() local
|
H A D | EfficiencySanitizer.cpp | 560 Value *EfficiencySanitizer::appToShadow(Value *Shadow, IRBuilder<> &IRB) { in appToShadow()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 597 Value *Shadow; member 937 Value *Shadow, SmallVector<unsigned, 4> &Indices, Type *SubShadowTy, in expandFromPrimitiveShadowRecursive() 981 Value *Shadow = UndefValue::get(ShadowTy); in expandFromPrimitiveShadow() local 991 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow() 1007 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1019 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1867 Value *&Shadow = ValShadowMap[V]; in getShadow() local 1881 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() 2024 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local 2419 Value *Shadow = in visitLoadInst() local [all …]
|
H A D | MemorySanitizer.cpp | 1099 Value *Shadow; member 1259 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local 1359 Value *Shadow = nullptr; in materializeInstructionChecks() local 1856 Value *Shadow = ShadowMap[V]; in getShadow() local 2017 Value *Shadow, *Origin; in insertShadowCheck() local 2341 Value *Shadow = nullptr; member in __anon0f976a830811::MemorySanitizerVisitor::Combiner 2678 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local 2821 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 3335 Value *Shadow = IRB.CreateAlignedLoad(Ty, ShadowPtr, Alignment, "_ldmxcsr"); in handleLdmxcsr() local 3363 Value *Shadow = IRB.CreateMaskedExpandLoad( in handleMaskedExpandLoad() local [all …]
|
H A D | HWAddressSanitizer.cpp | 810 Value *Shadow = IRB.CreateLShr(Mem, Mapping.Scale); in memToShadow() local 853 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() local
|
H A D | MemProfiler.cpp | 242 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 404 Value *Shadow; member 1030 Value *&Shadow = ValShadowMap[V]; in getShadow() local 1064 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() 1173 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local 1290 PHINode *Shadow = PHINode::Create(DFS.ShadowTy, 2, "", &Tail->front()); in loadShadow() local 1320 Value *Shadow = DFSF.loadShadow(LI.getPointerOperand(), Size, Align, &LI); in visitLoadInst() local 1332 Value *Shadow, Instruction *Pos) { in storeShadow() 1398 Value* Shadow = DFSF.getShadow(SI.getValueOperand()); in visitStoreInst() local
|
H A D | MemorySanitizer.cpp | 1039 Value *Shadow; member 1165 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local 1246 Value *Shadow = ShadowData.Shadow; in materializeChecks() local 1581 Value *Shadow = ShadowMap[V]; in getShadow() local 1717 Value *Shadow, *Origin; in insertShadowCheck() local 1996 Value *Shadow = nullptr; member in __anon782446fd0811::MemorySanitizerVisitor::Combiner 2331 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local 2451 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 2896 Value *Shadow = in handleLdmxcsr() local 2910 Value *Shadow = getShadow(V); in handleMaskedStore() local [all …]
|
H A D | HWAddressSanitizer.cpp | 600 Value *Shadow = IRB.CreateLShr(Mem, Mapping.Scale); in memToShadow() local 629 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3491 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3535 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3545 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3552 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3559 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3567 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3573 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3579 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3586 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3674 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local [all …]
|
H A D | SemaAccess.cpp | 1297 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local 1677 } else if (auto *Shadow = in CheckConstructorAccess() local
|
H A D | SemaDeclCXX.cpp | 5086 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo() 7964 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local 8056 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local 8111 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl() 9246 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor() 9340 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor() local 11481 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr() local
|
/aosp_15_r20/external/robolectric/processor/src/test/resources/mock-source/org/robolectric/shadow/api/ |
H A D | Shadow.java | 3 public class Shadow { class
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 1043 struct Shadow struct 1047 struct Entry 1060 struct Pointer 1070 struct Memory 1084 std::unordered_map<Object::ID, Entry> entries; 1085 uint32_t size = 0; // Total size of the shadow memory in bytes.
|
/aosp_15_r20/external/robolectric/shadowapi/src/main/java/org/robolectric/shadow/api/ |
H A D | Shadow.java | 6 public class Shadow { class
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | IncompatibleTextureTest.cpp | 21 Shadow, enumerator
|
/aosp_15_r20/external/compiler-rt/lib/esan/ |
H A D | working_set.cpp | 92 byte *Shadow = (byte *)appToShadow(Addr); in processRangeAccessWorkingSet() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 178 explicit Shadow(u64 x) in Shadow() function 182 explicit Shadow(const FastState &s) in Shadow() function
|
/aosp_15_r20/external/pytorch/torch/ao/ns/ |
H A D | _numeric_suite.py | 244 class Shadow(nn.Module): class
|
/aosp_15_r20/external/angle/src/common/ |
H A D | utilities.h | 135 Shadow = 3, enumerator
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | program_parser.h | 214 unsigned Shadow:1; member
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclCXX.cpp | 971 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local 2167 const UsingShadowDecl *Shadow = this; in getUsingDecl() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | media.rs | 342 Shadow(GuestMemoryShadowMapping), enumerator
|