Searched defs:InReg (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member in struct:llvm::ISD::ArgFlagsTy
60 bool isInReg() const { return Flags & InReg; }
/external/clang/lib/CodeGen/
H A DABIInfo.h77 bool InReg; member in class:clang::ABIArgInfo
82 BoolData1(B1), InReg(IR) {}
148 return InReg;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp994 unsigned InReg = It->second; local
995 RegsForValue RFV(*DAG.getContext(), TLI, InReg, V->getType());
1149 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); local
1150 RegsForValue RFV(*DAG.getContext(), TLI, InReg, Inst->getType());
1225 if (F->paramHasAttr(0, Attribute::InReg))
5324 Entry.isInReg = CS.paramHasAttr(attrInd, Attribute::InReg);
6684 if (F.paramHasAttr(Idx, Attribute::InReg))

Completed in 1017 milliseconds