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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp910 MachineInstrBuilder CallSeqStart; local
912 CallSeqStart = MIRBuilder.buildInstr(AArch64::ADJCALLSTACKDOWN);
1018 CallSeqStart.addImm(0).addImm(0);
1083 MachineInstrBuilder CallSeqStart; local
1084 CallSeqStart = MIRBuilder.buildInstr(AArch64::ADJCALLSTACKDOWN);
1156 CallSeqStart.addImm(Assigner.StackOffset).addImm(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallLowering.cpp303 auto CallSeqStart = MIRBuilder.buildInstr(AdjStackDown); local
386 CallSeqStart.addImm(Assigner.getStackSize())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp466 auto CallSeqStart = MIRBuilder.buildInstr(ARM::ADJCALLSTACKDOWN);
529 CallSeqStart.addImm(ArgAssigner.StackOffset)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp527 MachineInstrBuilder CallSeqStart = local
594 CallSeqStart.addImm(NextStackOffset).addImm(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1244 SDValue InFlag, SDValue Chain, SDValue CallSeqStart,
1287 SDValue CallSeqStart,
H A DPPCISelLowering.cpp5287 static SDValue getOutputChainFromCallSeq(SDValue CallSeqStart) { argument
5288 assert(CallSeqStart.getOpcode() == ISD::CALLSEQ_START &&
5294 SDValue LastValue = CallSeqStart.getValue(CallSeqStart->getNumValues() - 1);
5298 return CallSeqStart.getValue(CallSeqStart->getNumValues() - 2);
5316 SDValue CallSeqStart,
5347 SDValue LDChain = getOutputChainFromCallSeq(CallSeqStart);
5492 SDValue Chain, SDValue CallSeqStart, SDValue &Callee, int SPDiff,
5507 prepareDescriptorIndirectCall(DAG, Callee, Glue, Chain, CallSeqStart, C
5314 prepareDescriptorIndirectCall(SelectionDAG &DAG, SDValue &Callee, SDValue &Glue, SDValue &Chain, SDValue CallSeqStart, const CallBase *CB, const SDLoc &dl, bool hasNest, const PPCSubtarget &Subtarget) argument
5489 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
5735 SDValue CallSeqStart = Chain; local
5875 createMemcpyOutsideCallSeq( SDValue Arg, SDValue PtrOff, SDValue CallSeqStart, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, const SDLoc &dl) const argument
6063 SDValue CallSeqStart = Chain; local
7161 SDValue CallSeqStart = Chain; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1121 MachineInstrBuilder CallSeqStart; local
1123 CallSeqStart = MIRBuilder.buildInstr(AMDGPU::ADJCALLSTACKUP);
1212 CallSeqStart.addImm(NumBytes).addImm(0);

Completed in 214 milliseconds