Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9397 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombine() local
9398 if (!N11C) in PerformORCombine()
9400 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombine()
9560 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
9561 if (!N11C) in PerformBFICombine()
9570 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3385 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3386 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
3401 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
3402 if (!N01C || !N11C) in MatchBSwapHWordLow()
3404 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12344 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local
12345 if (!N11C) in PerformORCombineToBFI()
12347 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()
12686 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
12687 if (!N11C) in PerformBFICombine()
12696 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5472 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5473 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
5487 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5488 if (!N01C || !N11C) in MatchBSwapHWordLow()
5490 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp13158 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformORCombineToBFI() local
13159 if (!N11C) in PerformORCombineToBFI()
13161 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI()
13507 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in PerformBFICombine() local
13508 if (!N11C) in PerformBFICombine()
13517 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5831 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5832 if (!N11C || N11C->getZExtValue() != 0xFF) in MatchBSwapHWordLow()
5846 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1)); in MatchBSwapHWordLow() local
5847 if (!N01C || !N11C) in MatchBSwapHWordLow()
5849 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8) in MatchBSwapHWordLow()