Searched defs:Constraint (Results 1 - 25 of 30) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DConstraint.java49 public interface Constraint<E> { interface
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h134 DefinedSVal Constraint; member in class:clang::ento::TrackConstraintBRVisitor
140 : Constraint(constraint), Assumption(assumption), isSatisfied(false) {}
/external/clang/lib/CodeGen/
H A DTargetInfo.h114 StringRef Constraint,
113 adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) const argument
H A DTargetInfo.cpp487 StringRef Constraint,
489 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy())
567 StringRef Constraint,
569 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
1178 StringRef Constraint,
1180 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
486 X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) argument
566 adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) const argument
1177 adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) const argument
H A DCGStmt.cpp1251 SimplifyConstraint(const char *Constraint, const TargetInfo &Target, argument
1255 while (*Constraint) {
1256 switch (*Constraint) {
1258 Result += Target.convertConstraint(Constraint);
1277 bool result = Target.resolveSymbolicName(Constraint,
1286 Constraint++;
1296 AddVariableConstraints(const std::string &Constraint, const Expr &AsmExpr, argument
1301 return Constraint;
1305 return Constraint;
1307 return Constraint;
[all...]
H A DCGObjCMac.cpp2906 std::string Constraint; local
2908 if (I) Constraint += ',';
2909 Constraint += "*m";
2912 ReadHazard = llvm::InlineAsm::get(AsmFnTy, "", Constraint, true, false);
2920 std::string Constraint; local
2922 if (I) Constraint += ',';
2923 Constraint += "=*m";
2926 WriteHazard = llvm::InlineAsm::get(AsmFnTy, "", Constraint, true, false);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraint.java22 public abstract class Constraint { class
51 public Constraint(Structure constraintStructure, Long ownerOMA, method in class:Constraint
/external/v8/benchmarks/
H A Ddeltablue.js35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
153 function Constraint(strength) { class
160 Constraint.prototype.addConstraint = function () {
172 Constraint.prototype.satisfy = function (mark) {
190 Constraint.prototype.destroyConstraint = function () {
200 Constraint.prototype.isInput = function () {
219 UnaryConstraint.inheritsFrom(Constraint);
349 BinaryConstraint.inheritsFrom(Constraint);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
147 function Constraint(strength) { class
154 Constraint.prototype.addConstraint = function () {
166 Constraint.prototype.satisfy = function (mark) {
184 Constraint.prototype.destroyConstraint = function () {
194 Constraint.prototype.isInput = function () {
213 UnaryConstraint.inherits(Constraint);
343 BinaryConstraint.inherits(Constraint);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
147 function Constraint(strength) { class
154 Constraint.prototype.addConstraint = function () {
166 Constraint.prototype.satisfy = function (mark) {
184 Constraint.prototype.destroyConstraint = function () {
194 Constraint.prototype.isInput = function () {
213 UnaryConstraint.inheritsFrom(Constraint);
343 BinaryConstraint.inheritsFrom(Constraint);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
147 function Constraint(strength) { class
154 Constraint.prototype.addConstraint = function () {
166 Constraint.prototype.satisfy = function (mark) {
184 Constraint.prototype.destroyConstraint = function () {
194 Constraint.prototype.isInput = function () {
213 UnaryConstraint.inheritsFrom(Constraint);
343 BinaryConstraint.inheritsFrom(Constraint);
/external/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp136 const CGIOperandList::ConstraintInfo &Constraint = local
138 if (Constraint.isNone())
140 else if (Constraint.isEarlyClobber())
143 assert(Constraint.isTied());
144 Res += "((" + utostr(Constraint.getTiedOperand()) +
H A DAsmMatcherEmitter.cpp435 void formTwoOperandAlias(StringRef Constraint);
700 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) { argument
703 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
1432 std::string Constraint = local
1434 if (Constraint != "") {
1439 AliasII->formTwoOperandAlias(Constraint);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp878 DefinedOrUnknownSVal Constraint = local
881 if (!state->assume(Constraint, true)) {
884 Constraint = svalBuilder.evalEQ(state, SymVal,
888 state = state->assume(Constraint, false);
H A DExprEngine.cpp121 DefinedOrUnknownSVal *Constraint = local
124 if (!Constraint)
127 if (ProgramStateRef newState = state->assume(*Constraint, true))
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1074 getConstraintType(const std::string &Constraint) const
1082 if (Constraint.size() == 1) {
1083 switch (Constraint[0]) {
1091 return TargetLowering::getConstraintType(Constraint);
1129 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const { argument
1130 if (Constraint.size() == 1) {
1131 switch (Constraint[0]) {
1143 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp207 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const {
208 if (Constraint.size() == 1) {
209 switch (Constraint[0]) {
216 return TargetLowering::getConstraintType(Constraint);
221 getRegForInlineAsmConstraint(const std::string &Constraint, argument
223 if (Constraint.size() == 1) {
224 // GCC Constraint Letters
225 switch (Constraint[0]) {
235 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1113 std::string &Constraint,
1117 if (Constraint.length() > 1)
1120 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
1243 NVPTXTargetLowering::getConstraintType(const std::string &Constraint) const {
1244 if (Constraint.size() == 1) {
1245 switch (Constraint[0]) {
1259 return TargetLowering::getConstraintType(Constraint);
1264 NVPTXTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
1266 if (Constraint.size() == 1) {
1267 switch (Constraint[
1112 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1250 SparcTargetLowering::getConstraintType(const std::string &Constraint) const {
1251 if (Constraint.size() == 1) {
1252 switch (Constraint[0]) {
1258 return TargetLowering::getConstraintType(Constraint);
1262 SparcTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
1264 if (Constraint.size() == 1) {
1265 switch (Constraint[0]) {
1271 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1518 std::string &Constraint,
1520 if (Constraint.size() == 1) {
1521 switch (Constraint[0]) {
1540 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
1517 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1612 getRegForInlineAsmConstraint(const std::string &Constraint, argument
1614 if (Constraint.size() == 1) {
1615 switch (Constraint[0]) {
1623 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2704 TargetLowering::getConstraintType(const std::string &Constraint) const {
2705 if (Constraint.size() == 1) {
2706 switch (Constraint[0]) {
2734 if (Constraint.size() > 1 && Constraint[0] == '{' &&
2735 Constraint[Constraint.size()-1] == '}')
2754 std::string &Constraint,
2758 if (Constraint.length() > 1) return;
2760 char ConstraintLetter = Constraint[
2753 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
2819 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3140 SPUTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
3143 if (Constraint.size() == 1) {
3144 // GCC RS6000 Constraint Letters
3145 switch (Constraint[0]) {
3162 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
3218 std::string &Constraint,
3222 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
3217 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3242 getConstraintType(const std::string &Constraint) const
3255 if (Constraint.size() == 1) {
3256 switch (Constraint[0]) {
3267 return TargetLowering::getConstraintType(Constraint);
3321 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
3323 if (Constraint.size() == 1) {
3324 switch (Constraint[0]) {
3360 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
3366 std::string &Constraint,
3372 if (Constraint
3365 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5663 PPCTargetLowering::getConstraintType(const std::string &Constraint) const {
5664 if (Constraint.size() == 1) {
5665 switch (Constraint[0]) {
5675 return TargetLowering::getConstraintType(Constraint);
5720 PPCTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
5722 if (Constraint.size() == 1) {
5723 // GCC RS6000 Constraint Letters
5724 switch (Constraint[0]) {
5743 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
5750 std::string &Constraint,
5749 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]

Completed in 3953 milliseconds

12