HomeSort by relevance Sort by last modified time
    Searched refs:StructRet (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/IR/
Attributes.h 103 StructRet, ///< Hidden pointer to structure to return
Function.h 300 return AttributeSets.hasAttribute(1, Attribute::StructRet);
Instructions.h     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 787 !Attrs.hasAttribute(Idx, Attribute::StructRet) &&
797 Attrs.hasAttribute(Idx, Attribute::StructRet)) ||
799 Attrs.hasAttribute(Idx, Attribute::StructRet))), "Attributes "
810 Assert1(!(Attrs.hasAttribute(Idx, Attribute::StructRet) &&
    [all...]
Attributes.cpp 217 if (hasAttribute(Attribute::StructRet))
352 case Attribute::StructRet: return 1 << 4;
    [all...]
Function.cpp 122 return false; // StructRet param must be first param
124 hasAttribute(1, Attribute::StructRet);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 226 case Attribute::StructRet:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 491 HANDLE_ATTR(StructRet);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 604 *Kind = Attribute::StructRet;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 300 milliseconds