HomeSort by relevance Sort by last modified time
    Searched refs:getInt32Ty (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/llvm/examples/ModuleMaker/
ModuleMaker.cpp 34 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 66 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
67 Type::getInt32Ty(Context),
98 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 29 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2);
46 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
51 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
IntegerDivision.cpp 28 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty());
29 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
58 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty());
59 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
88 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty());
89 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
118 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty());
119 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
Cloning.cpp 62 V = new Argument(Type::getInt32Ty(context));
134 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context));
138 GetElementPtrInst::Create(Type::getInt32Ty(context), V, ops);
146 V = new Argument(Type::getInt32Ty(context));
246 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C));
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 42 cast<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),
43 Type::getInt32Ty(Context),
50 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 39 Type::getInt32Ty(M->getContext()),
40 Type::getInt32Ty(M->getContext()),
48 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
70 Type::getInt32Ty(M->getContext()),
71 Type::getInt32Ty(M->getContext()),
78 Value *One = ConstantInt::get(Type::getInt32Ty(M->getContext()), 1);
79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2);
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 53 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global1");
67 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global1");
80 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global1");
91 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global2");
108 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global1");
119 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global2");
128 NewExtGlobal(Type::getInt32Ty(getGlobalContext()), "Global1");
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 146 StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C), nullptr);
148 "__gcc_personality_v0", FunctionType::get(Type::getInt32Ty(C), true));
206 Type *Int32Ty = Type::getInt32Ty(F.getContext());
240 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
241 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)};
275 EltTys.push_back(Type::getInt32Ty(M.getContext()));
277 EltTys.push_back(Type::getInt32Ty(M.getContext()));
350 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
351 ConstantInt::get(Type::getInt32Ty(Context), Idx),
352 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}
    [all...]
IntrinsicLowering.cpp 103 Type::getInt32Ty(M.getContext()));
131 Type::getInt32Ty(M.getContext()),
193 ConstantInt::get(Type::getInt32Ty(Context), 0xFF0000),
196 ConstantInt::get(Type::getInt32Ty(Context), 0xFF00),
369 Type::getInt32Ty(Context));
497 Type::getInt32Ty(Context),
  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
64 getOrInsertFunction("getchar", IntegerType::getInt32Ty(C), NULL));
68 getOrInsertFunction("putchar", IntegerType::getInt32Ty(C),
69 IntegerType::getInt32Ty(C), NULL));
83 Type* IntPtrTy = IntegerType::getInt32Ty(C);
150 getOrInsertFunction("puts", IntegerType::getInt32Ty(C),
158 Constant *zero_32 = Constant::getNullValue(IntegerType::getInt32Ty(C));
224 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
BrainFDriver.cpp 61 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
62 IntegerType::getInt32Ty(mod->getContext()),
  /external/llvm/unittests/IR/
ValueTest.cpp 50 Type *Int32Ty = Type::getInt32Ty(Ctx);
96 Type *Int32Ty = Type::getInt32Ty(Ctx);
ValueHandleTest.cpp 27 ConstantV(ConstantInt::get(Type::getInt32Ty(getGlobalContext()), 0)),
28 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(getGlobalContext()))) {
45 EXPECT_EQ(Type::getInt32Ty(getGlobalContext()), WVH->getType());
46 EXPECT_EQ(Type::getInt32Ty(getGlobalContext()), (*WVH).getType());
200 EXPECT_EQ(Type::getInt32Ty(getGlobalContext()), CVH->getType());
201 EXPECT_EQ(Type::getInt32Ty(getGlobalContext()), (*CVH).getType());
308 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())));
325 Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))));
328 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())), RVH.AURWArgument);
329 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(getGlobalContext()))
    [all...]
VerifierTest.cpp 50 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 36 Type::getInt32Ty(Ctx), Attrs.VectorizerWidth))};
44 Type::getInt32Ty(Ctx), Attrs.VectorizerUnroll))};
SanitizerMetadata.cpp 87 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())),
89 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())),
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 86 new BitCastInst(Constant::getNullValue(Type::getInt32Ty(F.getContext())),
87 Type::getInt32Ty(F.getContext()),
  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 39 auto IntType = Type::getInt32Ty(C);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 98 Type *I32Ty = B.getInt32Ty();
125 "strncmp", AttributeSet::get(M->getContext(), AS), B.getInt32Ty(),
224 B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context), nullptr);
248 "memcmp", AttributeSet::get(M->getContext(), AS), B.getInt32Ty(),
323 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(),
324 B.getInt32Ty(), nullptr);
327 B.getInt32Ty(),
352 B.getInt32Ty(),
377 B.getInt32Ty(),
378 B.getInt32Ty(), File->getType()
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 189 case MVT::i32: return Type::getInt32Ty(Context);
218 case MVT::v1i32: return VectorType::get(Type::getInt32Ty(Context), 1);
219 case MVT::v2i32: return VectorType::get(Type::getInt32Ty(Context), 2);
220 case MVT::v4i32: return VectorType::get(Type::getInt32Ty(Context), 4);
221 case MVT::v8i32: return VectorType::get(Type::getInt32Ty(Context), 8);
222 case MVT::v16i32: return VectorType::get(Type::getInt32Ty(Context), 16);
  /external/llvm/lib/Target/R600/
SITypeRewriter.cpp 59 v4i32 = VectorType::get(Type::getInt32Ty(M.getContext()), 4);
118 Type::getInt32Ty(I.getContext())){
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 29 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/);
51 ConstantInt *One = ConstantInt::get(Type::getInt32Ty(Ctx), 1);
76 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0));
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 276 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
337 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
343 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
349 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
369 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
386 ConstantInt::get(Type::getInt32Ty(V->getContext()),
391 ConstantInt::get(Type::getInt32Ty(V->getContext()),
422 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
428 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
455 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()), i)
    [all...]

Completed in 575 milliseconds

1 2 3 4 5 6