Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h400 virtual void lowerAlloca(const InstAlloca *Instr) = 0;
H A DIceTargetLowering.cpp415 lowerAlloca(llvm::cast<InstAlloca>(Instr)); in lower()
H A DIceTargetLoweringMIPS32.h765 void lowerAlloca(const InstAlloca *Instr) override;
H A DIceTargetLoweringARM32.h210 void lowerAlloca(const InstAlloca *Instr) override;
H A DIceTargetLoweringX86Base.h265 void lowerAlloca(const InstAlloca *Instr) override;
H A DIceTargetLoweringMIPS32.cpp2378 void TargetMIPS32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca() function in Ice::MIPS32::TargetMIPS32
3384 lowerAlloca(InstAlloca::create(Func, RetVecFloat, ByteCount, Alignment)); in lowerCall()
H A DIceTargetLoweringARM32.cpp2214 void TargetARM32::lowerAlloca(const InstAlloca *Instr) { in lowerAlloca() function in Ice::ARM32::TargetARM32
H A DIceTargetLoweringX86BaseImpl.h1514 void TargetX86Base<TraitsType>::lowerAlloca(const InstAlloca *Instr) {