Home
last modified time | relevance | path

Searched refs:InReg (Results 1 – 19 of 19) sorted by relevance

/trueos/contrib/llvm/include/llvm/Target/
HDTargetCallingConv.h31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member
62 bool isInReg() const { return Flags & InReg; } in isInReg()
HDTargetLowering.h1982 IsInReg(cs.paramHasAttr(0, Attribute::InReg)), in CallLoweringInfo()
/trueos/contrib/llvm/tools/clang/include/clang/CodeGen/
HDCGFunctionInfo.h73 bool InReg; variable
79 BoolData1(B1), InReg(IR), PaddingInReg(PIR) {} in ABIArgInfo()
156 return InReg; in getInReg()
/trueos/contrib/llvm/include/llvm/IR/
HDAttributes.h76 InReg, ///< Force argument to be passed in register enumerator
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp1087 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()
HDTargetInfo.cpp953 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/
HDAttributes.cpp171 if (hasAttribute(Attribute::InReg)) in getAsString()
357 case Attribute::InReg: return 1 << 3; in getAttrMask()
HDVerifier.cpp832 Attrs.hasAttribute(Idx, Attribute::InReg)) || in VerifyParameterAttrs()
834 Attrs.hasAttribute(Idx, Attribute::InReg))), "Attributes " in VerifyParameterAttrs()
/trueos/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp1796 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()
HDX86ISelLowering.cpp12197 if (Attrs.hasAttribute(Idx, Attribute::InReg)) in LowerINIT_TRAMPOLINE()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1031 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()
HDTargetLowering.cpp73 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1215 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMFastISel.cpp2415 if (CS.paramHasAttr(AttrInd, Attribute::InReg) || in SelectCall()
3092 if (F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in FastLowerArguments()
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.cpp1159 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/
HDPPCFastISel.cpp1425 if (CS.paramHasAttr(AttrIdx, Attribute::InReg) || in SelectCall()
/trueos/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp489 HANDLE_ATTR(InReg); in printAttributes()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp176 case Attribute::InReg: in getAttrKindEncoding()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp530 return Attribute::InReg; in GetAttrFromCode()