Home
last modified time | relevance | path

Searched refs:GETSTACKTOP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h39 GETSTACKTOP, // Retrieve address of stack top (first address of enumerator
H A DVEInstrInfo.cpp883 case VE::GETSTACKTOP: { in expandPostRAPseudo()
H A DVEInstrInfo.td481 // GETSTACKTOP
482 def GetStackTop : SDNode<"VEISD::GETSTACKTOP", SDTNone,
2017 def GETSTACKTOP : Pseudo<(outs I64:$dst), (ins),
H A DVEISelLowering.cpp934 TARGET_NODE_CASE(GETSTACKTOP) in getTargetNodeName()
1678 SDValue Result = DAG.getNode(VEISD::GETSTACKTOP, DL, VT, Chain); in lowerDYNAMIC_STACKALLOC()