Searched refs:GlobalVariable (Results 1 - 25 of 172) sorted by last modified time

1234567

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp200 } else if (dyn_cast<GlobalVariable>(V)) {
H A DAMDILPeepholeOptimizer.cpp1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand());
/external/llvm/unittests/IR/
H A DValueTest.cpp52 GlobalVariable *Dummy0
53 = new GlobalVariable(*M,
60 GlobalVariable::NotThreadLocal,
70 GlobalVariable *DummyCast0
71 = new GlobalVariable(*M,
78 GlobalVariable::NotThreadLocal,
H A DIRBuilderTest.cpp33 GV = new GlobalVariable(*M, Type::getFloatTy(Ctx), true,
46 GlobalVariable *GV;
205 GlobalVariable *G = new GlobalVariable(*M, Builder.getInt32Ty(), true,
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp38 GV = new GlobalVariable(*M.get(), AT, false /*=isConstant*/,
62 GlobalVariable *GV;
97 const GlobalVariable *LinkedGV = LinkedModule->getNamedGlobal("switch.bas");
139 GlobalVariable *GV =
140 new GlobalVariable(*InternalM, STy, false /*=isConstant*/,
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp243 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) {
H A DBugDriver.h29 class GlobalVariable;
317 void PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs);
H A DCrashDebugger.cpp105 class ReduceCrashingGlobalVariables : public ListReducer<GlobalVariable*> {
113 TestResult doTest(std::vector<GlobalVariable*> &Prefix,
114 std::vector<GlobalVariable*> &Kept,
123 bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
129 std::vector<GlobalVariable*> &GVs) {
135 std::set<GlobalVariable*> GVSet;
138 GlobalVariable* CMGV = cast<GlobalVariable>(VMap[GVs[i]]);
468 std::vector<GlobalVariable*> GVs;
H A DExtractFunction.cpp52 Function* globalInitUsesExternalBA(GlobalVariable* GV) {
231 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
268 new GlobalVariable(*M1, M1Init->getType(), false,
280 new GlobalVariable(*M2, M2Init->getType(), false,
329 GlobalVariable *GV = cast<GlobalVariable>(NewVMap[I]);
H A DMiscompilation.cpp861 GlobalVariable *funcName =
862 new GlobalVariable(*Safe, InitArray->getType(), true /*isConstant*/,
881 GlobalVariable *Cache =
882 new GlobalVariable(*F->getParent(), F->getType(),
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp14 #include "llvm/IR/GlobalVariable.h"
48 Value *V0 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V0");
49 Value *V1 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V1");
50 Value *V2 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V2");
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp40 new GlobalVariable(*Mod, Int8Ptr, /*isConstant=*/true,
/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp12 #include "llvm/IR/GlobalVariable.h"
33 GlobalVariable *NewExtGlobal(Type *T, const Twine &Name) {
34 return new GlobalVariable(*M, T, false, // Not constant.
44 GlobalVariable *G1 =
57 GlobalVariable *G2 =
70 GlobalVariable *G1 =
81 GlobalVariable *G2 =
98 GlobalVariable *G1 =
109 GlobalVariable *G2 =
118 GlobalVariable *G
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp21 #include "llvm/IR/GlobalVariable.h"
57 Function *makeReturnGlobal(std::string Name, GlobalVariable *G, Module *M) {
234 GlobalVariable *G = new GlobalVariable(
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp204 GlobalVariable *GVA, *GVB;
H A DMCJITTest.cpp100 GlobalVariable *GV = insertGlobalInt32(M.get(), "myglob", initialNum);
130 GlobalVariable *GV = insertGlobalInt32(M.get(), "my_global", initialNum);
H A DMCJITTestBase.h129 GlobalVariable *insertGlobalInt32(Module *M,
134 GlobalVariable *Global = new GlobalVariable(*M,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml274 | GlobalVariable Constructor in type:ValueKind/t
H A Dllvm.mli277 See [llvm::GlobalVariable::ThreadLocalMode]. *)
341 | GlobalVariable
1264 See the constructor of [llvm::GlobalVariable]. *)
1270 See the constructor of [llvm::GlobalVariable]. *)
1275 See the [llvm::GlobalVariable] constructor. *)
1279 See the method [llvm::GlobalVariable::eraseFromParent]. *)
1322 See the method [llvm::GlobalVariable::isConstant]. *)
1327 See the method [llvm::GlobalVariable::setConstant]. *)
1331 [gv]. See the method [llvm::GlobalVariable::getInitializer]. *)
1336 See the method [llvm::GlobalVariable
[all...]
H A Dllvm_ocaml.c492 GlobalVariable, enumerator in enum:ValueKind
527 DEFINE_CASE(Val, GlobalVariable);
/external/llvm/examples/BrainF/
H A DBrainF.cpp140 GlobalVariable *aberrormsg = new GlobalVariable(
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp915 new llvm::GlobalVariable(module,
959 new llvm::GlobalVariable(module,
1645 /// to create as GlobalVariable instances, starting with the value 1.
1733 new llvm::GlobalVariable(module,
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h203 SizeOffsetType visitGlobalVariable(GlobalVariable &GV);
/external/llvm/include/llvm/CodeGen/
H A DAnalysis.h25 class GlobalVariable;
61 GlobalVariable *ExtractTypeInfo(Value *V);
H A DAsmPrinter.h34 class GlobalVariable;
223 virtual void EmitGlobalVariable(const GlobalVariable *GV);
227 bool EmitSpecialLLVMGlobal(const GlobalVariable *GV);

Completed in 9179 milliseconds

1234567