Home
last modified time | relevance | path

Searched refs:getB (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dppc64-sort-small-cm-relocs-input3.s14 .global getB
15 .type getB,@function
16 getB: label
21 .localentry getB, .LlepB-.LgepB
/llvm-project-15.0.7/mlir/lib/Conversion/ArmNeon2dToIntr/
H A DArmNeon2dToIntr.cpp31 Type elemType = op.getB().getType().cast<VectorType>().getElementType(); in matchAndRewrite()
32 int length = op.getB().getType().cast<VectorType>().getShape()[0] * in matchAndRewrite()
35 Value b2d = op.getB(); in matchAndRewrite()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Drvalue-references.cpp8 B &getB();
16 A &&getA() { return static_cast<A&&>(getB()); } in getA()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninitialized.cpp441 B getB() { return B(); }; in getB() function
442 B getB(int x) { return B(); }; in getB() function
443 B getB(int *x) { return B(); }; in getB() function
444 B getB(B *b) { return B(); }; in getB() function
456 B b4 = getB(); in setupB()
457 B b5 = getB(&b5); in setupB()
458 B b6 = getB(&b6.x); in setupB()
495 B b4 = getB();
496 B b5 = getB(&b5);
497 B b6 = getB(&b6.x);
[all …]
H A Derr_typecheck_assign_const_filecheck.cpp49 B &getB() const;
202 Ca.getB().c.d.e.num = 5; in test4()
232 Ca.getB().c.d.Ce.num = 5; in test5()
H A Drecovery-expr-type.cpp52 static constexpr int getB() { // expected-note{{candidate template ignored}} in getB() function
56 return AA<T>::getB(); // expected-error{{no matching function for call to 'getB'}} in foo2()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.constr/
H A Dnon-function-templates.cpp57 …static constexpr int getB() { // expected-note{{candidate template ignored: constraints not satisf… in getB() function
73 return AA<T>::getB<T[2]>(); // expected-error{{no matching function for call to 'getB'}} in foo2()
/llvm-project-15.0.7/clang/test/Modules/Inputs/Modified/
H A DB.h3 int getB();
/llvm-project-15.0.7/mlir/include/mlir/Dialect/ArmNeon/
H A DArmNeon.td140 CPred<"getB().getType().cast<VectorType>().getShape().size() == 2">
144 CPred<"getB().getType().cast<VectorType>().getShape()[1] == 4">
148 …CPred<"getB().getType().cast<VectorType>().getShape()[0] == getA().getType().cast<VectorType>().ge…
/llvm-project-15.0.7/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c21 void getB(IB *st, Hdr2 *usedtobeundef);
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-tokens.m135 + (Foo*)getB; class
551 // CHECK-PROP-AFTER-METHOD: Punctuation: "+" [135:1 - 135:2] ObjCClassMethodDecl=getB:135:9
552 // CHECK-PROP-AFTER-METHOD: Punctuation: "(" [135:3 - 135:4] ObjCClassMethodDecl=getB:135:9
554 // CHECK-PROP-AFTER-METHOD: Punctuation: "*" [135:7 - 135:8] ObjCClassMethodDecl=getB:135:9
555 // CHECK-PROP-AFTER-METHOD: Punctuation: ")" [135:8 - 135:9] ObjCClassMethodDecl=getB:135:9
556 // CHECK-PROP-AFTER-METHOD: Identifier: "getB" [135:9 - 135:13] ObjCClassMethodDecl=getB:135:9
557 // CHECK-PROP-AFTER-METHOD: Punctuation: ";" [135:13 - 135:14] ObjCClassMethodDecl=getB:135:9
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format.td427 // TYPE: odsPrinter.printStrippedAttrOrType(getB());
487 // TYPE: if ((getB())) {
489 // TYPE: if ((getB()))
490 // TYPE: odsPrinter.printStrippedAttrOrType(getB());
530 // TYPE-NEXT: getB()
H A Dop-decl-and-defs.td61 // CHECK: ::mlir::ValueRange getB();
82 // CHECK: ::mlir::Operation::operand_range getB();
135 // CHECK: ::mlir::ValueRange getB();
172 // CHECK: ::mlir::Value getB();
/llvm-project-15.0.7/clang/test/Modules/
H A Dmodify-module.m26 int getValue() { return getA() + getB(); }
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dthis-stack_value.ll15 ; B *getB() { return new B(); }
67 !7 = distinct !DISubprogram(name: "getB", linkageName: "_Z4getBv", scope: !1, file: !1, line: 11, t…
/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DLegalizeForLLVMExport.cpp118 adaptor.getB(), scale); in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp346 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint
424 *getB() << "*Y = " << *getC() << "\n"; in dump()
486 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
487 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()
491 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
492 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
505 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
507 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
509 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
572 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY()); in intersectConstraints()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h422 const SCEV *getB() const;
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp539 ValueRange{adaptor.getA(), adaptor.getB()}, ValueRange{zeroTensor}); in matchAndRewrite()
550 ValueRange{adaptor.getA(), adaptor.getB(), aZp, bZp}, zeroTensor); in matchAndRewrite()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td2450 auto bTypes = adaptor.getB().getTypes();