Home
last modified time | relevance | path

Searched defs:ParseConstraints (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp235 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() function in InlineAsm
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp394 static void ParseConstraints(StringRef CStr, CGIOperandList &Ops, Record *Rec) { in ParseConstraints() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h190 /// returning them the same way that ParseConstraints(str) does. in ParseConstraints() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5684 TargetLowering::ParseConstraints(const DataLayout &DL, in ParseConstraints() function in TargetLowering