OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstraintInfo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/VMCore/
InlineAsm.cpp
59
InlineAsm::
ConstraintInfo
::
ConstraintInfo
() :
67
InlineAsm::
ConstraintInfo
::
ConstraintInfo
(const
ConstraintInfo
&other) :
79
bool InlineAsm::
ConstraintInfo
::Parse(StringRef Str,
201
void InlineAsm::
ConstraintInfo
::selectAlternative(unsigned index) {
218
ConstraintInfo
Info;
/external/llvm/include/llvm/
InlineAsm.h
107
struct
ConstraintInfo
;
108
typedef std::vector<
ConstraintInfo
> ConstraintInfoVector;
110
struct
ConstraintInfo
{
154
ConstraintInfo
();
157
ConstraintInfo
(const
ConstraintInfo
&other);
/external/llvm/utils/TableGen/
CodeGenInstruction.h
32
class
ConstraintInfo
{
36
ConstraintInfo
() : Kind(None) {}
38
static
ConstraintInfo
getEarlyClobber() {
39
ConstraintInfo
I;
45
static
ConstraintInfo
getTied(unsigned Op) {
46
ConstraintInfo
I;
105
std::vector<
ConstraintInfo
> Constraints;
119
const CGIOperandList::
ConstraintInfo
&CI = Constraints[j];
/external/clang/include/clang/Basic/
TargetInfo.h
320
struct
ConstraintInfo
{
334
ConstraintInfo
(llvm::StringRef ConstraintStr, llvm::StringRef Name)
365
void setTiedOperand(unsigned N,
ConstraintInfo
&Output) {
376
bool validateOutputConstraint(
ConstraintInfo
&Info) const;
377
bool validateInputConstraint(
ConstraintInfo
*OutputConstraints,
379
ConstraintInfo
&info) const;
381
ConstraintInfo
*OutputConstraints,
594
TargetInfo::
ConstraintInfo
&info) const= 0;
Completed in 37 milliseconds