/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InlineAsm.h | 172 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 176 ConstraintInfoVector ParseConstraints() const { 177 return ParseConstraints(Constraints);
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 177 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 181 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 182 return ParseConstraints(Constraints); in ParseConstraints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InlineAsm.h | 177 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString); 181 ConstraintInfoVector ParseConstraints() const { in ParseConstraints() function 182 return ParseConstraints(Constraints); in ParseConstraints()
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 211 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 250 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 208 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 247 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | InlineAsm.cpp | 212 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm 248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify()
|
/external/perfetto/src/trace_processor/ |
D | table.h | 226 static_cast<Cursor*>(c)->table_->ParseConstraints(i, s, a); 311 const QueryConstraints& ParseConstraints(int idxNum,
|
D | table.cc | 125 const QueryConstraints& Table::ParseConstraints(int idxNum, in ParseConstraints() function in perfetto::trace_processor::Table
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 251 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() function 329 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 259 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() function 346 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 260 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraints() function 355 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 383 …TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI… in IsOperandAMemoryOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 185 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS); in set()
|
D | TargetLowering.cpp | 3044 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering 3057 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) { in ParseConstraints()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 181 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, CS); in set()
|
D | TargetLowering.cpp | 2409 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering 2422 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) { in ParseConstraints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 249 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints(); in asmClobbersCTR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 228 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints(); in mightUseCTR()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 926 TargetConstraints = TLI->ParseConstraints(CS); in OptimizeInlineAsmInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 1443 virtual AsmOperandInfoVector ParseConstraints(ImmutableCallSite CS) const;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2863 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2799 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( in ParseConstraints() function in TargetLowering 2809 ConstraintInfos = IA->ParseConstraints(); in ParseConstraints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3431 virtual AsmOperandInfoVector ParseConstraints(const DataLayout &DL,
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3468 TLI->ParseConstraints(F->getParent()->getDataLayout(), TRI, in IsOperandAMemoryOperand() 4055 TLI->ParseConstraints(*DL, TRI, CS); in optimizeInlineAsmInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4089 TLI.ParseConstraints(F->getParent()->getDataLayout(), &TRI, in IsOperandAMemoryOperand() 4727 TLI->ParseConstraints(*DL, TRI, CS); in optimizeInlineAsmInst()
|