HomeSort by relevance Sort by last modified time
    Searched refs:ParseConstraints (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/include/llvm/IR/
InlineAsm.h 174 /// ParseConstraints - Split up the constraint string into the specific
177 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
179 /// ParseConstraints - Parse the constraints of this inlineasm object,
180 /// returning them the same way that ParseConstraints(str) does.
181 ConstraintInfoVector ParseConstraints() const {
182 return ParseConstraints(Constraints);
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 169 /// ParseConstraints - Split up the constraint string into the specific
172 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
174 /// ParseConstraints - Parse the constraints of this inlineasm object,
175 /// returning them the same way that ParseConstraints(str) does.
176 ConstraintInfoVector ParseConstraints() const {
177 return ParseConstraints(Constraints);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 175 /// ParseConstraints - Split up the constraint string into the specific
178 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
181 /// returning them the same way that ParseConstraints(str) does.
182 ConstraintInfoVector ParseConstraints() const {
183 return ParseConstraints(Constraints);
  /external/llvm/lib/IR/
InlineAsm.cpp 211 InlineAsm::ParseConstraints(StringRef Constraints) {
250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 212 InlineAsm::ParseConstraints(StringRef Constraints) {
248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
329 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 383 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
346 ParseConstraints(R->getValueAsString("Constraints"), Operands);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 181 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 228 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 463 milliseconds

1 2