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

/external/llvm/include/llvm/IR/
H A DInlineAsm.h173 /// ParseConstraints - Split up the constraint string into the specific
176 static ConstraintInfoVector ParseConstraints(StringRef ConstraintString);
178 /// ParseConstraints - Parse the constraints of this inlineasm object,
179 /// returning them the same way that ParseConstraints(str) does.
180 ConstraintInfoVector ParseConstraints() const { function in class:llvm::InlineAsm
181 return ParseConstraints(Constraints);
/external/llvm/lib/IR/
H A DInlineAsm.cpp209 InlineAsm::ParseConstraints(StringRef Constraints) { function in class:InlineAsm
248 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp256 static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) { function
341 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp218 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp163 TLI->ParseConstraints(TRI, CS);
H A DTargetLowering.cpp2255 /// ParseConstraints - Split up the constraint string from the inline
2261 TargetLowering::ParseConstraints(const TargetRegisterInfo *TRI, function in class:TargetLowering
2273 for (InlineAsm::ConstraintInfo &CI : IA->ParseConstraints()) {
H A DSelectionDAGBuilder.cpp6139 // FIXME: code duplicated from TargetLowering::ParseConstraints().
6298 TLI.ParseConstraints(DAG.getSubtarget().getRegisterInfo(), CS);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2607 virtual AsmOperandInfoVector ParseConstraints(const TargetRegisterInfo *TRI,
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2925 TLI->ParseConstraints(TRI, ImmutableCallSite(CI));
3485 TargetConstraints = TLI->ParseConstraints(TRI, CS);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24133 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();

Completed in 542 milliseconds