| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetCallingConv.h | 31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member 62 bool isInReg() const { return Flags & InReg; } in isInReg()
|
| HD | TargetLowering.h | 1982 IsInReg(cs.paramHasAttr(0, Attribute::InReg)), in CallLoweringInfo()
|
| /trueos/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | CGFunctionInfo.h | 73 bool InReg; variable 79 BoolData1(B1), InReg(IR), PaddingInReg(PIR) {} in ABIArgInfo() 156 return InReg; in getInReg()
|
| /trueos/contrib/llvm/include/llvm/IR/ |
| HD | Attributes.h | 76 InReg, ///< Force argument to be passed in register enumerator
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 1087 RetAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1096 SRETAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1126 llvm::Attribute::InReg)); in ConstructAttributeList() 1143 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1160 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
|
| HD | TargetInfo.cpp | 953 bool InReg = shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding); in classifyArgumentType() local 956 if (InReg) in classifyArgumentType() 960 if (InReg) in classifyArgumentType() 5329 bool InReg; member 5332 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder() 5367 InReg = true; in addFloat() 5468 if (CB.InReg) in classifyType()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Attributes.cpp | 171 if (hasAttribute(Attribute::InReg)) in getAsString() 357 case Attribute::InReg: return 1 << 3; in getAttrMask()
|
| HD | Verifier.cpp | 832 Attrs.hasAttribute(Idx, Attribute::InReg)) || in VerifyParameterAttrs() 834 Attrs.hasAttribute(Idx, Attribute::InReg))), "Attributes " in VerifyParameterAttrs()
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86FastISel.cpp | 1796 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in FastLowerArguments() 1873 if (CS.paramHasAttr(1, Attribute::InReg)) in computeBytesPoppedByCallee() 1972 if (CS.paramHasAttr(AttrInd, Attribute::InReg)) in DoSelectCall() 2248 if (CS.paramHasAttr(0, Attribute::InReg)) in DoSelectCall()
|
| HD | X86ISelLowering.cpp | 12197 if (Attrs.hasAttribute(Idx, Attribute::InReg)) in LowerINIT_TRAMPOLINE()
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 1031 unsigned InReg = It->second; in getValue() local 1033 InReg, V->getType()); in getValue() 1191 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); in getValueImpl() local 1192 RegsForValue RFV(*DAG.getContext(), *TLI, InReg, Inst->getType()); in getValueImpl() 1271 Attribute::InReg)) in visitRet() 7262 if (F.getAttributes().hasAttribute(Idx, Attribute::InReg)) in LowerArguments()
|
| HD | TargetLowering.cpp | 73 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1215 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 2415 if (CS.paramHasAttr(AttrInd, Attribute::InReg) || in SelectCall() 3092 if (F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in FastLowerArguments()
|
| /trueos/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 1159 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalParamAttrs() 1213 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalReturnAttrs()
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCFastISel.cpp | 1425 if (CS.paramHasAttr(AttrIdx, Attribute::InReg) || in SelectCall()
|
| /trueos/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 489 HANDLE_ATTR(InReg); in printAttributes()
|
| /trueos/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 176 case Attribute::InReg: in getAttrKindEncoding()
|
| /trueos/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 530 return Attribute::InReg; in GetAttrFromCode()
|