Home
last modified time | relevance | path

Searched refs:Computations (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h56 Computations.forgetProducers(); in initNodeForLowering()
57 Computations.recordProducers(Node); in initNodeForLowering()
58 Computations.dump(Func); in initNodeForLowering()
926 ComputationTracker Computations; variable
DIceTargetLoweringARM32.h84 Computations.forgetProducers(); in initNodeForLowering()
85 Computations.recordProducers(Node); in initNodeForLowering()
86 Computations.dump(Func); in initNodeForLowering()
1305 ComputationTracker Computations; variable
DIceTargetLoweringARM32.cpp3162 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3177 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3212 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3298 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3557 const Inst *Producer = Computations.getProducerOf(Boolean); in lowerInt1ForBranch()
3773 assert(Computations.getProducerOf(Dest) == nullptr); in lowerCall()
6506 if (const Inst *Producer = Computations.getProducerOf(Boolean)) { in lowerInt1ForSelect()
6590 if (const Inst *Producer = Computations.getProducerOf(Boolean)) { in lowerInt1()
DIceTargetLoweringMIPS32.cpp3109 const Inst *Producer = Computations.getProducerOf(Boolean); in lowerBr()