Searched refs:AttrKind (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp366 Attribute::AttrKind Kind = Attr.getKindAsEnum();
382 Attribute::AttrKind Kind = Attr.getKindAsEnum();
536 bool IRPosition::hasAttr(ArrayRef<Attribute::AttrKind> AKs,
539 for (Attribute::AttrKind AK : AKs)
551 void IRPosition::getAttrs(ArrayRef<Attribute::AttrKind> AKs,
555 for (Attribute::AttrKind AK : AKs) {
4719 static const Attribute::AttrKind AttrKinds[3];
4722 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
H A DGlobalOpt.cpp2130 Attribute::AttrKind A) {
2137 static void RemoveAttribute(Function *F, Attribute::AttrKind A) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h285 bool ParseOptionalDerefAttrBytes(lltok::Kind AttrKind, uint64_t &Bytes);
H A DLLParser.cpp2098 /// ::= AttrKind '(' 4 ')'
2100 /// where AttrKind is either 'dereferenceable' or 'dereferenceable_or_null'.
2101 bool LLParser::ParseOptionalDerefAttrBytes(lltok::Kind AttrKind,
2103 assert((AttrKind == lltok::kw_dereferenceable ||
2104 AttrKind == lltok::kw_dereferenceable_or_null) &&
2108 if (!EatIfPresent(AttrKind))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6585 AST_MATCHER_P(Decl, hasAttr, attr::Kind, AttrKind) {
6587 if (Attr->getKind() == AttrKind)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1676 unsigned AttrKind : 32 - NumTypeBits;
4567 AttributedTypeBits.AttrKind = attrKind;
4572 return static_cast<Kind>(AttributedTypeBits.AttrKind);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp322 bool CallBase::hasRetAttr(Attribute::AttrKind Kind) const {
333 bool CallBase::paramHasAttr(unsigned ArgNo, Attribute::AttrKind Kind) const {
343 bool CallBase::hasFnAttrOnCalledFunction(Attribute::AttrKind Kind) const {
H A DVerifier.cpp1503 static bool isFuncOnlyAttr(Attribute::AttrKind Kind) {
1557 static bool isFuncOrArgAttr(Attribute::AttrKind Kind) {
3065 static const Attribute::AttrKind ABIAttrs[] = {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1099 SmallVector<Attribute::AttrKind, 2> Attrs;
H A DSelectionDAGBuilder.cpp2571 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg))
9022 SmallVector<Attribute::AttrKind, 2> Attrs;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1311 llvm::Attribute::AttrKind FuncAttrs[] = { llvm::Attribute::NoUnwind,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp599 static uint64_t getAttrKindEncoding(Attribute::AttrKind Kind) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13231 F->addAttribute(1, Attribute::AttrKind::InReg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16841 F->addAttribute(1, Attribute::AttrKind::InReg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2500 F->addAttribute(1, Attribute::AttrKind::InReg);
[all...]

Completed in 508 milliseconds

12