Searched refs:IsInReg (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 31 unsigned IsInReg : 1; ///< Passed in register member 62 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsByRef(0), in ArgFlagsTy() 79 bool isInReg() const { return IsInReg; } in isInReg() 80 void setInReg() { IsInReg = 1; } in setInReg()
|
| H A D | FastISel.h | 74 bool IsInReg : 1; member 100 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo() 109 IsInReg = Call.hasRetAttr(Attribute::InReg); in setCallee() 133 IsInReg = Call.hasRetAttr(Attribute::InReg);
|
| H A D | TargetLowering.h | 280 bool IsInReg : 1; variable 297 : IsSExt(false), IsZExt(false), IsInReg(false), IsSRet(false), in ArgListEntry() 3707 bool IsInReg : 1; member 3735 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false), in CallLoweringInfo() 3779 IsInReg = Call.hasRetAttr(Attribute::InReg); in setCallee() 3801 IsInReg = Value;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 951 if (CLI.IsInReg) in getReturnAttrs() 1025 if (CLI.IsInReg) in lowerCallTo() 1045 if (Arg.IsInReg) in lowerCallTo()
|
| H A D | SelectionDAGBuilder.cpp | 2666 Entry.IsInReg = true; in visitSPDescriptorParent() 9337 if (CLI.IsInReg) in getReturnAttrs() 9404 Entry.IsInReg = false; in LowerCallTo() 9452 if (CLI.IsInReg) in LowerCallTo() 9508 if (Args[i].IsInReg) { in LowerCallTo()
|
| H A D | TargetLowering.cpp | 113 IsInReg = Attrs.hasParamAttribute(ArgIdx, Attribute::InReg); in setAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2418 Arg.IsInReg = true; in markLibCallAttributes()
|