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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
  /external/llvm/lib/IR/
SymbolTableListTraitsImpl.h 51 OldST->removeValueName(I->getValueName());
79 ST->removeValueName(V->getValueName());
99 OldST->removeValueName(V.getValueName());
ValueSymbolTable.cpp 59 if (vmap.insert(V->getValueName())) {
60 //DEBUG(dbgs() << " Inserted value: " << V->getValueName() << ": " << *V << "\n");
68 V->getValueName()->Destroy();
Value.cpp 93 ValueName *Name = getValueName();
163 ValueName *Value::getValueName() const {
197 return getValueName()->getKey();
238 getValueName()->setValue(this);
246 ST->removeValueName(getValueName());
277 ST->removeValueName(getValueName());
304 setValueName(V->getValueName());
306 getValueName()->setValue(this);
314 VST->removeValueName(V->getValueName());
315 setValueName(V->getValueName());
    [all...]
Function.cpp 483 const ValueName *ValName = this->getValueName();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
SymbolTableListTraitsImpl.h 52 OldST->removeValueName(I->getValueName());
82 ST->removeValueName(V->getValueName());
103 OldST->removeValueName(V.getValueName());
Function.cpp 321 const ValueName *ValName = this->getValueName();
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp 57 printf(" <%s>", spec.getValueName().c_str());
78 printf(" <%s>", spec.getValueName().c_str());
arguments_parser.h 47 const std::string &getValueName() const { return mValueName; }
  /external/llvm/include/llvm/Support/
CommandLine.h 803 // getValueName - Overload in subclass to provide a better default value.
804 virtual const char *getValueName() const { return "value"; }
845 // getValueName - Do not print =<value> at all.
846 const char *getValueName() const override { return nullptr; }
871 // getValueName - Do not print =<value> at all.
872 const char *getValueName() const override { return nullptr; }
893 // getValueName - Overload in subclass to provide a better default value.
894 const char *getValueName() const override { return "int"; }
915 // getValueName - Overload in subclass to provide a better default value.
916 const char *getValueName() const override { return "uint";
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 688 // getValueName - Overload in subclass to provide a better default value.
689 virtual const char *getValueName() const { return "value"; }
729 // getValueName - Do not print =<value> at all.
730 virtual const char *getValueName() const { return 0; }
753 // getValueName - Do not print =<value> at all.
754 virtual const char *getValueName() const { return 0; }
774 // getValueName - Overload in subclass to provide a better default value.
775 virtual const char *getValueName() const { return "int"; }
796 // getValueName - Overload in subclass to provide a better default value.
797 virtual const char *getValueName() const { return "uint";
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Value.h 115 ValueName *getValueName() const { return Name; }
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 122 S->setValueName(T->getValueName());
172 C.setValueName(V->getValueName());
  /external/llvm/include/llvm/IR/
Value.h 234 ValueName *getValueName() const;
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 70 const char *getValueName() const override { return "IR scalar type"; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 449 milliseconds