Home
last modified time | relevance | path

Searched defs:IsWrite (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizerCommon.h25 bool IsWrite; variable
35 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp280 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
412 const bool IsWrite = MII.get(Inst.getOpcode()).mayStore(); in InstrumentMOV() local
595 void EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, in EmitCallAsanReport()
617 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
692 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandLarge()
864 void EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, in EmitCallAsanReport()
888 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
964 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandLarge()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp150 bool IsWrite; member
416 uint32_t TypeSize, bool IsWrite) { in instrumentMaskedLoadOrStore()
470 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
DThreadSanitizer.cpp450 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
614 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
DAddressSanitizer.cpp1404 bool IsWrite = F->getName().startswith("llvm.masked.store."); in getInterestingMemoryOperands() local
1489 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress()
1508 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore()
1599 Value *Addr, bool IsWrite, in generateCrashCode()
1646 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1728 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
DHWAddressSanitizer.cpp721 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/external/compiler-rt/lib/esan/
Desan.cpp65 void processRangeAccess(uptr PC, uptr Addr, int Size, bool IsWrite) { in processRangeAccess()
Dworking_set.cpp82 bool IsWrite) { in processRangeAccessWorkingSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp504 bool *IsWrite, in isInterestingMemoryAccess()
607 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
718 bool IsWrite = false; in instrumentMemAccess() local
1119 bool IsWrite; in sanitizeFunction() local
DAddressSanitizer.cpp1345 bool *IsWrite, in isInterestingMemoryAccess()
1495 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress()
1514 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore()
1551 bool IsWrite = false; in instrumentMop() local
1609 Value *Addr, bool IsWrite, in generateCrashCode()
1659 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1741 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
2651 bool IsWrite; in instrumentFunction() local
DThreadSanitizer.cpp522 bool IsWrite = isa<StoreInst>(*I); in instrumentLoadOrStore() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp938 bool *IsWrite, in isInterestingMemoryAccess()
1031 bool IsWrite = false; in instrumentMop() local
1088 Value *Addr, bool IsWrite, in generateCrashCode()
1138 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1199 Instruction *I, Value *Addr, uint32_t TypeSize, bool IsWrite, in instrumentUnusualSizeOrAlignment()
1797 bool IsWrite; in runOnFunction() local
DThreadSanitizer.cpp461 bool IsWrite = isa<StoreInst>(*I); in instrumentLoadOrStore() local
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp691 bool IsWrite = Access.getInt(); in createCheckForAccess() local
732 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
893 bool IsWrite = AC.getInt(); in processMemAccesses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp688 bool IsWrite = Access.getInt(); in createCheckForAccess() local
725 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
867 bool IsWrite = AC.getInt(); in processMemAccesses() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp609 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
749 bool IsWrite = AC.getInt(); in processMemAccesses() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h250 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h257 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h803 cmsBool IsWrite; member
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3402 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4065 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4117 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1864 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2492 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3015 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local