Searched defs:SDNode (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 67 class SDNode; variable [all...] |
H A D | ScheduleDAG.h | 40 class SDNode; variable [all...] |
H A D | TargetLowering.h | 974 getSchedulingPreference(SDNode *) getSchedulingPreference() argument 3698 getPreIndexedAddressParts(SDNode *,SDValue &,SDValue &,ISD::MemIndexedMode &,SelectionDAG &) getPreIndexedAddressParts() argument 3708 getPostIndexedAddressParts(SDNode *,SDNode *,SDValue &,SDValue &,ISD::MemIndexedMode &,SelectionDAG &) getPostIndexedAddressParts() argument 4630 isUsedByReturnOnly(SDNode *,SDValue &) isUsedByReturnOnly() argument 4743 ReplaceNodeResults(SDNode *,SmallVectorImpl<SDValue> &,SelectionDAG &) ReplaceNodeResults() argument [all...] |
H A D | TargetInstrInfo.h | 55 class SDNode; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 17 class SDNode; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 25 class SDNode; variable
|
H A D | LegalizeTypes.cpp | 605 NodeUpdateListener(DAGTypeLegalizer & dtl,SmallSetVector<SDNode *,16> & nta) NodeUpdateListener() argument [all...] |
H A D | LegalizeDAG.cpp | 107 SmallPtrSetImpl<SDNode *> &LegalizedNodes, in SelectionDAGLegalize() argument 5651 LegalizeOp(SDNode * N,SmallSetVector<SDNode *,16> & UpdatedNodes) LegalizeOp() argument [all...] |
H A D | SelectionDAG.cpp | 95 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} in NodeInserted() argument 93 NodeDeleted(SDNode *,SDNode *) NodeDeleted() argument 94 NodeUpdated(SDNode *) NodeUpdated() argument [all...] |
H A D | SelectionDAGBuilder.cpp | 1313 __anonf1bc66800202(SDNode *) visit() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 1178 Record *SDNode = Entry.first; EmitPredicateFunctions() local [all...] |
H A D | CodeGenDAGPatterns.cpp |
|