Searched refs:CallSeqStart (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp831 MachineInstrBuilder CallSeqStart;
833 CallSeqStart = MIRBuilder.buildInstr(AArch64::ADJCALLSTACKDOWN);
923 CallSeqStart.addImm(NumBytes).addImm(0);
989 MachineInstrBuilder CallSeqStart;
990 CallSeqStart = MIRBuilder.buildInstr(AArch64::ADJCALLSTACKDOWN);
1048 CallSeqStart.addImm(Handler.StackSize).addImm(0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp516 auto CallSeqStart = MIRBuilder.buildInstr(ARM::ADJCALLSTACKDOWN);
578 CallSeqStart.addImm(ArgHandler.StackSize).addImm(0).add(predOps(ARMCC::AL));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp394 auto CallSeqStart = MIRBuilder.buildInstr(AdjStackDown); local
481 CallSeqStart.addImm(Handler.getStackSize())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp524 MachineInstrBuilder CallSeqStart = local
591 CallSeqStart.addImm(NextStackOffset).addImm(0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 SDValue InFlag, SDValue Chain, SDValue CallSeqStart,
1193 SDValue CallSeqStart,
H A DPPCISelLowering.cpp5401 static SDValue getOutputChainFromCallSeq(SDValue CallSeqStart) { argument
5402 assert(CallSeqStart.getOpcode() == ISD::CALLSEQ_START &&
5408 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1);
5412 return CallSeqStart.getValue(CallSeqStart->getNumValues() - 2);
5430 SDValue CallSeqStart,
5461 SDValue LDChain = getOutputChainFromCallSeq(CallSeqStart);
5606 SDValue Chain, SDValue CallSeqStart, SDValue &Callee, int SPDiff,
5621 prepareDescriptorIndirectCall(DAG, Callee, Glue, Chain, CallSeqStart, C
5428 prepareDescriptorIndirectCall(SelectionDAG &DAG, SDValue &Callee, SDValue &Glue, SDValue &Chain, SDValue CallSeqStart, const CallBase *CB, const SDLoc &dl, bool hasNest, const PPCSubtarget &Subtarget) argument
5603 FinishCall( CallFlags CFlags, const SDLoc &dl, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue Glue, SDValue Chain, SDValue CallSeqStart, SDValue &Callee, int SPDiff, unsigned NumBytes, const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<SDValue> &InVals, const CallBase *CB) const argument
5853 SDValue CallSeqStart = Chain; local
5993 createMemcpyOutsideCallSeq( SDValue Arg, SDValue PtrOff, SDValue CallSeqStart, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, const SDLoc &dl) const argument
6193 SDValue CallSeqStart = Chain; local
6753 SDValue CallSeqStart = Chain; local
7539 SDValue CallSeqStart = Chain; local
[all...]

Completed in 149 milliseconds