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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
27 if (!ValName)
29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/llvm/lib/TableGen/
TGParser.h 107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
109 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
111 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V);
TGParser.cpp 79 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
85 RecordVal *RV = CurRec->getValue(ValName);
87 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
94 if (VI->getNameInit() == ValName)
104 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
122 ValName->getAsUnquotedString() + "' more than once");
138 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
    [all...]
Record.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 436 static Intrinsic::ID lookupIntrinsicID(const ValueName *ValName) {
437 unsigned Len = ValName->getKeyLength();
438 const char *Name = ValName->getKeyData();
448 const ValueName *ValName = this->getValueName();
449 if (!ValName || !isIntrinsic()) {
453 IntID = lookupIntrinsicID(ValName);
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 1032 std::string ValName;
1039 : TypedInit(IK_DagInit, DagRecTy::get()), Val(V), ValName(VN),
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 588 milliseconds