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

  /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 218 CGIOperandList::ConstraintInfo::getEarlyClobber();
253 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
InstrInfoEmitter.cpp 153 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 529 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 114 struct ConstraintInfo;
115 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
117 struct ConstraintInfo {
161 ConstraintInfo();
  /external/llvm/lib/IR/
InlineAsm.cpp 60 InlineAsm::ConstraintInfo::ConstraintInfo() :
70 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
198 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
215 ConstraintInfo Info;
  /external/clang/include/clang/Basic/
TargetInfo.h 526 struct ConstraintInfo {
546 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
595 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
606 bool validateOutputConstraint(ConstraintInfo &Info) const;
607 bool validateInputConstraint(ConstraintInfo *OutputConstraints,
609 ConstraintInfo &info) const;
628 ConstraintInfo *OutputConstraints,
888 TargetInfo::ConstraintInfo &info) const= 0;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 122 SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
146 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
211 SmallVector<TargetInfo::ConstraintInfo, 4> InputConstraintInfos;
221 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName);
375 TargetInfo::ConstraintInfo &Info = OutputConstraintInfos[i];
386 TargetInfo::ConstraintInfo &Info = InputConstraintInfos[i];
  /external/clang/lib/Basic/
TargetInfo.cpp 443 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
513 ConstraintInfo *OutputConstraints,
536 bool TargetInfo::validateInputConstraint(ConstraintInfo *OutputConstraints,
538 ConstraintInfo &Info) const {
Targets.cpp 870 TargetInfo::ConstraintInfo &Info) const override {
    [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 142 InlineAsm::ConstraintInfo &CI = CInfos[i];
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 220 InlineAsm::ConstraintInfo &C = CIV[i];
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 329 milliseconds