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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 27 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
56 bool isInReg() const { return Flags & InReg; }
  /external/llvm/include/llvm/
Attributes.h 40 const Attributes InReg = 1<<3; ///< Force argument to be passed in register
102 ByVal | InReg | Nest | StructRet,
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp     [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 43 if (Attrs & Attribute::InReg)
44 Result += "inreg ";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 827 Attributes |= llvm::Attribute::InReg;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 455 HANDLE_ATTR(InReg);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 904 case lltok::kw_inreg: Attrs |= Attribute::InReg; break;
    [all...]

Completed in 329 milliseconds