/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 81 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local 89 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
|
H A D | LoopUnrollRuntime.cpp | 395 auto *One = ConstantInt::get(NewIdx->getType(), 1); in CloneLoopBlocks() local 942 auto *One = ConstantInt::get(NewIdx->getType(), 1); in UnrollRuntimeLoopRemainder() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | acosh.c | 14 #define One (0x3ff0000000000000) macro
|
H A D | acoshf.c | 11 #define One 0x3f800000 macro
|
H A D | atanh.c | 15 #define One (0x3ff0000000000000) macro
|
H A D | atanhf.c | 14 #define One (0x3f800000) macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atanf_2u9.c | 16 #define One 0x3f800000 macro
|
H A D | asinhf_3u5.c | 16 #define One (0x3f8) macro
|
H A D | asinh_2u5.c | 15 #define One 0x3ff0000000000000 /* asuint64(1.0). */ macro
|
H A D | acosf_1u4.c | 15 #define One 0x3f800000 macro
|
H A D | asinf_2u5.c | 15 #define One 0x3f800000 macro
|
H A D | acos_2u.c | 15 #define One 0x3ff0000000000000 macro
|
H A D | asin_3u.c | 15 #define One 0x3ff0000000000000 macro
|
H A D | tanh_3u.c | 22 #define One 0x3ff0000000000000 macro
|
H A D | tanhf_2u6.c | 14 #define One 0x3f800000 macro
|
H A D | atanh_3u.c | 15 #define One 0x3ff0000000000000 macro
|
H A D | atanhf_3u1.c | 15 #define One 0x3f800000 macro
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 58 static CharUnits One() { in One() function
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | asinf.c | 27 #define One 0x3f800000 macro
|
H A D | acosf.c | 28 #define One 0x3f800000 macro
|
H A D | asin.c | 31 #define One 0x3ff0000000000000 macro
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 87 llvm::APSInt One = BVF.getValue(1, RegTy); in checkBind() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 445 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local 481 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local 508 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 415 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local 420 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local 515 APInt One(RHS->getBitWidth(), 1); in factorArrayIndex() local
|