Searched defs:NewOp1 (Results  1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ | 
| D | RISCVISelLowering.cpp | 854   SDValue NewOp1 = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, N->getOperand(1));  in customLegalizeToWOp()  local 865   SDValue NewOp1 = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, N->getOperand(1));  in customLegalizeToWOpWithSExt()  local
  | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | DAGCombiner.cpp | 4394     if (SDValue NewOp1 =  in visitRotate()  local 4459     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSHL()  local 4715     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSRA()  local 4912     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSRL()  local 9865     SDValue NewOp1 = DAG.getConstant(CNV, DL, CN->getValueType(0));  in CombineToPreIndexedLoadStore()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | DAGCombiner.cpp | 7420     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitRotate()  local 7501     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSHL()  local 7845     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSRA()  local 8067     if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode()))  in visitSRL()  local 13979     SDValue NewOp1 = DAG.getConstant(CNV, DL, CN->getValueType(0));  in CombineToPreIndexedLoadStore()  local
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86InstrInfo.cpp | 7308   MachineOperand &NewOp1 = NewMI1.getOperand(3);  in setSpecialOperandAttr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCompares.cpp | 4448     Value *NewOp1 = nullptr;  in foldICmpWithCastOp()  local
  |