Home
last modified time | relevance | path

Searched refs:lowerLoad (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h412 virtual void lowerLoad(const InstLoad *Instr) = 0;
DIceTargetLowering.cpp455 lowerLoad(llvm::cast<InstLoad>(Instr)); in lower()
DIceTargetLoweringMIPS32.h782 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringARM32.h286 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringX86Base.h279 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringX86BaseImpl.h4131 lowerLoad(Load);
5969 void TargetX86Base<TraitsType>::lowerLoad(const InstLoad *Load) {
DIceTargetLoweringMIPS32.cpp5209 void TargetMIPS32::lowerLoad(const InstLoad *Instr) { in lowerLoad() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp5475 void TargetARM32::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::ARM32::TargetARM32