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

1 2

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
27 if (!ValName)
29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
27 if (!ValName)
29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 321 const ValueName *ValName = this->getValueName();
322 if (!ValName)
324 unsigned Len = ValName->getKeyLength();
325 const char *Name = ValName->getKeyData();
  /external/llvm/lib/TableGen/
TGParser.h 107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
110 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
113 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V,
TGParser.cpp 77 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
84 RecordVal *RV = CurRec->getValue(ValName);
86 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
93 if (VI->getNameInit() == ValName && !AllowSelfAssignment)
103 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
121 ValName->getAsUnquotedString() + "' more than once");
137 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.h 75 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
TGParser.cpp 82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const std::string &ValName,
88 RecordVal *RV = CurRec->getValue(ValName);
90 return Error(Loc, "Value '" + ValName + "' unknown!");
96 if (VI->getName() == ValName)
106 return Error(Loc, "Value '" + ValName + "' is not a bits type");
126 ValName + "' more than once");
138 return Error(Loc, "Value '" + ValName + "' of type '" +
    [all...]
  /external/llvm/lib/IR/
Function.cpp 466 static Intrinsic::ID lookupIntrinsicID(const ValueName *ValName) {
467 StringRef Name = ValName->getKey();
483 const ValueName *ValName = this->getValueName();
484 if (!ValName || !isIntrinsic()) {
488 IntID = lookupIntrinsicID(ValName);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 817 milliseconds

1 2