HomeSort by relevance Sort by last modified time
    Searched refs:Constraint (Results 76 - 100 of 318) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.h 165 ConstraintType getConstraintType(const std::string &Constraint) const;
167 /// Examine constraint string and operand type and determine a weight value.
170 AsmOperandInfo &info, const char *constraint) const;
173 getRegForInlineAsmConstraint(const std::string &Constraint,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.h 98 getConstraintType(const std::string &Constraint) const;
100 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 171 ConstraintType getConstraintType(const std::string &Constraint) const;
173 /// Examine constraint string and operand type and determine a weight value.
176 AsmOperandInfo &info, const char *constraint) const;
179 getRegForInlineAsmConstraint(const std::string &Constraint,
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.h 70 getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const;
72 getConstraintType(const std::string &Constraint) const;
  /external/tensorflow/tensorflow/contrib/keras/api/keras/constraints/
__init__.py 22 from tensorflow.python.keras._impl.keras.constraints import Constraint
  /external/tensorflow/tensorflow/python/keras/constraints/
__init__.py 22 from tensorflow.python.keras._impl.keras.constraints import Constraint
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints.mm 86 nativeConstraints.push_back(webrtc::MediaConstraintsInterface::Constraint(
  /external/clang/lib/CodeGen/
TargetInfo.h 121 /// Corrects the low-level LLVM type for a given constraint and "usual"
127 StringRef Constraint,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 132 DefinedSVal Constraint;
142 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
143 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
144 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
159 /// Checks if the constraint is valid in the current state.
309 /// Track if we found the node where the constraint was first added.
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 160 /// \brief Returns the value of the specific constraint if
163 MCOI::OperandConstraint Constraint) const {
165 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
166 unsigned Pos = 16 + Constraint * 4;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 80 ConstraintType getConstraintType(StringRef Constraint) const override;
83 const char *constraint) const override;
85 std::string &Constraint,
98 StringRef Constraint, MVT VT) const override;
  /external/trappy/tests/
test_constraint.py 21 from trappy.plotter.Constraint import Constraint, ConstraintManager
39 """Test that the constraint manager works with one constraint"""
47 constraint = iter(c_mgr).next()
48 series = constraint.result[AttrConf.PIVOT_VAL]
53 """Test that the constraint manager works with multiple traces and no pivots"""
59 for constraint, orig_dfr in zip(c_mgr, self.dfrs):
60 series = constraint.result[AttrConf.PIVOT_VAL]
65 """Test the constraint manager with multiple columns and traces zipped""
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 185 /// \brief Returns the value of the specific constraint if
188 MCOI::OperandConstraint Constraint) const {
190 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
191 unsigned Pos = 16 + Constraint * 4;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.

Completed in 1266 milliseconds

1 2 34 5 6 7 8 91011>>