Searched refs:DYNALLOC (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 142 DYNALLOC, enumerator
|
| H A D | PPCRegisterInfo.cpp | 1618 (OpC == PPC::DYNALLOC || OpC == PPC::DYNALLOC8)) { in eliminateFrameIndex()
|
| H A D | PPCInstrInfo.td | 391 def PPCdynalloc : SDNode<"PPCISD::DYNALLOC", SDTDynOp, [SDNPHasChain]>; 1203 def DYNALLOC : PPCEmitTimePseudo<(outs gprc:$result), (ins gprc:$negsize, memri:$fpsi), "#DYNALLOC",
|
| H A D | PPCISelLowering.cpp | 1706 case PPCISD::DYNALLOC: return "PPCISD::DYNALLOC"; in getTargetNodeName() 7869 return DAG.getNode(PPCISD::DYNALLOC, dl, VTs, Ops); in LowerDYNAMIC_STACKALLOC()
|