/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 28 bool IsWrite; variable 38 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
|
H A D | AddressSanitizer.h | 58 const bool IsWrite; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 157 bool IsWrite; member 369 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore() 430 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
|
H A D | AddressSanitizer.cpp | 618 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo() 1331 bool IsWrite = CI->getIntrinsicID() == Intrinsic::masked_store; in getInterestingMemoryOperands() local 1419 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress() 1438 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore() 1528 Value *Addr, bool IsWrite, in generateCrashCode() 1575 uint32_t TypeSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress() 1598 uint32_t TypeSize, bool IsWrite, in instrumentAddress() 1677 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
|
H A D | ThreadSanitizer.cpp | 424 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local 592 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
|
H A D | HWAddressSanitizer.cpp | 817 int64_t HWAddressSanitizer::getAccessInfo(bool IsWrite, in getAccessInfo() 827 void HWAddressSanitizer::instrumentMemAccessOutline(Value *Ptr, bool IsWrite, in instrumentMemAccessOutline() 842 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1091 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local 1115 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1029 bool IsWrite = Access.getInt(); in createCheckForAccess() local 1072 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local 1243 bool IsWrite = AC.first.getInt(); in processMemAccesses() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 250 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 589 bool IsWrite = false; in determinePointerAccessAttrs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4428 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3822 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local 4798 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerINTRINSIC_VOID() local
|