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

1 2

  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 39 llvm::LLVMContext &getLLVMContext();
40 const llvm::LLVMContext &getLLVMContext() const;
  /frameworks/compile/libbcc/lib/Core/
BCCContext.cpp 62 llvm::LLVMContext &BCCContext::getLLVMContext()
65 const llvm::LLVMContext &BCCContext::getLLVMContext() const
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 94 return llvm::IntegerType::get(getLLVMContext(),
317 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
322 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
341 ResultType = llvm::IntegerType::get(getLLVMContext(),
351 ResultType = llvm::Type::getInt16Ty(getLLVMContext());
356 ResultType = getTypeForFormat(getLLVMContext(),
362 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
367 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
398 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
422 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
    [all...]
CGCUDANV.cpp 92 CGF.getLLVMContext(), ArgTypes);
CodeGenTypes.h 117 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGRecordLayoutBuilder.cpp 507 llvm::Type *FieldTy = llvm::Type::getInt8Ty(Types.getLLVMContext());
721 llvm::FunctionType::get(llvm::Type::getInt32Ty(Types.getLLVMContext()),
756 llvm::Type *Vbptr = llvm::Type::getInt32PtrTy(Types.getLLVMContext());
793 BaseSubobjectType = llvm::StructType::create(Types.getLLVMContext(),
    [all...]
CGBuiltin.cpp 93 llvm::IntegerType::get(CGF.getLLVMContext(),
128 llvm::IntegerType::get(CGF.getLLVMContext(),
181 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
184 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
    [all...]
CodeGenModule.h 441 llvm::MDNode::get(getLLVMContext(),
456 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
CGExprConstant.cpp 263 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
283 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
304 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(),
561 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
621 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CGStmt.cpp     [all...]
CGExpr.cpp 43 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
626 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
    [all...]
CodeGenModule.cpp 764 llvm::Constant *s = llvm::ConstantDataArray::getString(getLLVMContext(), Str);
    [all...]
CodeGenFunction.h     [all...]
CGBlocks.cpp 292 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
402 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
491 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
    [all...]
CGExprAgg.cpp     [all...]
CGCall.cpp     [all...]
CGObjC.cpp 818 llvm::Type::getIntNTy(getLLVMContext(),
    [all...]
CodeGenFunction.cpp 288 llvm::LLVMContext &Context = getLLVMContext();
    [all...]
TargetInfo.cpp 51 return CGT.getLLVMContext();
490 return llvm::Type::getX86_MMXTy(CGF.getLLVMContext());
    [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp 727 = llvm::ConstantInt::get(CGM.getLLVMContext(), Value->getInt());
    [all...]
CGExprScalar.cpp 68 VMContext(cgf.getLLVMContext()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 115 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; }
slang_rs_export_type.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 465 llvm::Module * module = new llvm::Module("glsl", compilerCtx->getLLVMContext());
    [all...]

Completed in 314 milliseconds

1 2