Home
last modified time | relevance | path

Searched refs:getSourceAddress (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp366 Operand *Src = Instr->getSourceAddress(); in instrumentLoad()
376 instrumentAccess(Context, Instr->getSourceAddress(), in instrumentLoad()
DIceInst.h649 Operand *getSourceAddress() const { return getSrc(0); } in getSourceAddress() function
DIceTargetLoweringX86BaseImpl.h753 if (!isSameMemAddressOperand<TraitsType>(Load->getSourceAddress(),
831 LoadSrc = formMemoryOperand(Load->getSourceAddress(),
5976 Operand *Src0 = formMemoryOperand(Load->getSourceAddress(), Ty);
DIceTargetLoweringMIPS32.cpp5213 Operand *Src0 = formMemoryOperand(Instr->getSourceAddress(), Ty); in lowerLoad()
DIceTargetLoweringARM32.cpp5356 Operand *Src0 = formMemoryOperand(Load->getSourceAddress(), Ty); in lowerLoad()
/external/swiftshader/src/Reactor/
DOptimizer.cpp555 return load->getSourceAddress(); in loadAddress()