OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInAlloca
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h
107
unsigned AllocaFieldIndex; //
isInAlloca
()
111
bool InAllocaSRet : 1; //
isInAlloca
()
112
bool InAllocaIndirect : 1;//
isInAlloca
()
297
bool
isInAlloca
() const { return TheKind == InAlloca; }
436
assert(
isInAlloca
() && "Invalid kind!");
440
assert(
isInAlloca
() && "Invalid kind!");
445
assert(
isInAlloca
() && "Invalid kind!");
449
assert(
isInAlloca
() && "Invalid kind!");
456
assert(
isInAlloca
() && "Invalid kind!");
461
assert(
isInAlloca
() && "Invalid kind!")
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetCallingConv.h
38
unsigned
IsInAlloca
: 1; ///< Passed with inalloca
63
IsNest(0), IsReturned(0), IsSplit(0),
IsInAlloca
(0),
91
bool
isInAlloca
() const { return
IsInAlloca
; }
92
void setInAlloca() {
IsInAlloca
= 1; }
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
915
if (Out.Flags.
isInAlloca
())
1045
if (In.Flags.
isInAlloca
())
1101
if (Out.Flags.
isInAlloca
())
1131
if (In.Flags.
isInAlloca
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp
413
assert(ThisAI.
isInAlloca
() && "this is passed directly or inalloca");
CGCall.cpp
1538
return RI.isIndirect() || (RI.
isInAlloca
() && RI.getInAllocaSRet());
4676
if (RetAI.isIndirect() || RetAI.
isInAlloca
() || RetAI.isCoerceAndExpand()) {
4689
} else if (RetAI.
isInAlloca
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp
160
if (Flags.isByVal() || Flags.
isInAlloca
() || Flags.isPreallocated()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
558
if (!Outs.empty() && Outs.back().Flags.
isInAlloca
()) {
588
if (Flags.
isInAlloca
())
677
if (Flags.
isInAlloca
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
9544
if (Args[i].
IsInAlloca
) {
9554
if (Args[i].IsByVal || Args[i].
IsInAlloca
|| Args[i].IsPreallocated) {
10104
if (Flags.isByVal() || Flags.
isInAlloca
() || Flags.isPreallocated() ||
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
4026
if (!Outs.empty() && Outs.back().Flags.
isInAlloca
()) {
4078
if (Flags.
isInAlloca
() || Flags.isPreallocated())
4270
if (Flags.
isInAlloca
() || Flags.isPreallocated())
[
all
...]
Completed in 77 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026