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 108 struct ConstraintInfo;
109 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
111 struct ConstraintInfo {
155 ConstraintInfo();
158 ConstraintInfo(const ConstraintInfo &other);
  /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/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 119 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 580 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 400 struct ConstraintInfo {
414 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
445 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
456 bool validateOutputConstraint(ConstraintInfo &Info) const;
457 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
459 ConstraintInfo &info) const;
461 ConstraintInfo *OutputConstraints,
690 TargetInfo::ConstraintInfo &info) const= 0;
  /external/clang/lib/Basic/
TargetInfo.cpp 319 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
375 ConstraintInfo *OutputConstraints,
398 bool TargetInfo::validateInputConstraint(ConstraintInfo *OutputConstraints,
400 ConstraintInfo &Info) const {
Targets.cpp 600 TargetInfo::ConstraintInfo &Info) const {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 133 InlineAsm::ConstraintInfo &CI = CInfos[i];
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 1384 milliseconds