Home
last modified time | relevance | path

Searched refs:ArgCCInfo (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1200 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1201 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
1205 IsTailCall = IsEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, in LowerCall()
1215 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1333 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1334 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
1338 IsTailCall = IsEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, in LowerCall()
1348 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2114 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2117 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2119 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2123 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2132 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2216 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2219 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2221 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2225 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2234 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2148 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2151 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2153 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2157 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2166 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2148 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2151 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2153 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2157 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2166 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2200 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2203 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2205 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2209 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2218 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2019 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2020 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2024 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2033 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2547 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
2550 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
2552 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
2556 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
2565 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3664 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
3667 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
3669 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_GHC); in LowerCall()
3671 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
3675 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
3684 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3664 CCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
3667 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_FastCC); in LowerCall()
3669 ArgCCInfo.AnalyzeCallOperands(Outs, CC_RISCV_GHC); in LowerCall()
3671 analyzeOutputArgs(MF, ArgCCInfo, Outs, /*IsRet=*/false, &CLI); in LowerCall()
3675 IsTailCall = isEligibleForTailCallOptimization(ArgCCInfo, CLI, MF, ArgLocs); in LowerCall()
3684 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1236 static bool canUseSiblingCall(const CCState &ArgCCInfo,
1281 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext());
1282 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ);
1286 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs))
1290 unsigned NumBytes = ArgCCInfo.getNextStackOffset();
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1230 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1275 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1276 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1280 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1284 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1468 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1513 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1514 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1518 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1522 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1468 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1513 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1514 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1518 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1522 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1468 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1513 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1514 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1518 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1522 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1421 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1466 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1467 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1471 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1475 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1510 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1555 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1556 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1560 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1564 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1566 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1612 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1613 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1617 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1621 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1566 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1612 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1613 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1617 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1621 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1517 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1563 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1564 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1568 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1572 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1510 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1555 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext()); in LowerCall() local
1556 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1560 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1564 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1566 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1612 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1613 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1617 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1621 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1570 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1616 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1617 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1621 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1625 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1566 static bool canUseSiblingCall(const CCState &ArgCCInfo, in canUseSiblingCall() argument
1612 SystemZCCState ArgCCInfo(CallConv, IsVarArg, MF, ArgLocs, Ctx); in LowerCall() local
1613 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ); in LowerCall()
1617 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs)) in LowerCall()
1621 unsigned NumBytes = ArgCCInfo.getNextStackOffset(); in LowerCall()

12