OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStructRetAttr
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Argument.h
132
bool
hasStructRetAttr
() const;
Function.h
694
bool
hasStructRetAttr
() const {
InstrTypes.h
1874
bool
hasStructRetAttr
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAddMissingPrototypes.cpp
83
if (!(NumParams == 1 && F.arg_begin()->
hasStructRetAttr
()))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp
177
Arg.hasByValAttr() || Arg.
hasStructRetAttr
() ||
211
if (F.isVarArg() || F.
hasStructRetAttr
() ||
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h
151
Arg->
hasStructRetAttr
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
Mangler.cpp
176
(FT->getNumParams() == 1 && MSFunc->
hasStructRetAttr
())))
Value.cpp
910
if (!Alignment && A->
hasStructRetAttr
()) {
Function.cpp
259
bool Argument::
hasStructRetAttr
() const {
Verifier.cpp
2412
Assert(!F.
hasStructRetAttr
() || F.getReturnType()->isVoidTy(),
2454
Assert(!F.
hasStructRetAttr
(),
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp
513
if (MF.getFunction().
hasStructRetAttr
()) {
568
if (DAG.getMachineFunction().getFunction().
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp
253
if (Formal->
hasStructRetAttr
() && Actual->getType()->isPointerTy()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelLowering.cpp
359
if (IsVarArg || MF.getFunction().
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
933
if (PtrArg->
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
265
if (MF.getFunction().
hasStructRetAttr
()) {
520
if (MF.getFunction().
hasStructRetAttr
()) {
780
bool
hasStructRetAttr
= false;
825
hasStructRetAttr
= true;
954
if (
hasStructRetAttr
)
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp
773
if (MF.getFunction().
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
505
MF.getFunction().
hasStructRetAttr
(), CLI.RetTy, Outs, OutVals, Ins,
1061
// Checking Function.
hasStructRetAttr
() here is insufficient because the IR
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
438
bool StructAttrFlag = MF.getFunction().
hasStructRetAttr
();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
1289
if (F.
hasStructRetAttr
() && CC != CallingConv::Swift &&
X86ISelLowering.cpp
2815
// Checking Function.
hasStructRetAttr
() here is insufficient because the IR
3967
MF.getFunction().
hasStructRetAttr
(), CLI.RetTy,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
3863
if (MF.getFunction().
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
2280
MF.getFunction().
hasStructRetAttr
(), Outs, OutVals, Ins, DAG,
2976
if (AFI->isCmseNSEntryFunction() && MF.getFunction().
hasStructRetAttr
()) {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
7399
auto IsCallerStructRet = Caller.
hasStructRetAttr
();
Completed in 175 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026