Home
last modified time | relevance | path

Searched defs:NewOp1 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp854 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/
DDAGCombiner.cpp4394 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-16.0/llvm/lib/Target/LoongArch/
DLoongArchISelLowering.cpp1013 SDValue NewOp1 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(1)); in customLegalizeToWOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7420 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/
DX86InstrInfo.cpp7308 MachineOperand &NewOp1 = NewMI1.getOperand(3); in setSpecialOperandAttr() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp7634 SDValue NewOp1 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(1)); in customLegalizeToWOp() local
7645 SDValue NewOp1 = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, N->getOperand(1)); in customLegalizeToWOpWithSExt() local
7818 SDValue NewOp1 = in ReplaceNodeResults() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9096 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitRotate() local
9180 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSHL() local
9680 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRA() local
9935 if (SDValue NewOp1 = distributeTruncateThroughAnd(N1.getNode())) in visitSRL() local
17060 SDValue NewOp1 = DAG.getConstant(CNV, DL, CN->getValueType(0)); in CombineToPreIndexedLoadStore() local
DTargetLowering.cpp2869 SDValue NewOp1 = SimplifyMultipleUseDemandedVectorElts(Op1, DemandedElts, in SimplifyDemandedVectorElts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4448 Value *NewOp1 = nullptr; in foldICmpWithCastOp() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4978 Value *NewOp1 = nullptr; in foldICmpWithCastOp() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp7518 auto NewOp1 = MIRBuilder.buildAnd(MaskTy, Op1Reg, MaskReg); in lowerSelect() local