/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 114 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists() function in GISelCSEInfo 165 if (auto *Inst = getNodeIfExists(ID, MBB, InsertPos)) { in getMachineInstrIfExists()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CSEInfo.h | 96 UniqueMachineInstr *getNodeIfExists(FoldingSetNodeID &ID,
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1730 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTList, 1732 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTList,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1147 if (SDNode *NE = DAG.getNodeIfExists(Opc, DAG.getVTList(VT), {N00, N1})) { in reassociateOpsCommutative() 1157 if (SDNode *NE = DAG.getNodeIfExists(Opc, DAG.getVTList(VT), {N01, N1})) { in reassociateOpsCommutative() 1894 SDNode *CSENode = DAG.getNodeIfExists(N->getOpcode(), N->getVTList(), Ops, in combine() 3108 DAG.getNodeIfExists(ISD::ADDCARRY, N->getVTList(), Ops, N->getFlags()); in visitADDCARRY() 4080 if (SDNode *LoHi = DAG.getNodeIfExists(LoHiOpc, LoHiVT, {N0, N1})) in visitMUL() 4083 if (SDNode *LoHi = DAG.getNodeIfExists(LoHiOpc, LoHiVT, {N1, N0})) in visitMUL() 4408 if (SDNode *RemNode = DAG.getNodeIfExists(ISD::SREM, N->getVTList(), in visitSDIV() 4548 if (SDNode *RemNode = DAG.getNodeIfExists(ISD::UREM, N->getVTList(), in visitUDIV() 4700 if (SDNode *DivNode = DAG.getNodeIfExists(DivOpcode, N->getVTList(), in visitREM()
|
H A D | SelectionDAG.cpp | 10041 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG 10046 return getNodeIfExists(Opcode, VTList, Ops, Flags); in getNodeIfExists() 10049 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() function in SelectionDAG
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 20220 SDNode *Op0SExt = DAG.getNodeIfExists(ISD::SIGN_EXTEND, DAG.getVTList(UseMVT), in tryToWidenSetCCOperands() 20222 SDNode *Op0ZExt = DAG.getNodeIfExists(ISD::ZERO_EXTEND, DAG.getVTList(UseMVT), in tryToWidenSetCCOperands() 20322 if (SDNode *Generic = DCI.DAG.getNodeIfExists( in performFlagSettingCombine() 20696 if (SDNode *LN = DCI.DAG.getNodeIfExists( in performDUPCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 46152 DAG.getNodeIfExists(X86ISD::PCMPGT, DAG.getVTList(CondVT), in combineSelect() 53548 if (SDNode *FNeg = DAG.getNodeIfExists(ISD::FNEG, FNegVT, {LHS})) in combineSetCC() 54521 if (SDNode *GenericAddSub = DAG.getNodeIfExists(GenericOpc, VTs, Ops)) { in combineX86AddSub()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16655 DAG.getNodeIfExists(ARMISD::VGETLANEu, DAG.getVTList(MVT::i32), in PerformExtractFpToIntStores()
|