Home
last modified time | relevance | path

Searched defs:phi (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/bearssl/src/rsa/
H A Drsa_i31_privexp.c62 uint32_t *p, *q, *k, *m, *z, *phi; in br_rsa_i31_compute_privexp() local
H A Drsa_i15_privexp.c62 uint16_t *p, *q, *k, *m, *z, *phi; in br_rsa_i15_compute_privexp() local
/freebsd-src/contrib/ntp/clockstuff/
H A Dpropdelay.c434 double phi; in propdelay() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h45 phi = 1.6180339887498948482; // (0x1.9e3779b97f4a8P+0) https://oeis.org/A001622 global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2969 phi->addIncoming(v, nonNilPathBB); in GenerateMessageSend() local
2978 phi->addIncoming(v.first, nonNilPathBB); in GenerateMessageSend() local
H A DCGObjC.cpp2995 isa<llvm::ConstantPointerNull>(phi->getIncomingValue(1)) && in emitARCOperationAfterCall() local
H A DCGExprScalar.cpp3607 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2); EmitOverflowCheckedBinOp() local
H A DCGExpr.cpp5108 llvm::PHINode *phi = Builder.CreatePHI(lhsAddr.getType(), 2, "cond-lvalue"); EmitConditionalOperatorLValue() local
H A DCGObjCMac.cpp1787 llvm::PHINode *phi = CGF.Builder.CreatePHI(null->getType(), 2); complete() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1463 Register KernelRewriter::phi(Register LoopReg, std::optional<Register> InitReg, phi() function in KernelRewriter
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp171 PHINode *phi = cast<PHINode>(I); addIncomingPHIValuesForInto() local
/freebsd-src/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3177 struct opcode_obj_rewrite **phi) in find_op_rw_range()