Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp607 Value *Addr, Value *Size, Instruction *InsertBefore, bool IsWrite) { in instrumentMemIntrinsicParam()
649 static Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite) { in isInterestingMemoryAccess()
681 bool IsWrite = false; in instrumentMop() local
748 bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument) { in generateCrashCode()
782 bool IsWrite, Value *SizeArgument) { in instrumentAddress()
1230 bool IsWrite; in runOnFunction() local
DThreadSanitizer.cpp395 bool IsWrite = isa<StoreInst>(*I); in instrumentLoadOrStore() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3283 bool IsWrite = Access.getInt(); in canCheckPtrAtRT() local
3367 bool IsWrite = Access.getInt(); in processMemAccesses() local
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2095 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local