Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp72 unsigned InReg = MI->getOperand(1).getReg(); in processBlock() local
78 OrigRegs.push_back(InReg); in processBlock()
104 .addReg(InReg); in processBlock()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h90 bool InReg : 1; // isDirect() || isExtend() || isIndirect() variable
94 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {} in ABIArgInfo()
99 TheKind(Direct), PaddingInReg(false), InReg(false) {} in ABIArgInfo()
206 return InReg; in getInReg()
211 InReg = IR; in setInReg()
/external/llvm/include/llvm/Target/
DTargetCallingConv.h33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member
70 bool isInReg() const { return Flags & InReg; } in isInReg()
DTargetLowering.h2392 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp145 if (F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::InReg) || in isArgPassedInSGPR()
/external/llvm/include/llvm/CodeGen/
DFastISel.h100 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee()
124 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
/external/llvm/include/llvm/IR/
DAttributes.td58 def InReg : EnumAttr<"inreg">;
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp362 Call->addAttribute(1, Attribute::InReg); in generateLSDAInEAXThunk()
DX86FastISel.cpp2741 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
2823 CS->paramHasAttr(1, Attribute::InReg)) in computeBytesPoppedByCallee()
DX86ISelLowering.cpp17620 if (Attrs.hasAttribute(Idx, Attribute::InReg)) { in LowerINIT_TRAMPOLINE()
/external/llvm/lib/IR/
DAttributes.cpp209 if (hasAttribute(Attribute::InReg)) in getAsString()
412 case Attribute::InReg: return 1 << 3; in getAttrMask()
DVerifier.cpp1305 Attrs.hasAttribute(Idx, Attribute::InReg); in VerifyParameterAttrs()
2441 Attribute::InReg, Attribute::Returned}; in getParameterABIAttributes()
/external/clang/lib/CodeGen/
DCGCall.cpp1611 RetAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
1648 SRETAttrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
1674 llvm::Attribute::InReg)); in ConstructAttributeList()
1695 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
1700 Attrs.addAttribute(llvm::Attribute::InReg); in ConstructAttributeList()
DTargetInfo.cpp1400 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType() local
1403 if (InReg) in classifyArgumentType()
1407 if (InReg) in classifyArgumentType()
6580 bool InReg; member
6583 : Context(c), DL(dl), Size(0), InReg(false) {} in CoerceBuilder()
6618 InReg = true; in addFloat()
6714 if (CB.InReg) in classifyType()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp85 IsInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
864 Attrs.push_back(Attribute::InReg); in getReturnAttrs()
DSelectionDAGBuilder.cpp974 unsigned InReg = It->second; in getCopyFromRegs() local
976 DAG.getDataLayout(), InReg, Ty); in getCopyFromRegs()
1166 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); in getValueImpl() local
1167 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
1366 Attribute::InReg); in visitRet()
6974 Attrs.push_back(Attribute::InReg); in getReturnAttrs()
7349 if (F.getAttributes().hasAttribute(Idx, Attribute::InReg)) in LowerArguments()
DTargetLowering.cpp74 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2343 if (CS.paramHasAttr(AttrInd, Attribute::InReg) || in SelectCall()
3017 if (F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1486 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp500 HANDLE_ATTR(InReg); in printAttributes()
/external/llvm/lib/AsmParser/
DLLParser.cpp1316 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalParamAttrs()
1400 case lltok::kw_inreg: B.addAttribute(Attribute::InReg); break; in ParseOptionalReturnAttrs()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp187 case Attribute::InReg: in getAttrKindEncoding()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2814 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1243 return Attribute::InReg; in getAttrFromCode()