Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h5974 Variable *DestLoad = Load->getDest();
5975 Type Ty = DestLoad->getType();
5978 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
DIceTargetLoweringMIPS32.cpp5214 Variable *DestLoad = Instr->getDest(); in lowerLoad() local
5215 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()
DIceTargetLoweringARM32.cpp5357 Variable *DestLoad = Load->getDest(); in lowerLoad() local
5361 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()