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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
60 bool isInReg() const { return Flags & InReg; }
  /external/llvm/include/llvm/
Attributes.h 106 DECLARE_LLVM_ATTRIBUTE(InReg,1<<3) ///< Force argument to be passed in register
  /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     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 466 HANDLE_ATTR(InReg);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 899 case lltok::kw_inreg: Attrs |= Attribute::InReg; break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 265 milliseconds