Searched refs:uo (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | unordered-fcmp.ll | 8 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 19 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 30 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 41 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}}) 52 ; CHECK-DAG: [[PREG2:p[0-3]+]] = sfcmp.uo(r{{[0-9]+}},r{{[0-9]+}})
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-xlcompat-test.ll | 65 %0 = tail call i32 @llvm.ppc.compare.exp.uo(double %d, double %d) 69 declare i32 @llvm.ppc.compare.exp.uo(double, double)
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | xtype_fp.txt | 18 # CHECK: p3 = sfcmp.uo(r17,r21) 30 # CHECK: p3 = dfcmp.uo(r17:16,r21:20)
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfmul.S | 378 p0 = dfcmp.uo(A,A) // force exception if enabled
|
| H A D | dfdiv.S | 461 p0 = dfcmp.uo(B,B) // take possible exception
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/ |
| H A D | xtype_fp.ll | 44 ; CHECK: = sfcmp.uo({{.*}},{{.*}}) 72 ; CHECK: = dfcmp.uo({{.*}},{{.*}})
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 145 UnarySplitter(UnaryOperator &uo) : UO(uo) {} in UnarySplitter()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2221 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() argument 2223 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); in getMemberPointerConstant() 2224 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4553 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) { in stripARCUnbridgedCast() local 4554 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast() 4555 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr()); in stripARCUnbridgedCast() 4558 uo->getOperatorLoc(), false, in stripARCUnbridgedCast()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 4457 "$Pd4 = dfcmp.uo($Rss32,$Rtt32)", 4627 "$Pd4 = sfcmp.uo($Rs32,$Rt32)",
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 3624 AB63 ; 0075 006F ; MA # ( ꭣ → uo ) LATIN SMALL LETTER UO → LATIN SMALL LETTER U, LATIN SMALL LETTER…
|