HomeSort by relevance Sort by last modified time
    Searched refs:ConstraintInfo (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/
InlineAsm.h 118 struct ConstraintInfo;
119 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
121 struct ConstraintInfo {
165 ConstraintInfo();
168 ConstraintInfo(const ConstraintInfo &other);
  /external/llvm/lib/VMCore/
InlineAsm.cpp 60 InlineAsm::ConstraintInfo::ConstraintInfo() :
68 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) :
80 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
202 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
219 ConstraintInfo Info;
  /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];
CodeGenInstruction.cpp 215 CGIOperandList::ConstraintInfo::getEarlyClobber();
248 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
InstrInfoEmitter.cpp 136 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 561 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 440 struct ConstraintInfo {
454 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
488 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
499 bool validateOutputConstraint(ConstraintInfo &Info) const;
500 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
502 ConstraintInfo &info) const;
504 ConstraintInfo *OutputConstraints,
735 TargetInfo::ConstraintInfo &info) const= 0;
  /external/clang/lib/Basic/
TargetInfo.cpp 320 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
376 ConstraintInfo *OutputConstraints,
399 bool TargetInfo::validateInputConstraint(ConstraintInfo *OutputConstraints,
401 ConstraintInfo &Info) const {
Targets.cpp 674 TargetInfo::ConstraintInfo &Info) const {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 107 SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
124 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
141 SmallVector<TargetInfo::ConstraintInfo, 4> InputConstraintInfos;
153 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName);
219 TargetInfo::ConstraintInfo &Info = InputConstraintInfos[i];
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 133 InlineAsm::ConstraintInfo &CI = CInfos[i];

Completed in 475 milliseconds