/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 591 struct ConstraintInfo { struct 612 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument 618 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() 619 const std::string &getName() const { return Name; } in getName() 620 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() 621 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() 622 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() 623 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() 627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() 634 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TargetInfo.h | 1050 struct ConstraintInfo { struct 1072 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() function 1079 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() 1080 const std::string &getName() const { return Name; } in getName() 1081 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() 1082 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() 1083 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() 1084 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() 1088 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() 1095 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TargetInfo.h | 1048 struct ConstraintInfo { struct 1070 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument 1077 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() 1078 const std::string &getName() const { return Name; } in getName() 1079 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() 1080 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() 1081 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() 1082 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() 1086 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() 1093 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | TargetInfo.h | 1050 struct ConstraintInfo { struct 1072 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument 1079 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() 1080 const std::string &getName() const { return Name; } in getName() 1081 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() 1082 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() 1083 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() 1084 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() 1088 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() 1095 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TargetInfo.h | 1087 struct ConstraintInfo { struct 1109 ConstraintInfo(StringRef ConstraintStr, StringRef Name) in ConstraintInfo() argument 1116 const std::string &getConstraintStr() const { return ConstraintStr; } in getConstraintStr() 1117 const std::string &getName() const { return Name; } in getName() 1118 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() 1119 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; } in earlyClobber() 1120 bool allowsRegister() const { return (Flags & CI_AllowsRegister) != 0; } in allowsRegister() 1121 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() 1125 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() 1132 bool hasTiedOperand() const { return TiedOperand != -1; } in hasTiedOperand() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | InlineAsm.h | 123 struct ConstraintInfo { struct 126 ConstraintPrefix Type = isInput; 130 bool isEarlyClobber = false; 136 int MatchingInput = -1; 161 SubConstraintInfoVector multipleAlternatives; argument 167 ConstraintInfo() = default; argument 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 122 struct ConstraintInfo { struct 125 ConstraintPrefix Type = isInput; 129 bool isEarlyClobber = false; 135 int MatchingInput = -1; 160 SubConstraintInfoVector multipleAlternatives; argument 166 ConstraintInfo() = default; argument 186 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | InlineAsm.h | 123 struct ConstraintInfo { struct 126 ConstraintPrefix Type = isInput; 130 bool isEarlyClobber = false; 136 int MatchingInput = -1; 161 SubConstraintInfoVector multipleAlternatives; argument 167 ConstraintInfo() = default; argument 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | InlineAsm.h | 123 struct ConstraintInfo { struct 126 ConstraintPrefix Type = isInput; 130 bool isEarlyClobber = false; 136 int MatchingInput = -1; 161 SubConstraintInfoVector multipleAlternatives; argument 167 ConstraintInfo() = default; argument 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | InlineAsm.h | 123 struct ConstraintInfo { struct 126 ConstraintPrefix Type = isInput; 130 bool isEarlyClobber = false; 136 int MatchingInput = -1; 161 SubConstraintInfoVector multipleAlternatives; argument 167 ConstraintInfo() = default; argument 187 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); argument
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 118 struct ConstraintInfo { struct 121 ConstraintPrefix Type; 125 bool isEarlyClobber; 131 signed char MatchingInput; 156 SubConstraintInfoVector multipleAlternatives; argument 162 ConstraintInfo(); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 117 struct ConstraintInfo { struct 120 ConstraintPrefix Type = isInput; 124 bool isEarlyClobber = false; 130 int MatchingInput = -1; 155 SubConstraintInfoVector multipleAlternatives; argument 161 ConstraintInfo() = default; argument
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ |
H A D | ConstraintInfo.java | 33 public class ConstraintInfo { class 187 ConstraintInfo(Builder builder) { in ConstraintInfo() method in ConstraintInfo
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 59 InlineAsm::ConstraintInfo::ConstraintInfo() : in ConstraintInfo() function in InlineAsm::ConstraintInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 125 class ConstraintInfo { class 135 ConstraintInfo(const DataLayout &DL) : DL(DL) {} in ConstraintInfo() function in __anon6ff26bd10111::ConstraintInfo
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h | 36 ConstraintInfo() : Kind(None) {} in ConstraintInfo() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5679 InlineAsm::ConstraintInfoVector ConstraintInfo = IA->ParseConstraints(); in parseFunctionBody() local
|