Searched refs:ParseConstraints (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInlineAsm.h177 /// ParseConstraints - Split up the constraint string into the specific
180 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
182 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 /// returning them the same way that ParseConstraints(str) does.
184 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
185 return ParseConstraints(Constraints);
/external/llvm/lib/IR/
H A DInlineAsm.cpp203 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
239 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp253 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
339 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp123 TLI->ParseConstraints(CS);
H A DTargetLowering.cpp2228 /// ParseConstraints - Split up the constraint string from the inline
2233 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( function in class:TargetLowering
2243 ConstraintInfos = IA->ParseConstraints();
H A DSelectionDAGBuilder.cpp6063 // FIXME: code duplicated from TargetLowering::ParseConstraints().
6221 TargetConstraints = TLI->ParseConstraints(CS);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp203 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2269 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
2824 TargetConstraints = TLI->ParseConstraints(CS);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2490 virtual AsmOperandInfoVector ParseConstraints(ImmutableCallSite CS) const;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22235 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();

Completed in 710 milliseconds