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

1 2

  /external/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 42 CGM.getLLVMContext(), "opencl.image1d_t"), 0);
45 CGM.getLLVMContext(), "opencl.image1d_array_t"), 0);
48 CGM.getLLVMContext(), "opencl.image1d_buffer_t"), 0);
51 CGM.getLLVMContext(), "opencl.image2d_t"), 0);
54 CGM.getLLVMContext(), "opencl.image2d_array_t"), 0);
57 CGM.getLLVMContext(), "opencl.image3d_t"), 0);
59 return llvm::IntegerType::get(CGM.getLLVMContext(),32);
62 CGM.getLLVMContext(), "opencl.event_t"), 0);
CodeGenTypes.cpp 95 return llvm::IntegerType::get(getLLVMContext(),
323 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
328 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
347 ResultType = llvm::IntegerType::get(getLLVMContext(),
353 ResultType = getTypeForFormat(getLLVMContext(),
360 ResultType = getTypeForFormat(getLLVMContext(),
367 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
372 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
414 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
438 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
    [all...]
CGCUDANV.cpp 91 CGF.getLLVMContext(), ArgTypes);
CodeGenTypes.h 119 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGRecordLayoutBuilder.cpp 462 llvm::Type *FieldTy = llvm::Type::getInt8Ty(Types.getLLVMContext());
672 llvm::FunctionType::get(llvm::Type::getInt32Ty(Types.getLLVMContext()),
707 llvm::Type *Vbptr = llvm::Type::getInt32PtrTy(Types.getLLVMContext());
744 BaseSubobjectType = llvm::StructType::create(Types.getLLVMContext(),
909 llvm::Type *Ty = llvm::Type::getInt8Ty(Types.getLLVMContext());
    [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp 92 llvm::IntegerType::get(CGF.getLLVMContext(),
126 llvm::IntegerType::get(CGF.getLLVMContext(),
203 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
206 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
    [all...]
CGExpr.cpp 45 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
740 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
    [all...]
MicrosoftCXXABI.cpp 281 = llvm::ConstantInt::get(llvm::IntegerType::getInt1Ty(CGF.getLLVMContext()),
CGAtomic.cpp 522 llvm::IntegerType::get(getLLVMContext(), Size * 8)->getPointerTo();
635 llvm::IntegerType::get(CGF.getLLVMContext(), AtomicSizeInBits);
    [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...]
CodeGenModule.cpp 556 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList));
679 F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(),
842 addLinkOptionsPostorder(getLLVMContext(), *M, MetadataArgs, Visited);
848 llvm::MDNode::get(getLLVMContext(), MetadataArgs));
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCRuntime.cpp 139 llvm::Type::getIntNPtrTy(CGF.getLLVMContext(),
CodeGenModule.h 471 llvm::MDNode::get(getLLVMContext(),
486 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
CodeGenFunction.h     [all...]
CGBlocks.cpp 339 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
458 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
555 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
    [all...]
CGExprAgg.cpp     [all...]
CGObjC.cpp 822 llvm::Type::getIntNTy(getLLVMContext(),
    [all...]
CGClass.cpp 840 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace());
845 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace());
    [all...]
  /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
  /frameworks/compile/slang/
slang_rs_context.h 118 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; }
slang_rs_export_type.cpp     [all...]

Completed in 369 milliseconds

1 2