/external/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 72 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/ |
D | CGFunctionInfo.h | 90 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/ |
D | TargetCallingConv.h | 33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member 70 bool isInReg() const { return Flags & InReg; } in isInReg()
|
D | TargetLowering.h | 2392 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 145 if (F->getAttributes().hasAttribute(A->getArgNo() + 1, Attribute::InReg) || in isArgPassedInSGPR()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 100 IsInReg = Call.paramHasAttr(0, Attribute::InReg); in setCallee() 124 IsInReg = Call.paramHasAttr(0, Attribute::InReg);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 58 def InReg : EnumAttr<"inreg">;
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 362 Call->addAttribute(1, Attribute::InReg); in generateLSDAInEAXThunk()
|
D | X86FastISel.cpp | 2741 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments() 2823 CS->paramHasAttr(1, Attribute::InReg)) in computeBytesPoppedByCallee()
|
D | X86ISelLowering.cpp | 17620 if (Attrs.hasAttribute(Idx, Attribute::InReg)) { in LowerINIT_TRAMPOLINE()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 209 if (hasAttribute(Attribute::InReg)) in getAsString() 412 case Attribute::InReg: return 1 << 3; in getAttrMask()
|
D | Verifier.cpp | 1305 Attrs.hasAttribute(Idx, Attribute::InReg); in VerifyParameterAttrs() 2441 Attribute::InReg, Attribute::Returned}; in getParameterABIAttributes()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1611 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()
|
D | TargetInfo.cpp | 1400 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/ |
D | FastISel.cpp | 85 IsInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes() 864 Attrs.push_back(Attribute::InReg); in getReturnAttrs()
|
D | SelectionDAGBuilder.cpp | 974 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()
|
D | TargetLowering.cpp | 74 isInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg); in setAttributes()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2343 if (CS.paramHasAttr(AttrInd, Attribute::InReg) || in SelectCall() 3017 if (F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1486 if (attr.hasAttribute(AttributeSet::ReturnIndex, Attribute::InReg)) in GetReturnInfo()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 500 HANDLE_ATTR(InReg); in printAttributes()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1316 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/ |
D | BitcodeWriter.cpp | 187 case Attribute::InReg: in getAttrKindEncoding()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2814 F->getAttributes().hasAttribute(Idx, Attribute::InReg) || in fastLowerArguments()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1243 return Attribute::InReg; in getAttrFromCode()
|