Home
last modified time | relevance | path

Searched defs:One (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp81 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
89 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
H A DLoopUnrollRuntime.cpp395 auto *One = ConstantInt::get(NewIdx->getType(), 1); in CloneLoopBlocks() local
942 auto *One = ConstantInt::get(NewIdx->getType(), 1); in UnrollRuntimeLoopRemainder() local
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_acoshf_2u8.c
H A Dsv_atanhf_2u8.c
H A Datanf_2u9.c
H A Dsv_atanh_3u3.c
H A Dasinhf_3u5.c
H A Dasinh_2u5.c
H A Dacosf_1u4.c
H A Dasinf_2u5.c
H A Dasin_3u.c
H A Dacos_2u.c
H A Dtanh_3u.c
H A Dtanhf_2u6.c
H A Dv_asinf_2u5.c
H A Dv_asin_3u.c
H A Dv_acosf_1u4.c
H A Datanh_3u.c
H A Datanhf_3u1.c
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h58 static CharUnits One() { in One() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp88 llvm::APSInt One = BVF.getValue(1, valTy); checkBind() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp443 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local
479 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local
506 const MCExpr *One = MCConstantExpr::create(1, OutContext); HexagonProcessInstruction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp415 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local
420 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local
517 ConstantInt::get(RHS->getContext(), One << RHS->getValue()); in factorArrayIndex() local
H A DInductiveRangeCheckElimination.cpp351 const SCEV *One = SE.getOne(RHS->getType()); in parseIvAgaisntLimit() local
595 const SCEV *One = SE.getOne(RTy); in calculateSubRanges() local
756 const SCEV *One = SE.getOne(X->getType()); in computeSafeIterationSpace() local

1234