/external/clang/lib/CodeGen/ |
H A D | 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);
|
H A D | CodeGenTypes.cpp | 95 return llvm::IntegerType::get(getLLVMContext(), 328 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); 333 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); 352 ResultType = llvm::IntegerType::get(getLLVMContext(), 358 ResultType = getTypeForFormat(getLLVMContext(), 365 ResultType = getTypeForFormat(getLLVMContext(), 372 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext()); 377 ResultType = llvm::IntegerType::get(getLLVMContext(), 128); 421 PointeeType = llvm::Type::getInt8Ty(getLLVMContext()); 445 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); [all...] |
H A D | CGCUDANV.cpp | 91 CGF.getLLVMContext(), ArgTypes);
|
H A D | CGRecordLayoutBuilder.cpp | 456 llvm::Type *FieldTy = llvm::Type::getInt8Ty(Types.getLLVMContext()); 666 llvm::FunctionType::get(llvm::Type::getInt32Ty(Types.getLLVMContext()), 701 llvm::Type *Vbptr = llvm::Type::getInt32PtrTy(Types.getLLVMContext()); 738 BaseSubobjectType = llvm::StructType::create(Types.getLLVMContext(), 893 llvm::Type *Ty = llvm::Type::getInt8Ty(Types.getLLVMContext());
|
H A D | CGExpr.cpp | 45 destType = llvm::Type::getInt8PtrTy(getLLVMContext(), addressSpace); 680 NextVal = llvm::ConstantFP::get(getLLVMContext(), FVal); 1046 llvm::MDBuilder MDHelper(getLLVMContext()); 1080 llvm::ConstantInt::get(llvm::Type::getInt32Ty(getLLVMContext()), 0), 1081 llvm::ConstantInt::get(llvm::Type::getInt32Ty(getLLVMContext()), 1), 1082 llvm::ConstantInt::get(llvm::Type::getInt32Ty(getLLVMContext()), 2) 1120 Load, llvm::ConstantInt::get(getLLVMContext(), End)); 1123 Load, llvm::ConstantInt::get(getLLVMContext(), End)); 1125 Load, llvm::ConstantInt::get(getLLVMContext(), Min)); 1177 llvm::LLVMContext &VMContext = getLLVMContext(); [all...] |
H A D | CodeGenModule.cpp | 584 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList)); 714 F->setAttributes(llvm::Intrinsic::getAttributes(getLLVMContext(), 795 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opts); 796 LinkerOptionsMetadata.push_back(llvm::MDNode::get(getLLVMContext(), MDOpts)); 802 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opt); 803 LinkerOptionsMetadata.push_back(llvm::MDNode::get(getLLVMContext(), MDOpts)); 809 llvm::Value *MDOpts = llvm::MDString::get(getLLVMContext(), Opt); 810 LinkerOptionsMetadata.push_back(llvm::MDNode::get(getLLVMContext(), MDOpts)); 832 llvm::LLVMContext &Context = CGM.getLLVMContext(); 917 llvm::MDNode::get(getLLVMContext(), [all...] |
H A D | CodeGenTypes.h | 122 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); } function in class:clang::CodeGen::CodeGenTypes
|
H A D | 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(), 952 llvm::IntegerType::get(getLLVMContext(), 979 llvm::IntegerType::get(getLLVMContext(), 1019 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), 1325 LLVMContext &C = CGM.getLLVMContext(); 1539 ArgValue = llvm::ConstantInt::get(getLLVMContext(), Result); 1958 llvm::Type *IntResTy = llvm::IntegerType::get(getLLVMContext(), [all...] |
H A D | CGCall.cpp | 911 resultType = llvm::Type::getVoidTy(getLLVMContext()); 921 resultType = llvm::Type::getVoidTy(getLLVMContext()); 982 return llvm::StructType::get(getLLVMContext()); 1115 AttributeSet::get(getLLVMContext(), Index, SRETAttrs)); 1130 AttributeSet::get(getLLVMContext(), 1142 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index, 1169 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index + I, 1205 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index, Attrs)); 1210 AttributeSet::get(getLLVMContext(), 1260 AI->addAttr(llvm::AttributeSet::get(getLLVMContext(), [all...] |
H A D | 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(), 528 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), 588 : CGM(cgm), CGF(cgf), VMContext(cgm.getLLVMContext()) {
|
H A D | CGStmt.cpp | 1420 Ty = llvm::IntegerType::get(getLLVMContext(), Size); 1477 return llvm::MDNode::get(CGF.getLLVMContext(), Locs); 1707 ResultType = llvm::StructType::get(getLLVMContext(), ResultRegTypes); 1754 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize)); 1759 llvm::IntegerType::get(getLLVMContext(), (unsigned)TmpSize));
|
H A D | CGAtomic.cpp | 600 llvm::IntegerType::get(getLLVMContext(), Size * 8)->getPointerTo(); 713 llvm::IntegerType::get(CGF.getLLVMContext(), AtomicSizeInBits); 923 llvm::IntegerType::get(getLLVMContext(), atomics.getValueSizeInBits());
|
H A D | CGObjCRuntime.cpp | 139 llvm::Type::getIntNPtrTy(CGF.getLLVMContext(),
|
H A D | CodeGenModule.h | 500 llvm::MDNode::get(getLLVMContext(), 513 llvm::LLVMContext &getLLVMContext() { return VMContext; } function in class:clang::CodeGen::CodeGenModule
|
H A D | CodeGenFunction.h | 993 new llvm::UnreachableInst(getLLVMContext(), UnreachableBlock); 1004 llvm::LLVMContext &getLLVMContext() { return CGM.getLLVMContext(); } function in class:clang::CodeGen::CodeGenFunction 1274 return llvm::BasicBlock::Create(getLLVMContext(), "", parent, before); 1276 return llvm::BasicBlock::Create(getLLVMContext(), name, parent, before);
|
H A D | ItaniumCXXABI.cpp | 1054 llvm::AttributeSet::get(CGM.getLLVMContext(), 1065 llvm::AttributeSet::get(CGM.getLLVMContext(), 1076 llvm::AttributeSet::get(CGM.getLLVMContext(),
|
H A D | CGBlocks.cpp | 341 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true); 455 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true); 552 llvm::StructType::get(CGM.getLLVMContext(), elementTypes, true); 2034 llvm::StructType::create(getLLVMContext(),
|
H A D | CGExprAgg.cpp | 1429 llvm::Type::getInt8PtrTy(getLLVMContext(), DPT->getAddressSpace()); 1434 llvm::Type::getInt8PtrTy(getLLVMContext(), SPT->getAddressSpace());
|
H A D | MicrosoftCXXABI.cpp | 534 = llvm::ConstantInt::get(llvm::IntegerType::getInt1Ty(CGF.getLLVMContext()), 702 return llvm::StructType::get(CGM.getLLVMContext(), fields);
|
H A D | CGDebugInfo.cpp | 897 C = llvm::ConstantInt::get(CGM.getLLVMContext(), Value->getInt()); 899 C = llvm::ConstantFP::get(CGM.getLLVMContext(), Value->getFloat()); 1229 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral())); 2507 Builder.getCurrentDebugLocation().getScope(CGM.getLLVMContext()) ==
|
H A D | CGObjC.cpp | 850 llvm::Type::getIntNTy(getLLVMContext(), 1123 llvm::Type::getIntNTy(getLLVMContext(), 1974 llvm::Value *string = llvm::MDString::get(getLLVMContext(), assembly); 1975 metadata->addOperand(llvm::MDNode::get(getLLVMContext(), string));
|
H A D | CGClass.cpp | 830 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), DPT->getAddressSpace()); 835 llvm::Type::getInt8PtrTy(CGF.getLLVMContext(), SPT->getAddressSpace());
|
H A D | CodeGenFunction.cpp | 432 llvm::LLVMContext &Context = getLLVMContext();
|
H A D | CGObjCMac.cpp | 68 llvm::AttributeSet::get(CGM.getLLVMContext(), 588 llvm::AttributeSet::get(CGM.getLLVMContext(), 1038 CGObjCRuntime(cgm), VMContext(cgm.getLLVMContext()) { } 3636 CGBuilderTy Builder(CGF.getLLVMContext()); 5044 : VMContext(cgm.getLLVMContext()), CGM(cgm), ExternalProtocolPtrTy(0)
|
H A D | TargetInfo.cpp | 83 return CGT.getLLVMContext(); 512 return llvm::Type::getX86_MMXTy(CGF.getLLVMContext()); 1032 llvm::AttributeSet::get(CGM.getLLVMContext(),
|