Home
last modified time | relevance | path

Searched refs:getCanBeFlattened (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h406 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h406 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h395 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h396 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h395 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h401 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h401 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h446 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h446 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h446 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/CodeGen/
H A DCGFunctionInfo.h465 bool getCanBeFlattened() const { in getCanBeFlattened() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp1468 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1650 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2500 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4130 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp1453 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1635 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2462 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4076 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1468 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1650 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2500 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4130 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp1462 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1644 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2477 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4082 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp1456 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1638 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2453 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4044 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCall.cpp1506 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1695 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2904 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4960 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp1492 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1681 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2884 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4942 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp1491 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1680 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2743 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4797 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp1465 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1647 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2608 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4575 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()

12