Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp110 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists() function in GISelCSEInfo
161 if (auto *Inst = getNodeIfExists(ID, MBB, InsertPos)) { in getMachineInstrIfExists()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h96 UniqueMachineInstr *getNodeIfExists(FoldingSetNodeID &ID,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1647 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTList,
1649 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTList,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1130 if (SDNode *NE = DAG.getNodeIfExists(Opc, DAG.getVTList(VT), {N00, N1})) { in reassociateOpsCommutative()
1140 if (SDNode *NE = DAG.getNodeIfExists(Opc, DAG.getVTList(VT), {N01, N1})) { in reassociateOpsCommutative()
1878 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), Ops, in combine()
4343 if (SDNode *RemNode = DAG.getNodeIfExists(ISD::SREM, N->getVTList(), in visitSDIV()
4482 if (SDNode *RemNode = DAG.getNodeIfExists(ISD::UREM, N->getVTList(), in visitUDIV()
4633 if (SDNode *DivNode = DAG.getNodeIfExists(DivOpcode, N->getVTList(), in visitREM()
H A DSelectionDAG.cpp9790 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
9795 return getNodeIfExists(Opcode, VTList, Ops, Flags); in getNodeIfExists()
9798 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18336 SDNode *Op0SExt = DAG.getNodeIfExists(ISD::SIGN_EXTEND, DAG.getVTList(UseMVT), in tryToWidenSetCCOperands()
18338 SDNode *Op0ZExt = DAG.getNodeIfExists(ISD::ZERO_EXTEND, DAG.getVTList(UseMVT), in tryToWidenSetCCOperands()
18434 if (SDNode *Generic = DCI.DAG.getNodeIfExists( in performFlagSettingCombine()
18809 if (SDNode *LN = DCI.DAG.getNodeIfExists( in performDUPCombine()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16578 DAG.getNodeIfExists(ARMISD::VGETLANEu, DAG.getVTList(MVT::i32), in PerformExtractFpToIntStores()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52211 if (SDNode *FNeg = DAG.getNodeIfExists(ISD::FNEG, FNegVT, {LHS})) in combineSetCC()
53184 if (SDNode *GenericAddSub = DAG.getNodeIfExists(GenericOpc, VTs, Ops)) { in combineX86AddSub()