| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | ppc64-sort-small-cm-relocs-input3.s | 14 .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 D | ArmNeon2dToIntr.cpp | 31 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 D | rvalue-references.cpp | 8 B &getB(); 16 A &&getA() { return static_cast<A&&>(getB()); } in getA()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | uninitialized.cpp | 441 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 D | err_typecheck_assign_const_filecheck.cpp | 49 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 D | recovery-expr-type.cpp | 52 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 D | non-function-templates.cpp | 57 …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 D | B.h | 3 int getB();
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/ArmNeon/ |
| H A D | ArmNeon.td | 140 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 D | replay-without-inlining.c | 21 void getB(IB *st, Hdr2 *usedtobeundef);
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | annotate-tokens.m | 135 + (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 D | attr-or-type-format.td | 427 // TYPE: odsPrinter.printStrippedAttrOrType(getB()); 487 // TYPE: if ((getB())) { 489 // TYPE: if ((getB())) 490 // TYPE: odsPrinter.printStrippedAttrOrType(getB()); 530 // TYPE-NEXT: getB()
|
| H A D | op-decl-and-defs.td | 61 // 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 D | modify-module.m | 26 int getValue() { return getA() + getB(); }
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | this-stack_value.ll | 15 ; 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 D | LegalizeForLLVMExport.cpp | 118 adaptor.getB(), scale); in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 346 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 D | DependenceAnalysis.h | 422 const SCEV *getB() const;
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalgNamed.cpp | 539 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 D | TestOps.td | 2450 auto bTypes = adaptor.getB().getTypes();
|