Home
last modified time | relevance | path

Searched refs:AdjStackDown (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.cpp392 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall() local
393 auto CallSeqStart = MIRBuilder.buildInstr(AdjStackDown); in lowerCall()
H A DX86FastISel.cpp3324 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall() local
3325 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AdjStackDown)) in fastLowerCall()
H A DX86ISelLowering.cpp28795 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr() local
28797 BuildMI(MF, DL, TII.get(AdjStackDown)).addImm(0).addImm(0).addImm(0); in EmitLoweredTLSAddr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp838 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap() local
840 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AdjStackDown)); in selectStackmap()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1955 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs() local
1957 TII.get(AdjStackDown)) in ProcessCallArgs()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3041 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs() local
3042 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AdjStackDown)) in processCallArgs()