Home
last modified time | relevance | path

Searched refs:Addr8 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp84 Memcheck:Addr8
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2246 Value *Addr8 = IRB.CreateBitCast(LI.getPointerOperand(), DFSF.DFS.Int8Ptr); in visitLoadInst() local
2247 IRB.CreateCall(DFSF.DFS.DFSanLoadCallbackFn, {PrimitiveShadow, Addr8}); in visitLoadInst()
2503 Value *Addr8 = IRB.CreateBitCast(SI.getPointerOperand(), DFSF.DFS.Int8Ptr); in visitStoreInst() local
2504 IRB.CreateCall(DFSF.DFS.DFSanStoreCallbackFn, {PrimitiveShadow, Addr8}); in visitStoreInst()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td329 // This hierarchy ensures Addr8 will always be parsed
333 def MxAddr8 : MxOpClass<"Addr8", [MxAddr16]>;