OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStructRetAttr
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/IR/
Argument.h
79
bool
hasStructRetAttr
() const;
Function.h
299
bool
hasStructRetAttr
() const {
Instructions.h
[
all
...]
/external/llvm/lib/Target/
Mangler.cpp
234
(FT->getNumParams() == 1 && F->
hasStructRetAttr
())))
/external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h
312
Arg->
hasStructRetAttr
())
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
211
if (MF.getFunction()->
hasStructRetAttr
()) {
472
if (MF.getFunction()->
hasStructRetAttr
()) {
712
bool
hasStructRetAttr
= false;
753
hasStructRetAttr
= true;
[
all
...]
/external/llvm/lib/IR/
Function.cpp
119
bool Argument::
hasStructRetAttr
() const {
Verifier.cpp
[
all
...]
/external/llvm/lib/Analysis/
Lint.cpp
247
if (Formal->
hasStructRetAttr
() && Actual->getType()->isPointerTy()) {
ValueTracking.cpp
316
} else if (TD && A->
hasStructRetAttr
()) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
625
if (!A->
hasStructRetAttr
())
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
428
DAG.getMachineFunction().getFunction()->
hasStructRetAttr
();
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
829
if (F.
hasStructRetAttr
() &&
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 946 milliseconds