Searched refs:SwapSelectOps (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1425 bool SwapSelectOps; in combineSelectAndUse() local 1426 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse() 1435 if (SwapSelectOps) in combineSelectAndUse()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1379 bool SwapSelectOps; in combineSelectAndUse() local 1380 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse() 1389 if (SwapSelectOps) in combineSelectAndUse()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8685 bool SwapSelectOps; in combineSelectAndUse() local 8686 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse() 8695 if (SwapSelectOps) in combineSelectAndUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9756 bool SwapSelectOps; in combineSelectAndUse() local 9757 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse() 9766 if (SwapSelectOps) in combineSelectAndUse()
|