Searched defs:SDNode (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 67 class SDNode; variable
|
H A D | ScheduleDAG.h | 40 class SDNode; variable
|
H A D | TargetLowering.h | 1020 virtual Sched::Preference getSchedulingPreference(SDNode *) const { in getSchedulingPreference() argument 3815 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() argument 3825 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() argument 4785 virtual bool isUsedByReturnOnly(SDNode *, SDValue &/*Chain*/) const { in isUsedByReturnOnly() argument 4892 virtual void ReplaceNodeResults(SDNode * /*N*/, in ReplaceNodeResults() argument
|
H A D | TargetInstrInfo.h | 57 class SDNode; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 17 class SDNode; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 25 class SDNode; variable
|
H A D | LegalizeTypes.cpp | 604 SmallSetVector<SDNode*, 16> &nta) in NodeUpdateListener()
|
H A D | LegalizeDAG.cpp | 108 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr) in SelectionDAGLegalize() 5875 SmallSetVector<SDNode *, 16> &UpdatedNodes) { in LegalizeOp()
|
H A D | SelectionDAG.cpp | 95 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} in NodeDeleted() argument 96 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {} in NodeUpdated() argument 97 void SelectionDAG::DAGUpdateListener::NodeInserted(SDNode *) {} in NodeInserted() argument
|
H A D | SelectionDAGBuilder.cpp | 1343 DAG, [&](SDNode *) { NodeInserted = true; }); in visit() argument
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 1179 Record *SDNode = Entry.first; in EmitPredicateFunctions() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 3234 Record *SDNode = XFormNode->getValueAsDef("Opcode"); in ParseNodeTransforms() local
|