Searched defs:SDNode (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 879 virtual Sched::Preference getSchedulingPreference(SDNode *) const { in getSchedulingPreference() argument 3546 virtual bool getPreIndexedAddressParts(SDNode * /*N*/, SDValue &/*Base*/, in getPreIndexedAddressParts() argument 3556 virtual bool getPostIndexedAddressParts(SDNode * /*N*/, SDNode * /*Op*/, in getPostIndexedAddressParts() argument 4429 virtual bool isUsedByReturnOnly(SDNode *, SDValue &/*Chain*/) const { in isUsedByReturnOnly() argument 4555 virtual void ReplaceNodeResults(SDNode * /*N*/, in ReplaceNodeResults() argument
|
| H A D | TargetInstrInfo.h | 54 class SDNode; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 17 class SDNode; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 25 class SDNode; variable
|
| H A D | LegalizeTypes.cpp | 607 SmallSetVector<SDNode*, 16> &nta) in NodeUpdateListener()
|
| H A D | LegalizeDAG.cpp | 106 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr) in SelectionDAGLegalize() 5146 SmallSetVector<SDNode *, 16> &UpdatedNodes) { in LegalizeOp()
|
| H A D | SelectionDAG.cpp | 91 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} in NodeDeleted() argument 92 void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {} in NodeUpdated() argument 93 void SelectionDAG::DAGUpdateListener::NodeInserted(SDNode *) {} in NodeInserted() argument
|
| H A D | SelectionDAGBuilder.cpp | 1165 DAG, [&](SDNode *) { NodeInserted = true; }); in visit() argument
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 1006 Record *SDNode = Entry.first; in EmitPredicateFunctions() local
|
| H A D | CodeGenDAGPatterns.cpp | 3250 Record *SDNode = XFormNode->getValueAsDef("Opcode"); in ParseNodeTransforms() local
|