HomeSort by relevance Sort by last modified time
    Searched defs:ConstraintInfo (Results 1 - 23 of 23) 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/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 59 InlineAsm::ConstraintInfo::ConstraintInfo() :
67 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) :
79 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
201 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
218 ConstraintInfo Info;
  /external/llvm/include/llvm/IR/
InlineAsm.h 115 struct ConstraintInfo;
116 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
118 struct ConstraintInfo {
162 ConstraintInfo();
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 107 struct ConstraintInfo;
108 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
110 struct ConstraintInfo {
154 ConstraintInfo();
157 ConstraintInfo(const ConstraintInfo &other);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 116 struct ConstraintInfo;
117 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
119 struct ConstraintInfo {
163 ConstraintInfo() = default;
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 32 class ConstraintInfo {
36 ConstraintInfo() : Kind(None) {}
38 static ConstraintInfo getEarlyClobber() {
39 ConstraintInfo I;
45 static ConstraintInfo getTied(unsigned Op) {
46 ConstraintInfo I;
105 std::vector<ConstraintInfo> Constraints;
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 32 class ConstraintInfo {
36 ConstraintInfo() : Kind(None) {}
38 static ConstraintInfo getEarlyClobber() {
39 ConstraintInfo I;
45 static ConstraintInfo getTied(unsigned Op) {
46 ConstraintInfo I;
105 std::vector<ConstraintInfo> Constraints;
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
  /external/clang/include/clang/Basic/
TargetInfo.h 591 struct ConstraintInfo {
612 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
677 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
701 bool validateOutputConstraint(ConstraintInfo &Info) const;
702 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
703 ConstraintInfo &info) const;
723 TargetInfo::ConstraintInfo &info) const = 0;
726 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 619 struct ConstraintInfo {
640 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
705 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
729 bool validateOutputConstraint(ConstraintInfo &Info) const;
730 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
731 ConstraintInfo &info) const;
751 TargetInfo::ConstraintInfo &info) const = 0;
754 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]

Completed in 1419 milliseconds