| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCTLSDynamicCall.cpp | 72 unsigned InReg = MI->getOperand(1).getReg(); in processBlock() local 78 OrigRegs.push_back(InReg); in processBlock() 104 .addReg(InReg); in processBlock()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | CGFunctionInfo.h | 89 bool InReg : 1; // isDirect() || isExtend() || isIndirect() variable 93 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {} in ABIArgInfo() 98 TheKind(Direct), PaddingInReg(false), InReg(false) {} in ABIArgInfo() 205 return InReg; in getInReg() 210 InReg = IR; in setInReg()
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetCallingConv.h | 33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member 70 bool isInReg() const { return Flags & InReg; } in isInReg()
|
| HD | TargetLowering.h | 2357 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | FastISel.h | 100 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee() 124 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Attributes.h | 78 InReg, ///< Force argument to be passed in register enumerator
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86WinEHState.cpp | 355 Call->addAttribute(1, Attribute::InReg); in generateLSDAInEAXThunk()
|
| HD | X86FastISel.cpp | 2730 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments() 2811 if (CS && CS->paramHasAttr(1, Attribute::InReg)) in computeBytesPoppedByCallee()
|
| HD | X86ISelLowering.cpp | 16500 if (Attrs.hasAttribute(Idx, Attribute::InReg)) in LowerINIT_TRAMPOLINE()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Attributes.cpp | 205 if (hasAttribute(Attribute::InReg)) in getAsString() 406 case Attribute::InReg: return 1 << 3; in getAttrMask()
|
| HD | Verifier.cpp | 1324 Attrs.hasAttribute(Idx, Attribute::InReg); in VerifyParameterAttrs() 2327 Attribute::InReg, Attribute::Returned}; in getParameterABIAttributes()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCall.cpp | 1571 RetAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1608 SRETAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1634 llvm::Attribute::InReg)); in ConstructAttributeList() 1655 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList() 1660 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
|
| HD | TargetInfo.cpp | 1132 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType() local 1135 if (InReg) in classifyArgumentType() 1139 if (InReg) in classifyArgumentType() 6232 bool InReg; member 6235 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder() 6270 InReg = true; in addFloat() 6366 if (CB.InReg) in classifyType()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 85 IsInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes() 861 Attrs.push_back(Attribute::InReg); in getReturnAttrs()
|
| HD | SelectionDAGBuilder.cpp | 969 unsigned InReg = It->second; in getCopyFromRegs() local 971 DAG.getDataLayout(), InReg, Ty); in getCopyFromRegs() 1161 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); in getValueImpl() local 1162 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl() 1231 Attribute::InReg); in visitRet() 6752 Attrs.push_back(Attribute::InReg); in getReturnAttrs() 7126 if (F.getAttributes().hasAttribute(Idx, Attribute::InReg)) in LowerArguments()
|
| HD | TargetLowering.cpp | 74 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMFastISel.cpp | 2348 if (CS.paramHasAttr(AttrInd, Attribute::InReg) || in SelectCall() 3019 if (F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 1509 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo()
|
| /NextBSD/contrib/llvm/lib/Target/CppBackend/ |
| HD | CPPBackend.cpp | 500 HANDLE_ATTR(InReg); in printAttributes()
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 1254 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalParamAttrs() 1326 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalReturnAttrs()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 179 case Attribute::InReg: in getAttrKindEncoding()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 1108 return Attribute::InReg; in getAttrFromCode()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64FastISel.cpp | 2851 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
|