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

  /external/llvm/include/llvm/IR/
InlineAsm.h 118 struct ConstraintInfo;
119 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
121 struct ConstraintInfo {
165 ConstraintInfo();
168 ConstraintInfo(const ConstraintInfo &other);
  /external/llvm/lib/IR/
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 214 CGIOperandList::ConstraintInfo::getEarlyClobber();
249 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
InstrInfoEmitter.cpp 138 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 547 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 453 struct ConstraintInfo {
467 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
501 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
512 bool validateOutputConstraint(ConstraintInfo &Info) const;
513 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
515 ConstraintInfo &info) const;
526 ConstraintInfo *OutputConstraints,
786 TargetInfo::ConstraintInfo &info) const= 0;
  /external/clang/lib/Basic/
TargetInfo.cpp 322 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
380 ConstraintInfo *OutputConstraints,
403 bool TargetInfo::validateInputConstraint(ConstraintInfo *OutputConstraints,
405 ConstraintInfo &Info) const {
Targets.cpp 753 TargetInfo::ConstraintInfo &Info) const {
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 102 SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
119 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
136 SmallVector<TargetInfo::ConstraintInfo, 4> InputConstraintInfos;
148 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName);
232 TargetInfo::ConstraintInfo &Info = OutputConstraintInfos[i];
245 TargetInfo::ConstraintInfo &Info = InputConstraintInfos[i];
273 TargetInfo::ConstraintInfo &Info = InputConstraintInfos[i];
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 131 InlineAsm::ConstraintInfo &CI = CInfos[i];

Completed in 693 milliseconds