Searched refs:phi (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.9.5/llvmCore-3425.0.33/unittests/Transforms/Utils/
H A DLocal.cpp30 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2); local
36 phi->addIncoming(phi, bb0);
37 phi->addIncoming(phi, bb1);
40 EXPECT_TRUE(RecursivelyDeleteDeadPHINode(phi));
47 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
49 EXPECT_TRUE(RecursivelyDeleteDeadPHINode(phi));
52 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
53 builder.CreateAdd(phi, ph
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mapproj/
H A Dmapproj.tcl144 # F(phi, k) = \integral_0^phi dtheta/sqrt(1 - k**2 sin**2 theta)
148 # phi -- Limit of integration; angle around the ellipse
152 # Returns F(phi, k)
158 proc ::mapproj::ellF {phi k} {
159 return [ellFaux [expr {cos($phi)}] [expr {sin($phi)}] $k]
165 # first kind when circular functions of the 'phi' argument
229 # phi -- Latitude of the point to be projected in degrees
235 proc ::mapproj::toPlateCarree {lambda_0 phi_0 lambda phi} {
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGUnificationPhase.cpp58 Node* phi = block->phis[phiIndex]; local
60 if (!phi->children.child(childIdx))
63 phi->variableAccessData()->unify(
64 phi->children.child(childIdx)->variableAccessData());
H A DDFGCPSRethreadingPhase.cpp213 Node* phi = addPhi<operandKind>(node->codeOrigin, variable, idx); local
214 node->children.setChild1(Edge(phi));
215 m_block->variablesAtHead.atFor<operandKind>(idx) = phi;
314 // Assumes that all phi references have been removed. Assumes that things that
464 PhiStackEntry(BasicBlock* block, size_t index, Node* phi) argument
467 , m_phi(phi)
H A DDFGConstantFoldingPhase.cpp342 Node* phi = node->child1().node(); local
343 if (phi->op() == Phi
344 && block->variablesAtHead.operand(variable->local()) == phi
353 OpInfo(variable), Edge(phi));
H A DDFGGraph.cpp380 Node* phi = block->phis[phiIndex]; local
381 phi->children.reset();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DUnreachableBlockElim.cpp181 MachineBasicBlock::iterator phi = BB->begin(); local
182 while (phi != BB->end() && phi->isPHI()) {
183 for (unsigned i = phi->getNumOperands() - 1; i >= 2; i-=2)
184 if (!preds.count(phi->getOperand(i).getMBB())) {
185 phi->RemoveOperand(i);
186 phi->RemoveOperand(i-1);
190 if (phi->getNumOperands() == 3) {
191 unsigned Input = phi->getOperand(1).getReg();
192 unsigned Output = phi
[all...]
H A DEarlyIfConversion.cpp108 /// Information about each phi in the Tail block.
115 PHIInfo(MachineInstr *phi) argument
116 : PHI(phi), TReg(0), FReg(0), CondCycles(0), TCycles(0), FCycles(0) {}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/simulation/
H A Drandom.tcl184 set phi [expr {2.0*$pi*rand()}]
185 set r [expr {$rad*cos($phi)}]
271 set phi [expr {2.0*$pi*rand()}]
272 set r [expr {$rad*cos($phi)}]
302 set phi [expr {2.0*$pi*rand()}]
303 set x [expr {$rad*cos($phi)}]
304 set y [expr {$rad*sin($phi)}]
332 set phi [expr {2.0*$pi*rand()}]
334 set x [expr {$rad*cos($phi)*cos($theta)}]
335 set y [expr {$rad*sin($phi)*co
[all...]
/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A Dlgreekmap19 phi *f
H A Dsymbolchars53 phi *f
/macosx-10.9.5/llvmCore-3425.0.33/examples/BrainF/
H A DBrainF.h73 void readloop(PHINode *phi, BasicBlock *oldbb,
H A DBrainF.cpp184 void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb, argument
418 if (!phi) {
430 //%head.%d = phi i8 *[%head.%d, %main.%d], [%head.%d, %main.%d]
431 //Finish phi made at beginning of loop
432 phi->addIncoming(curhead, builder->GetInsertBlock());
433 Value *head_0 = phi;
449 //%head.%d = phi i8 *[%head.%d, %main.%d]
463 if (phi) {
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml67 * phi. We create a new name because one is used for the phi node, and the
77 * phi. *)
84 let phi = build_phi incoming "iftmp" builder in var
98 phi
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc2.c156 void dcwmtrx(s,ni,nl,np,phi,shi,ps,w)
157 double *s,*phi,*shi,*ps,*w; int *ni,*nl,*np;
180 *(phi + *np * i + j) = sm;
181 *(phi + *np * j + i) = sm;
186 int dlpcwtd(s,ls,p,np,c,phi,shi,xl,w)
187 double *s,*p,*c,*phi,*shi,*xl,*w;
195 phi - cov matrix
203 dcwmtrx(s,np,ls,np,phi,shi,&pss,w);
206 pph1 = phi; ppl2 = p + *np;
213 mm = dchlsky(phi,n
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp937 PHINode* phi = PHINode::Create(Type::getInt32Ty(*Context), local
940 node->setPathPHI(phi);
941 node->setStartingPathNumber(phi);
942 node->setEndingPathNumber(phi);
948 phi->addIncoming(createIncrementConstant((long)-1, 32), pred);
985 PHINode* phi = target->getPathPHI(); local
986 assert(phi != NULL && " Tried to push value into node with PHI, but node"
988 phi->removeIncomingValue(source->getBlock(), false);
989 phi->addIncoming(source->getEndingPathNumber(), source->getBlock());
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dconstants.tcl28 phi 1.61803398874989484820 "golden ratio"
H A Doptimize.tcl384 set phi 1.6180339887498949
408 set c [expr { $b + $phi * ($b - $a) }]
411 puts "f($c) = $fc (initial dilatation by phi)"
462 # distance by a factor of phi and try again.
464 set u [expr { $c + $phi * ($c - $b) }]
489 # another factor-of-phi step.
493 set u [expr { $c + $phi * ( $c - $b ) }]
513 set u [expr { $c + $phi * ( $c - $b ) }]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml85 * phi. We create a new name because one is used for the phi node, and the
95 * phi. *)
102 let phi = build_phi incoming "iftmp" builder in var
116 phi
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLoopUnroll.cpp299 // Add phi entries for newly created values to all exit blocks.
305 PHINode *phi = dyn_cast<PHINode>(BBI); ++BBI) {
306 Value *Incoming = phi->getIncomingValueForBlock(*BB);
310 phi->addIncoming(Incoming, New);
383 // Remove phi operands at this loop exit
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dcommon.cpp163 double phi = j * 2 * M_PI / jmax; local
164 z = position(dim_x * cos(phi), dim_y * sin(phi));
215 double phi = j * 2 * M_PI / jmax; local
216 z = position(dim_x * cos(phi), dim_y * sin(phi));
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml115 * phi. We create a new name because one is used for the phi node, and the
125 * phi. *)
132 let phi = build_phi incoming "iftmp" builder in var
146 phi
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dllvm.vim33 syn keyword llvmStatement phi call select shl lshr ashr va_arg
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb140 def self.polar_to_pixel(w, rad, phi)
141 list(tk_call_without_enc('::Plotchart::polarToPixel', w.path, rad, phi))
309 def polar_to_pixel(rad, phi)
310 list(tk_call_without_enc('::Plotchart::polarToPixel', @path, rad, phi))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp1352 const PHINode* phi = cast<PHINode>(I); local
1355 << getCppName(phi->getType()) << ", "
1356 << phi->getNumIncomingValues() << ", \"";
1357 printEscapedString(phi->getName());
1360 for (unsigned i = 0; i < phi->getNumIncomingValues(); ++i) {
1363 << getOpName(phi->getIncomingBlock(i)) << ");";

Completed in 305 milliseconds

123