Home
last modified time | relevance | path

Searched refs:addConstraint (Results 1 – 5 of 5) sorted by relevance

/external/v8/benchmarks/
Ddeltablue.js160 Constraint.prototype.addConstraint = function () { method in Constraint
216 this.addConstraint();
225 this.myOutput.addConstraint(this);
346 this.addConstraint();
382 this.v1.addConstraint(this);
383 this.v2.addConstraint(this);
469 this.scale.addConstraint(this);
470 this.offset.addConstraint(this);
551 Variable.prototype.addConstraint = function (c) { method in Variable
655 plan.addConstraint(c);
[all …]
/external/llvm/include/llvm/CodeGen/
DPBQPRAConstraint.h58 void addConstraint(std::unique_ptr<PBQPRAConstraint> C) { in addConstraint() function
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp781 ConstraintsRoot->addConstraint(llvm::make_unique<SpillCosts>()); in runOnMachineFunction()
782 ConstraintsRoot->addConstraint(llvm::make_unique<Interference>()); in runOnMachineFunction()
784 ConstraintsRoot->addConstraint(llvm::make_unique<Coalescing>()); in runOnMachineFunction()
785 ConstraintsRoot->addConstraint(Subtarget.getCustomPBQPConstraints()); in runOnMachineFunction()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m101 [self addConstraint:constraint];
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp269 void addConstraint(Instruction *, int s, int n);
1984 RegAlloc::InsertConstraintsPass::addConstraint(Instruction *i, int s, int n) in addConstraint() function in nv50_ir::RegAlloc::InsertConstraintsPass