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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 58 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
69 void ValueSymbolTable::removeValueName(ValueName *V) {
78 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) {
80 ValueName &Entry = vmap.GetOrCreateValue(Name);
97 ValueName &NewName = vmap.GetOrCreateValue(UniqueName);
Function.cpp 365 const ValueName *ValName = this->getValueName();
382 const ValueName *ValName = this->getValueName();
Value.cpp 215 Name = ValueName::Create(NameRef.begin(), NameRef.end());
  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 114 ValueName *createValueName(StringRef Name, Value *V);
117 /// ValueName attached to the value, but it is no longer inserted in the
119 void removeValueName(ValueName *V);
Value.h 36 typedef StringMapEntry<Value*> ValueName;
84 ValueName *Name;
115 ValueName *getValueName() const { return Name; }
116 void setValueName(ValueName *VN) { Name = VN; }
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 170 /// ValueName - The name of the value this class represents; for a token this
173 std::string ValueName;
278 return ValueName < RHS.ValueName;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 945 SmallString<128> ValueName;
966 if (ConvertToString(Record, 1, ValueName))
973 V->setName(StringRef(ValueName.data(), ValueName.size()));
974 ValueName.clear();
978 if (ConvertToString(Record, 1, ValueName))
984 BB->setName(StringRef(ValueName.data(), ValueName.size()))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]

Completed in 659 milliseconds