Home
last modified time | relevance | path

Searched refs:isInterestingMemoryAccess (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
610 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
620 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp176 isInterestingMemoryAccess(Instruction *I) const;
330 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
626 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
636 isInterestingMemoryAccess(Inst); in instrumentFunction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp161 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
314 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I,
474 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask);
730 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize,
H A DAddressSanitizer.cpp642 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1207 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I,
1403 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask);
2509 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize,
2560 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment))
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp191 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
421 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
604 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
980 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
H A DAddressSanitizer.cpp653 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1214 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1410 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2546 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
2597 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in runOnFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp196 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
453 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
677 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
1084 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in sanitizeFunction()
H A DAddressSanitizer.cpp604 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1328 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1540 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2639 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in instrumentFunction()
2693 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in instrumentFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp215 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
503 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
729 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
1122 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in sanitizeFunction()
H A DAddressSanitizer.cpp620 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1344 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1556 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2663 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in instrumentFunction()
2717 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in instrumentFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp215 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
503 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
729 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
1122 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in sanitizeFunction()
H A DAddressSanitizer.cpp620 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1344 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1556 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2663 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in instrumentFunction()
2717 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in instrumentFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp215 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
503 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
729 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
1122 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in sanitizeFunction()
H A DAddressSanitizer.cpp620 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1344 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1556 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2663 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in instrumentFunction()
2717 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in instrumentFunction()