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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h180 /// ParseConstraints - Split up the constraint string into the specific
183 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
185 /// ParseConstraints - Parse the constraints of this inlineasm object,
186 /// returning them the same way that ParseConstraints(str) does.
187 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
188 return ParseConstraints(Constraints);
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp213 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp253 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
336 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp126 TLI->ParseConstraints(CS);
H A DTargetLowering.cpp2123 /// ParseConstraints - Split up the constraint string from the inline
2128 TargetLowering::AsmOperandInfoVector TargetLowering::ParseConstraints( function in class:TargetLowering
2138 ConstraintInfos = IA->ParseConstraints();
H A DSelectionDAGBuilder.cpp6043 // FIXME: code duplicated from TargetLowering::ParseConstraints().
6201 TargetConstraints = TLI->ParseConstraints(CS);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp202 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1249 TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.ParseConstraints(ImmutableCallSite(CI));
1662 TargetConstraints = TLI->ParseConstraints(CS);
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2216 virtual AsmOperandInfoVector ParseConstraints(ImmutableCallSite CS) const;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19406 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();

Completed in 220 milliseconds