HomeSort by relevance Sort by last modified time
    Searched refs:getLLVMContext (Results 1 - 25 of 33) 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 92 return llvm::IntegerType::get(getLLVMContext(),
326 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
331 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
350 ResultType = llvm::IntegerType::get(getLLVMContext(),
356 ResultType = getTypeForFormat(getLLVMContext(),
363 ResultType = getTypeForFormat(getLLVMContext(),
370 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
375 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
419 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
443 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
    [all...]
CGOpenCLRuntime.cpp 36 llvm::LLVMContext& Ctx = CGM.getLLVMContext();
CodeGenPGO.cpp 66 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
77 auto *BB = llvm::BasicBlock::Create(CGM.getLLVMContext(), "", RegisterF);
84 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
109 llvm::LLVMContext &Ctx = CGM.getLLVMContext();
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
187 auto *VoidTy = llvm::Type::getVoidTy(CGM.getLLVMContext());
197 CGBuilderTy Builder(llvm::BasicBlock::Create(CGM.getLLVMContext(), "", F));
788 llvm::LLVMContext &Ctx = CGM.getLLVMContext();
801 CGBuilderTy Builder(llvm::BasicBlock::Create(CGM.getLLVMContext(), "", User))
    [all...]
CGBuiltin.cpp 93 llvm::IntegerType::get(CGF.getLLVMContext(),
127 llvm::IntegerType::get(CGF.getLLVMContext(),
204 return RValue::get(llvm::ConstantInt::get(getLLVMContext(),
207 return RValue::get(llvm::ConstantFP::get(getLLVMContext(),
    [all...]
CGCUDANV.cpp 91 CGF.getLLVMContext(), ArgTypes);
CodeGenTypes.h 119 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); }
CGExpr.cpp 46 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace);
691 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal);
    [all...]
CGRecordLayoutBuilder.cpp 108 return llvm::Type::getIntNTy(Types.getLLVMContext(),
114 llvm::Type *Type = llvm::Type::getInt8Ty(Types.getLLVMContext());
440 llvm::Type::getInt32PtrTy(Types.getLLVMContext())));
656 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed);
    [all...]
CodeGenModule.cpp 657 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList));
827 F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(),
    [all...]
CGCall.cpp     [all...]
CGExprConstant.cpp 242 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
262 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
283 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(),
511 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(),
567 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
    [all...]
CGAtomic.cpp 747 llvm::IntegerType::get(getLLVMContext(), Size * 8)->getPointerTo();
    [all...]
CGObjCRuntime.cpp 140 llvm::Type::getIntNPtrTy(CGF.getLLVMContext(),
MicrosoftCXXABI.cpp 315 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
338 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
347 CGM.getLLVMContext(), "rtti.ClassHierarchyDescriptor");
363 CGM.getLLVMContext(), "rtti.CompleteObjectLocator");
    [all...]
CodeGenModule.h 578 llvm::MDNode::get(getLLVMContext(),
591 llvm::LLVMContext &getLLVMContext() { return VMContext; }
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGBlocks.cpp 341 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
453 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
550 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true);
    [all...]
CGDebugInfo.cpp     [all...]
CGExprAgg.cpp     [all...]
CGObjC.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_context.h 119 inline llvm::LLVMContext &getLLVMContext() const { return mLLVMContext; }
slang_rs_export_type.cpp     [all...]

Completed in 260 milliseconds

1 2