Home
last modified time | relevance | path

Searched refs:getValueID (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp522 (VE.getValueID(GV->getInitializer()) + 1)); in WriteModuleInfo()
564 Vals.push_back(VE.getValueID(AI->getAliasee())); in WriteModuleInfo()
598 Record.push_back(VE.getValueID(N->getOperand(i))); in WriteMDNode()
667 Record.push_back(VE.getValueID(NMD->getOperand(i))); in WriteModuleMetadata()
720 Record.push_back(VE.getValueID(MDs[i].second)); in WriteMetadataAttachment()
909 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
918 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
924 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
925 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
937 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
[all …]
DValueEnumerator.h86 unsigned getValueID(const Value *V) const;
DValueEnumerator.cpp121 unsigned ValueEnumerator::getValueID(const Value *V) const { in getValueID() function in ValueEnumerator
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp379 if (ExportVarNameMDS->getValueID() == llvm::Value::MDStringVal) { in compile()
407 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in compile()
455 if ((PragmaNameMDS->getValueID() == llvm::Value::MDStringVal) && in compile()
456 (PragmaValueMDS->getValueID() == llvm::Value::MDStringVal)) { in compile()
485 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) { in compile()
582 if (ExportVarNameMDS->getValueID() == llvm::Value::MDStringVal) { in runCodeGen()
590 if (I->first->getValueID() != llvm::Value::GlobalVariableVal) in runCodeGen()
625 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in runCodeGen()
694 if (ExportVarNameMDS->getValueID() == llvm::Value::MDStringVal) { in runLTO()
708 if (ExportFuncNameMDS->getValueID() == llvm::Value::MDStringVal) { in runLTO()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp108 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) { in populateObjectSlotMetadata()
128 if (v->getValueID() != llvm::Value::MDStringVal) { in createStringFromValue()
194 if (SigVal->getValueID() == llvm::Value::MDStringVal) { in populateForEachMetadata()
/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp181 if (C->getValueID() == llvm::Value::UndefValueVal) in GetConstantValue()
183 else if (C->getValueID() == llvm::Value::ConstantExprVal) { in GetConstantValue()
556 switch (C->getValueID()) { in GetConstantValue()
670 switch (C->getValueID()) { in InitializeConstantToMemory()
829 switch (V->getValueID()) { in GetPointerToGlobal()
882 switch (GV->getValueID()) { in GetPointerToGlobal()