Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_privexp.c62 uint16_t *p, *q, *k, *m, *z, *phi; in br_rsa_i15_compute_privexp() local
H A Drsa_i31_privexp.c62 uint32_t *p, *q, *k, *m, *z, *phi; in br_rsa_i31_compute_privexp() local
/freebsd/contrib/ntp/clockstuff/
H A Dpropdelay.c434 double phi; in propdelay() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h61phi = 1.6180339887498948482; // (0x1.9e3779b97f4a8P+0) https://oeis.org/A001622 variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2968 llvm::PHINode *phi = Builder.CreatePHI(v->getType(), 2); in GenerateMessageSend() local
2977 llvm::PHINode *phi = Builder.CreatePHI(v.first->getType(), 2); in GenerateMessageSend() local
H A DCGObjC.cpp2993 auto *phi = dyn_cast<llvm::PHINode>(value); in emitARCOperationAfterCall() local
H A DCGExprScalar.cpp3893 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2); in EmitOverflowCheckedBinOp() local
H A DCGObjCMac.cpp1795 llvm::PHINode *phi = CGF.Builder.CreatePHI(null->getType(), 2); in complete() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp174 PHINode *phi = cast<PHINode>(I); in addIncomingPHIValuesForInto() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1470 Register KernelRewriter::phi(Register LoopReg, std::optional<Register> InitReg, in phi() function in KernelRewriter
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3177 struct opcode_obj_rewrite **phi) in find_op_rw_range()