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

  /external/llvm/include/llvm/IR/
Attributes.h 77 InReg, ///< Force argument to be passed in register
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
69 bool isInReg() const { return Flags & InReg; }
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
TargetInfo.cpp 453 // Floating-point types don't go inreg.
939 bool InReg = shouldUseInReg(Ty, State, NeedsPadding);
942 if (InReg)
946 if (InReg)
    [all...]

Completed in 726 milliseconds