OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseConstraints
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/
InlineAsm.h
169
///
ParseConstraints
- Split up the constraint string into the specific
172
static ConstraintInfoVector
ParseConstraints
(StringRef ConstraintString);
174
///
ParseConstraints
- Parse the constraints of this inlineasm object,
175
/// returning them the same way that
ParseConstraints
(str) does.
176
ConstraintInfoVector
ParseConstraints
() const {
177
return
ParseConstraints
(Constraints);
/external/llvm/lib/VMCore/
InlineAsm.cpp
212
InlineAsm::
ParseConstraints
(StringRef Constraints) {
248
ConstraintInfoVector Constraints =
ParseConstraints
(ConstStr);
/external/llvm/utils/TableGen/
CodeGenInstruction.cpp
251
static void
ParseConstraints
(const std::string &CStr, CGIOperandList &Ops) {
327
ParseConstraints
(R->getValueAsString("Constraints"), Operands);
/external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp
383
TargetLowering::AsmOperandInfoVector TargetConstraints = TLI.
ParseConstraints
(ImmutableCallSite(CI));
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 578 milliseconds