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

  /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/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/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 24 milliseconds