Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6053 Variable *DestLoad = Load->getDest();
6054 Type Ty = DestLoad->getType();
6057 auto *Assign = InstAssign::create(Func, DestLoad, Src0);
DIceTargetLoweringMIPS32.cpp5199 Variable *DestLoad = Instr->getDest(); in lowerLoad() local
5200 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()
DIceTargetLoweringARM32.cpp5477 Variable *DestLoad = Load->getDest(); in lowerLoad() local
5481 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad()