Home
last modified time | relevance | path

Searched refs:POS (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/mlir/test/Conversion/TosaToArith/
H A Dtosa-to-arith.mlir44 // CHECK-DAG: %[[POS:.+]] = arith.cmpi sge, %arg0, %[[C0]]
45 // CHECK-DAG: %[[DIR:.+]] = arith.select %[[POS]], %[[C1]], %[[CN1]]
114 // CHECK-DAG: %[[POS:.+]] = arith.cmpi sge, %arg0, %[[C0]]
115 // CHECK-DAG: %[[DBIT:.+]] = arith.select %[[POS]], %[[DUP]], %[[DDOWN]]
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Duse-scalar-epilogue-if-tp-fails.ll18 ; CHECK-NEXT: [[PTR0:%.*]] = load i8*, i8** [[POS:%.*]], align 4
59 ; CHECK-NEXT: store i8* [[INCDEC_PTR_LCSSA]], i8** [[POS]], align 4
84 ; CHECK-NEXT: [[PTR0:%.*]] = load i8*, i8** [[POS:%.*]], align 4
125 ; CHECK-NEXT: store i8* [[INCDEC_PTR_LCSSA]], i8** [[POS]], align 4
/llvm-project-15.0.7/llvm/test/FileCheck/dump-input/
H A Dannotations.txt688 ; RUN: | FileCheck -match-full-lines %s -check-prefix=SUBST-POS
690 ; SUBST-POS:<<<<<<
691 ; SUBST-POS-NEXT: 1: def-match1 def-match2
692 ; SUBST-POS-NEXT:check:1'0 ^~~~~~~~~~~~~~~~~~~~~
695 ; SUBST-POS-NEXT:check:2'0 X error: match failed for invalid pattern
696 ; SUBST-POS-NEXT:check:2'1 undefined variable: UNDEF
698 ; SUBST-POS-NEXT:check:2'3 with "DEF_NOMATCH" equal to "foobar"
699 ; SUBST-POS-NEXT: 2: def-match1 def-nomatch
700 ; SUBST-POS-NEXT:check:2'0 ~~~~~~~~~~~~~~~~~~~~~~~
701 ; SUBST-POS-NEXT:check:2'4 ? possible intended match
[all …]
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp505 ProfOStream POS(OS); in write() local
506 return writeImpl(POS); in write()
512 ProfOStream POS(OS); in writeBuffer() local
514 if (Error E = writeImpl(POS)) in writeBuffer()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ARM/
H A Dtail-folding-scalar-epilogue-fallback.ll15 ; CHECK-NEXT: [[PTR0:%.*]] = load i8*, i8** [[POS:%.*]], align 4
56 ; CHECK-NEXT: store i8* [[INCDEC_PTR_LCSSA]], i8** [[POS]], align 4
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dcount.test29 RUN: not llvm-ar xN 0 %t/archive.a foo.txt 2>&1 | FileCheck %s --check-prefix=ERR-NOT-POS
35 ERR-NOT-POS: error: value for [count] must be positive
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir36 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : i32
38 // CHECK: %{{.+}} = spv.Select %[[POS]], %[[ABS]], %[[NEG]] : i1, i32
68 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : i32
70 // CHECK: %{{.+}} = spv.Select %[[POS]], %[[ABS]], %[[NEG]] : i1, i32
115 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : vector<3xi16>
958 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : i32
960 // CHECK: %{{.+}} = spv.Select %[[POS]], %[[ABS]], %[[NEG]] : i1, i32
971 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : vector<3xi16>
1041 // CHECK: %[[POS:.+]] = spv.IEqual %[[LHS]], %[[LABS]] : i32
1043 // CHECK: %{{.+}} = spv.Select %[[POS]], %[[ABS]], %[[NEG]] : i1, i32
[all …]
/llvm-project-15.0.7/flang/docs/
H A Df2018-grammar.md600 POS = scalar-int-expr | REC = scalar-int-expr |
648 PENDING = scalar-logical-variable | POS = scalar-int-variable |
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td75 def POS : Package<"pos">, ParentPackage<CERT>;
979 let ParentPackage = POS in {
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1872 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); in LowerUDIVREM64() local
1874 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS); in LowerUDIVREM64()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp991 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) { in getArrayIndexingBound() local
993 return POS; in getArrayIndexingBound()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp1059 if (const auto *POS = in checkFortifiedBuiltinMemoryFunction() local
1061 BOSType = POS->getType(); in checkFortifiedBuiltinMemoryFunction()