Searched defs:C1 (Results 51 - 75 of 106) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp172 interpolateHSV(const std::tuple<double, double, double> &C0, const std::tuple<double, double, double> &C1, double T) argument
/openbsd-current/lib/libcrypto/whrlpool/
H A Dwhirlpool.c141 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) macro
159 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) macro
172 # define C1(K,i) (((u64*)(Cx.c+7))[2*K.c[(i)*8+1]]) macro
[all...]
/openbsd-current/lib/libm/src/ld128/
H A Ds_log1pl.c116 static const long double C1 = 6.93145751953125E-1L; variable
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DAliasSetTracker.cpp238 const auto *C1 = dyn_cast<CallBase>(UnknownInst); local
/openbsd-current/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp98 template <typename T> static bool isSubset(ArrayRef<T> C0, ArrayRef<T> C1) { argument
123 static bool isStrictSubset(ArrayRef<T> C0, ArrayRef<T> C1) { argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp75 unsigned C1 = SM.getPresumedColumnNumber(L1, &Invalid); local
298 const RawComment &C1 = *OrderedComments[CommentFile].rbegin()->second; local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp343 ConstantInt *C1 = dyn_cast<ConstantInt>(I1->getOperand(i)); local
437 CallInst *C1 = dyn_cast<CallInst>(I); local
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2_crypt.c472 EC_POINT *C1 = NULL; local
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc.h48 #define C1 IA64_OPND_C1 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.h49 #define C1 IA64_OPND_C1 macro
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1080 getNSWAdd(Constant *C1, Constant *C2) argument
1084 getNUWAdd(Constant *C1, Constant *C2) argument
1088 getNSWSub(Constant *C1, Constant *C2) argument
1092 getNUWSub(Constant *C1, Constant *C2) argument
1096 getNSWMul(Constant *C1, Constant *C2) argument
1100 getNUWMul(Constant *C1, Constant *C2) argument
1104 getNSWShl(Constant *C1, Constant *C2) argument
1108 getNUWShl(Constant *C1, Constant *C2) argument
1112 getExactAShr(Constant *C1, Constant *C2) argument
1116 getExactLShr(Constant *C1, Constant *C2) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp221 Constant *C1, *C2; local
294 Constant *C1; local
572 Constant *C1; local
841 multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, bool IsSigned) argument
849 isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, bool IsSigned) argument
968 const APInt *C1; local
[all...]
H A DInstCombineShifts.cpp406 Constant *C, *C1; local
589 const APInt *C1; local
723 FoldShiftByConstant(Value *Op0, Constant *C1, BinaryOperator &I) argument
950 const APInt *C1; local
1115 Constant *C1; local
1188 const APInt *C1; local
1428 Constant *C1, *C2; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp88 bool operator()(const CaseRange &C1, const CaseRange &C2) { argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstantsContext.h70 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, argument
97 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
124 ExtractElementConstantExpr(Constant *C1, Constant *C2) argument
151 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) argument
179 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) argument
[all...]
H A DConstantFold.cpp873 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, argument
1582 constantFoldCompareGlobalToNull(CmpInst::Predicate Predicate, Constant *C1, Constant *C2) argument
1601 ConstantFoldCompareInstruction(CmpInst::Predicate Predicate, Constant *C1, Constant *C2) argument
[all...]
/openbsd-current/libexec/getty/
H A Dgettytab.h101 #define C1 gettynums[11].value macro
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp921 auto *C1 = dyn_cast<Constant>(Src1); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp573 uint64_t C0, C1; local
871 Constant *C0, *C1; local
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp22 operator ()( const Change &C1, const Change &C2) const argument
/openbsd-current/usr.bin/deroff/
H A Dderoff.c94 # define C1 _C1() macro
97 # define C1 C1get macro
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp572 Counter addCounters(Counter C1, Counter C2, Counter C3, argument
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1477 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, argument
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp764 auto *C1 = dyn_cast<Constant>(Op1); local
1472 auto *C1 = dyn_cast<Constant>(Op1); local
1537 auto *C1 = dyn_cast<Constant>(Op1); local
[all...]

Completed in 208 milliseconds

12345