Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h413 virtual void lowerPhi(const InstPhi *Instr) = 0;
DIceTargetLowering.cpp458 lowerPhi(llvm::cast<InstPhi>(Instr)); in lower()
DIceTargetLoweringMIPS32.h783 void lowerPhi(const InstPhi *Instr) override;
DIceTargetLoweringARM32.h287 void lowerPhi(const InstPhi *Instr) override;
DIceTargetLoweringX86Base.h280 void lowerPhi(const InstPhi *Instr) override;
DIceTargetLoweringMIPS32.cpp5455 void TargetMIPS32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp5806 void TargetARM32::lowerPhi(const InstPhi * /*Instr*/) { in lowerPhi() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX86BaseImpl.h6053 void TargetX86Base<TraitsType>::lowerPhi(const InstPhi * /*Instr*/) {