Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp122 std::string FuncName(unsigned AccessSize, bool IsWrite) { in FuncName()
289 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
421 const bool IsWrite = MII.get(Inst.getOpcode()).mayStore(); in InstrumentMOV() local
604 void EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, in EmitCallAsanReport()
625 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
700 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandLarge()
872 void EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, in EmitCallAsanReport()
895 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
971 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandLarge()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp828 bool *IsWrite, in isInterestingMemoryAccess()
915 bool IsWrite = false; in instrumentMop() local
972 Value *Addr, bool IsWrite, in generateCrashCode()
1022 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1079 Instruction *I, Value *Addr, uint32_t TypeSize, bool IsWrite, in instrumentUnusualSizeOrAlignment()
1511 bool IsWrite; in runOnFunction() local
DThreadSanitizer.cpp404 bool IsWrite = isa<StoreInst>(*I); in instrumentLoadOrStore() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp315 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
438 bool IsWrite = AC.getInt(); in processMemAccesses() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h249 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dlcms2_internal.h738 cmsBool IsWrite; member
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2658 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1511 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local