Searched refs:getValueName (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 const ValueName *ValName = F->getValueName();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h51 OldST->removeValueName(I->getValueName());
79 ST->removeValueName(V->getValueName());
99 OldST->removeValueName(V.getValueName());
H A DValueSymbolTable.cpp59 if (vmap.insert(V->getValueName())) {
60 //DEBUG(dbgs() << " Inserted value: " << V->getValueName() << ": " << *V << "\n");
68 V->getValueName()->Destroy();
H A DValue.cpp90 ValueName *Name = getValueName();
160 ValueName *Value::getValueName() const { function in class:Value
194 return getValueName()->getKey();
231 getValueName()->setValue(this);
239 ST->removeValueName(getValueName());
270 ST->removeValueName(getValueName());
297 setValueName(V->getValueName());
299 getValueName()->setValue(this);
307 VST->removeValueName(V->getValueName());
308 setValueName(V->getValueName());
[all...]
H A DFunction.cpp422 const ValueName *ValName = this->getValueName();
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h740 // getValueName - Overload in subclass to provide a better default value.
741 virtual const char *getValueName() const { return "value"; } function in class:llvm::cl::basic_parser_impl
782 // getValueName - Do not print =<value> at all.
783 const char *getValueName() const override { return nullptr; }
808 // getValueName - Do not print =<value> at all.
809 const char *getValueName() const override { return nullptr; }
830 // getValueName - Overload in subclass to provide a better default value.
831 const char *getValueName() const override { return "int"; }
852 // getValueName - Overload in subclass to provide a better default value.
853 const char *getValueName() cons
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp123 S->setValueName(T->getValueName());
173 C.setValueName(V->getValueName());
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DValue.h230 ValueName *getValueName() const;
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1182 if (const char *ValName = getValueName())
1195 if (const char *ValName = getValueName())
/freebsd-11.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp71 const char *getValueName() const override { return "IR scalar type"; }

Completed in 259 milliseconds