Searched refs:DYNALLOC (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 | 393 def PPCdynalloc : SDNode<"PPCISD::DYNALLOC", SDTDynOp, [SDNPHasChain]>; 1205 def DYNALLOC : PPCEmitTimePseudo<(outs gprc:$result), (ins gprc:$negsize, memri:$fpsi), "#DYNALLOC",
|
H A D | PPCISelLowering.cpp | 1709 case PPCISD::DYNALLOC: return "PPCISD::DYNALLOC"; in getTargetNodeName() 7994 return DAG.getNode(PPCISD::DYNALLOC, dl, VTs, Ops); in LowerDYNAMIC_STACKALLOC()
|