Home
last modified time | relevance | path

Searched refs:hasInRegAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h135 bool hasInRegAttr() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp785 return A.hasByValAttr() || A.hasInRegAttr() || A.hasSwiftErrorAttr(); in isEligibleForTailCallOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp263 bool Argument::hasInRegAttr() const { in hasInRegAttr() function in Argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5592 if (i->hasInRegAttr()) in isEligibleForTailCallOptimization()