Searched defs:InReg (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member in struct:llvm::ISD::ArgFlagsTy
69 bool isInReg() const { return Flags & InReg; }
/external/llvm/include/llvm/IR/
H A DAttributes.h77 InReg, ///< Force argument to be passed in register enumerator in enum:llvm::Attribute::AttrKind
/external/clang/lib/CodeGen/
H A DCGCall.cpp1170 RetAttrs.addAttribute(llvm::Attribute::InReg);
1186 SRETAttrs.addAttribute(llvm::Attribute::InReg);
1225 llvm::Attribute::InReg)); member in class:llvm::Attribute
1242 Attrs.addAttribute(llvm::Attribute::InReg);
1260 Attrs.addAttribute(llvm::Attribute::InReg);
H A DTargetInfo.cpp939 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); local
942 if (InReg)
946 if (InReg)
5671 // We also compute the InReg flag which indicates that the struct contains
5679 bool InReg; member in struct:__anon17887::SparcV9ABIInfo::CoerceBuilder
5682 : Context(c), DL(dl), Size(0), InReg(false) {}
5715 // The InReg flag is only required if there are any floats < 64 bits.
5717 InReg = true;
5818 if (CB.InReg)

Completed in 1188 milliseconds