Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3588 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForBranch() local
3589 switch (ArithProducer->getOp()) { in lowerInt1ForBranch()
6531 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForSelect() local
6532 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()
6533 Boolean = ArithProducer->getDest(); in lowerInt1ForSelect()
6629 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1() local
6630 Safe = lowerInt1Arithmetic(ArithProducer); in lowerInt1()
6631 _mov(T, ArithProducer->getDest()); in lowerInt1()