Searched defs:Constraint (Results 1 - 25 of 28) 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.h135 DefinedSVal Constraint; member in class:clang::ento::TrackConstraintBRVisitor
141 : 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.cpp403 StringRef Constraint,
405 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy())
479 StringRef Constraint,
481 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
1012 StringRef Constraint,
1014 return X86AdjustInlineAsmType(CGF, Constraint, Ty);
402 X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) argument
478 adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) const argument
1011 adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, StringRef Constraint, llvm::Type* Ty) const argument
H A DCGStmt.cpp1250 SimplifyConstraint(const char *Constraint, const TargetInfo &Target, argument
1254 while (*Constraint) {
1255 switch (*Constraint) {
1257 Result += Target.convertConstraint(Constraint);
1276 bool result = Target.resolveSymbolicName(Constraint,
1285 Constraint++;
1295 AddVariableConstraints(const std::string &Constraint, const Expr &AsmExpr, argument
1300 return Constraint;
1304 return Constraint;
1306 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.cpp119 const CGIOperandList::ConstraintInfo &Constraint = local
121 if (Constraint.isNone())
123 else if (Constraint.isEarlyClobber())
126 assert(Constraint.isTied());
127 Res += "((" + utostr(Constraint.getTiedOperand()) +
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp781 DefinedOrUnknownSVal Constraint = local
784 if (!state->assume(Constraint, true)) {
787 Constraint = svalBuilder.evalEQ(state, SymVal,
791 state = state->assume(Constraint, false);
H A DExprEngine.cpp132 DefinedOrUnknownSVal *Constraint = local
135 if (!Constraint)
138 if (ProgramStateRef newState = state->assume(*Constraint, true))
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1394 std::string &Constraint,
1396 if (Constraint.size() == 1) {
1397 switch (Constraint[0]) {
1414 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
1393 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1068 getConstraintType(const std::string &Constraint) const
1076 if (Constraint.size() == 1) {
1077 switch (Constraint[0]) {
1085 return TargetLowering::getConstraintType(Constraint);
1123 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const { argument
1124 if (Constraint.size() == 1) {
1125 switch (Constraint[0]) {
1137 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/Sparc/
H A DSparcISelLowering.cpp1245 SparcTargetLowering::getConstraintType(const std::string &Constraint) const {
1246 if (Constraint.size() == 1) {
1247 switch (Constraint[0]) {
1253 return TargetLowering::getConstraintType(Constraint);
1257 SparcTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
1259 if (Constraint.size() == 1) {
1260 switch (Constraint[0]) {
1266 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1608 getRegForInlineAsmConstraint(const std::string &Constraint, argument
1610 if (Constraint.size() == 1) {
1611 switch (Constraint[0]) {
1619 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2669 TargetLowering::getConstraintType(const std::string &Constraint) const {
2670 if (Constraint.size() == 1) {
2671 switch (Constraint[0]) {
2699 if (Constraint.size() > 1 && Constraint[0] == '{' &&
2700 Constraint[Constraint.size()-1] == '}')
2719 std::string &Constraint,
2723 if (Constraint.length() > 1) return;
2725 char ConstraintLetter = Constraint[
2718 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
2784 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3133 SPUTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
3136 if (Constraint.size() == 1) {
3137 // GCC RS6000 Constraint Letters
3138 switch (Constraint[0]) {
3155 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
3211 std::string &Constraint,
3215 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
3210 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2987 getConstraintType(const std::string &Constraint) const
2997 if (Constraint.size() == 1) {
2998 switch (Constraint[0]) {
3006 return TargetLowering::getConstraintType(Constraint);
3044 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const argument
3046 if (Constraint.size() == 1) {
3047 switch (Constraint[0]) {
3066 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5550 PPCTargetLowering::getConstraintType(const std::string &Constraint) const {
5551 if (Constraint.size() == 1) {
5552 switch (Constraint[0]) {
5562 return TargetLowering::getConstraintType(Constraint);
5607 PPCTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
5609 if (Constraint.size() == 1) {
5610 // GCC RS6000 Constraint Letters
5611 switch (Constraint[0]) {
5630 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);
5637 std::string &Constraint,
5636 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8966 ARMTargetLowering::getConstraintType(const std::string &Constraint) const {
8967 if (Constraint.size() == 1) {
8968 switch (Constraint[0]) {
8980 } else if (Constraint.size() == 2) {
8981 switch (Constraint[0]) {
8987 return TargetLowering::getConstraintType(Constraint);
9026 ARMTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
9028 if (Constraint.size() == 1) {
9029 // GCC ARM Constraint Letters
9030 switch (Constraint[
9072 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15345 X86TargetLowering::getConstraintType(const std::string &Constraint) const {
15346 if (Constraint.size() == 1) {
15347 switch (Constraint[0]) {
15382 return TargetLowering::getConstraintType(Constraint);
15510 std::string &Constraint,
15516 if (Constraint.length() > 1) return;
15518 char ConstraintLetter = Constraint[0];
15639 return TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
15643 X86TargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint, argument
15647 if (Constraint
15509 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, std::vector<SDValue>&Ops, SelectionDAG &DAG) const argument
[all...]

Completed in 611 milliseconds

12