Home
last modified time | relevance | path

Searched defs:SymNode (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp204 SDValue SymNode = getTagSymNode(Tag, CurDAG); in Select() local
227 SDValue SymNode = getTagSymNode(Tag, CurDAG); in Select() local
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A D_fake_tensor_utils.py36 def from_node(node: SymNode) -> _DeconstructedSymNode:
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h17 using SymNode = c10::intrusive_ptr<SymNodeImpl>; variable
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py62 class SymNode: class
153 def _value_eq(self, other: "SymNode") -> bool:
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp427 } else if (auto *SymNode = dyn_cast<MCSymbolSDNode>(Op)) { in AddOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp432 } else if (auto *SymNode = dyn_cast<MCSymbolSDNode>(Op)) { in AddOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp432 } else if (auto *SymNode = dyn_cast<MCSymbolSDNode>(Op)) { in AddOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1255 SDValue SymNode = DAG.getNode(WebAssemblyISD::Wrapper, DL, PtrVT, in LowerIntrinsic() local