Searched defs:GlobalValue (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DConstantMerge.cpp67 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
73 if (GlobalValue *GV =
74 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
104 SmallPtrSet<const GlobalValue*, 8> UsedGlobals;
66 FindUsedValues(GlobalVariable *LLVMUsed, SmallPtrSet<const GlobalValue*, 8> &UsedValues) argument
H A DStripSymbols.cpp168 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {
194 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
202 if (GlobalValue *GV =
203 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
210 SmallPtrSet<const GlobalValue*, 8> llvmUsedValues;
193 findUsedValues(GlobalVariable *LLVMUsed, SmallPtrSet<const GlobalValue*, 8> &UsedValues) argument
/external/llvm/include/llvm/IR/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
36 class GlobalValue : public Constant { class in namespace:llvm
37 GlobalValue(const GlobalValue &) = delete;
69 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
151 ~GlobalValue() override {
192 return const_cast<GlobalValue *>(this)->getComdat();
413 /// Copy all additional attributes (those not needed to create a GlobalValue)
414 /// from the GlobalValue Src to this one.
415 virtual void copyAttributesFrom(const GlobalValue *Sr
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
45 class GlobalValue : public Constant { class in namespace:llvm
77 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
166 GlobalValue(const GlobalValue &) = delete;
168 ~GlobalValue() override {
209 return const_cast<GlobalValue *>(this)->getComdat();
430 /// Copy all additional attributes (those not needed to create a GlobalValue)
431 /// from the GlobalValue Src to this one.
432 virtual void copyAttributesFrom(const GlobalValue *Sr
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
28 class GlobalValue : public Constant { class in namespace:llvm
29 GlobalValue(const GlobalValue &); // do not implement
60 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
77 ~GlobalValue() {
230 /// create a GlobalValue) from the GlobalValue Src to this one.
231 virtual void copyAttributesFrom(const GlobalValue *Src);
249 /// Materialize - make sure this GlobalValue i
[all...]
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h108 GlobalValue, enumerator in enum:llvm::MIToken::TokenKind
182 Kind == FixedStackObject || Kind == GlobalValue ||

Completed in 277 milliseconds