HomeSort by relevance Sort by last modified time
    Searched defs:ConstraintInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
InlineAsm.cpp 59 InlineAsm::ConstraintInfo::ConstraintInfo() :
69 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
200 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
217 ConstraintInfo Info;
  /external/llvm/include/llvm/IR/
InlineAsm.h 115 struct ConstraintInfo;
116 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
118 struct ConstraintInfo {
162 ConstraintInfo();
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 33 class ConstraintInfo {
37 ConstraintInfo() : Kind(None) {}
39 static ConstraintInfo getEarlyClobber() {
40 ConstraintInfo I;
46 static ConstraintInfo getTied(unsigned Op) {
47 ConstraintInfo I;
106 std::vector<ConstraintInfo> Constraints;
120 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/clang/include/clang/Basic/
TargetInfo.h 553 struct ConstraintInfo {
574 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
639 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
663 bool validateOutputConstraint(ConstraintInfo &Info) const;
664 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
665 ConstraintInfo &info) const;
685 TargetInfo::ConstraintInfo &info) const = 0;
688 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]

Completed in 264 milliseconds