/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 386 auto CallSeqStart = MIRBuilder.buildInstr(AdjStackDown); in lowerCall() local 465 CallSeqStart.addImm(Handler.getStackSize()) in lowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 358 auto CallSeqStart = MIRBuilder.buildInstr(AArch64::ADJCALLSTACKDOWN); in lowerCall() local 411 CallSeqStart.addImm(Handler.StackSize).addImm(0); in lowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsCallLowering.cpp | 319 MachineInstrBuilder CallSeqStart = in lowerCall() local 374 CallSeqStart.addImm(NextStackOffset).addImm(0); in lowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 511 auto CallSeqStart = MIRBuilder.buildInstr(ARM::ADJCALLSTACKDOWN); in lowerCall() local 585 CallSeqStart.addImm(ArgHandler.StackSize).addImm(0).add(predOps(ARMCC::AL)); in lowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 845 SDValue InFlag, SDValue Chain, SDValue CallSeqStart, 890 SDValue CallSeqStart,
|
D | PPCISelLowering.cpp | 4339 SDValue CallSeqStart, const SDLoc &dl, int SPDiff, bool isTailCall, in PrepareCall() argument 4446 SDValue LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-1); in PrepareCall() 4448 LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-2); in PrepareCall() 4589 SDValue Chain, SDValue CallSeqStart, SDValue &Callee, int SPDiff, in FinishCall() argument 4595 unsigned CallOpc = PrepareCall(DAG, Callee, InFlag, Chain, CallSeqStart, dl, in FinishCall() 4844 SDValue CallSeqStart = Chain; in LowerCall_32SVR4() local 4889 CallSeqStart.getNode()->getOperand(0), in LowerCall_32SVR4() 4894 CallSeqStart.getNode()->getOperand(1), in LowerCall_32SVR4() 4896 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in LowerCall_32SVR4() 4898 Chain = CallSeqStart = NewCallSeqStart; in LowerCall_32SVR4() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1004 SDValue InFlag, SDValue Chain, SDValue CallSeqStart, 1047 SDValue CallSeqStart,
|
D | PPCISelLowering.cpp | 4868 SDValue CallSeqStart, const SDLoc &dl, int SPDiff, bool isTailCall, in PrepareCall() argument 4974 SDValue LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-1); in PrepareCall() 4976 LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-2); in PrepareCall() 5115 SDValue Chain, SDValue CallSeqStart, SDValue &Callee, int SPDiff, in FinishCall() argument 5120 unsigned CallOpc = PrepareCall(DAG, Callee, InFlag, Chain, CallSeqStart, dl, in FinishCall() 5379 SDValue CallSeqStart = Chain; in LowerCall_32SVR4() local 5424 CallSeqStart.getNode()->getOperand(0), in LowerCall_32SVR4() 5430 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in LowerCall_32SVR4() 5432 Chain = CallSeqStart = NewCallSeqStart; in LowerCall_32SVR4() 5497 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff, in LowerCall_32SVR4() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2936 SDValue CallSeqStart = Chain; in LowerCall_SVR4() local 2981 CallSeqStart.getNode()->getOperand(0), in LowerCall_SVR4() 2986 CallSeqStart.getNode()->getOperand(1)); in LowerCall_SVR4() 2987 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in LowerCall_SVR4() 2989 Chain = CallSeqStart = NewCallSeqStart; in LowerCall_SVR4() 3099 SDValue CallSeqStart = Chain; in LowerCall_Darwin() local 3185 CallSeqStart.getNode()->getOperand(0), in LowerCall_Darwin() 3189 CallSeqStart.getNode()->getOperand(1)); in LowerCall_Darwin() 3190 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in LowerCall_Darwin() 3192 Chain = CallSeqStart = NewCallSeqStart; in LowerCall_Darwin() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 45 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart, 756 [(CallSeqStart timm:$amt1, timm:$amt2)]>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 33 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_RISCVCallSeqStart, 786 [(CallSeqStart timm:$amt1, timm:$amt2)]>;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 44 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart, 758 [(CallSeqStart timm:$amt)]>;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1959 SDValue Chain, CallSeqStart, ByValChain; in LowerCall() local 1961 Chain = CallSeqStart = DAG.getCALLSEQ_START(InChain, NextStackOffsetVal); in LowerCall() 2084 DAG.UpdateNodeOperands(CallSeqStart.getNode(), ByValChain, in LowerCall()
|