HomeSort by relevance Sort by last modified time
    Searched refs:getInt32Ty (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 57 V = new Argument(Type::getInt32Ty(context));
129 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context));
140 V = new Argument(Type::getInt32Ty(context));
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/CodeGen/
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));
495 Type::getInt32Ty(Context),
SjLjEHPrepare.cpp 94 Type *Int32Ty = Type::getInt32Ty(M.getContext());
130 Type *Int32Ty = Type::getInt32Ty(I->getContext());
137 ConstantInt *CallSiteNoC = ConstantInt::get(Type::getInt32Ty(I->getContext()),
449 ConstantInt::get(Type::getInt32Ty(F.getContext()), I + 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 335 PointerType::get(Type::getInt32Ty(*Context),
338 ConstantInt::get(Type::getInt32Ty(*Context),
352 ConstantInt::get(Type::getInt32Ty(*Context), P.getRatOffset()),
394 return new IntToPtrInst(ConstantInt::get(Type::getInt32Ty(*Context),
AMDILPeepholeOptimizer.cpp 244 Type *aType = Type::getInt32Ty(*mCTX);
338 Type *aType = Type::getInt32Ty(*mCTX);
350 Type *aType = Type::getInt32Ty(*mCTX);
475 != Type::getInt32Ty(inst->getContext())) {
720 != Type::getInt32Ty(inst->getContext())) {
896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F);
897 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1);
906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F);
907 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 335 PointerType::get(Type::getInt32Ty(*Context),
338 ConstantInt::get(Type::getInt32Ty(*Context),
352 ConstantInt::get(Type::getInt32Ty(*Context), P.getRatOffset()),
394 return new IntToPtrInst(ConstantInt::get(Type::getInt32Ty(*Context),
AMDILPeepholeOptimizer.cpp 244 Type *aType = Type::getInt32Ty(*mCTX);
338 Type *aType = Type::getInt32Ty(*mCTX);
350 Type *aType = Type::getInt32Ty(*mCTX);
475 != Type::getInt32Ty(inst->getContext())) {
720 != Type::getInt32Ty(inst->getContext())) {
896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F);
897 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1);
906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F);
907 newShiftConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 1);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
GCOVProfiling.cpp 675 Type *Int32Ty = Type::getInt32Ty(*Ctx);
687 Type::getInt32Ty(*Ctx), // uint32_t ident
697 Type::getInt32Ty(*Ctx), // uint32_t num_counters
722 GV = new GlobalVariable(*M, Type::getInt32Ty(*Ctx), false,
724 ConstantInt::get(Type::getInt32Ty(*Ctx),
ThreadSanitizer.cpp 150 OrdTy = IRB.getInt32Ty();
222 "memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(),
475 IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false),
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 363 Idx[0] = Constant::getNullValue(Type::getInt32Ty(header->getContext()));
364 Idx[1] = ConstantInt::get(Type::getInt32Ty(header->getContext()), i);
466 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
467 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), i);
492 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
493 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), FirstOut + i);
606 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
607 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context),
IntegerDivision.cpp 132 IntegerType *I32Ty = Builder.getInt32Ty();
454 Type *Int32Ty = Builder.getInt32Ty();
506 Type *Int32Ty = Builder.getInt32Ty();
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 51 AllocaInst *Var2 = Builder.CreateAlloca(Builder.getInt32Ty());
104 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(),
  /art/compiler/llvm/
intrinsic_helper.cc 69 return irb.getInt32Ty();
ir_builder.h 204 return getInt32Ty();
336 return getInt32Ty();
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 238 irb_.CreateRet(irb_.CreateZExt(retval, irb_.getInt32Ty()));
242 irb_.CreateRet(irb_.CreateSExt(retval, irb_.getInt32Ty()));
  /external/llvm/lib/IR/
Module.cpp 359 Type *Int32Ty = Type::getInt32Ty(Context);
367 Type *Int32Ty = Type::getInt32Ty(Context);
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
135 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()),
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 102 ArgsTy.push_back(PointerType::get(IntegerType::getInt32Ty(Context), 0));
104 ArgsTy.push_back(IntegerType::getInt32Ty(Context));
258 case 11: t = Type::getInt32Ty(Context); break;
422 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
439 Type *I32 = Type::getInt32Ty(BB->getContext());
465 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 661 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), 0 };
663 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
688 Type::getInt32Ty(F->getContext()) :
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 35 llvm::Type::getInt32Ty(*llvm_data_->context_), predecessors->size(), phi->StringId());
72 parameter_types.push_back(llvm::Type::getInt32Ty(*llvm_data_->context_));
80 llvm::Type::getInt32Ty(*llvm_data_->context_),
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 130 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
144 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
185 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 273 Value *Idx = ConstantInt::get(Type::getInt32Ty(M->getContext()), i);
416 ConstantInt::get(Type::getInt32Ty(M->getContext()),

Completed in 483 milliseconds

12 3 4 5 6