Lines Matching refs:getLLVMContext
99 llvm::IntegerType::get(CGF.getLLVMContext(), in MakeBinaryAtomicValue()
160 llvm::IntegerType::get(CGF.getLLVMContext(), in EmitBinaryAtomicPost()
198 CGF.getLLVMContext(), CGF.getContext().getTypeSize(T)); in MakeAtomicCmpXchgValue()
277 LLVMContext &C = CGF.CGM.getLLVMContext(); in EmitSignBit()
338 llvm::MDBuilder MDHelper(CGF.getLLVMContext()); in emitRangedBuiltin()
473 return RValue::get(llvm::ConstantInt::get(getLLVMContext(), in EmitBuiltinExpr()
476 return RValue::get(llvm::ConstantFP::get(getLLVMContext(), in EmitBuiltinExpr()
1348 llvm::Type *ITy = llvm::IntegerType::get(getLLVMContext(), in EmitBuiltinExpr()
1763 llvm::IntegerType::get(CGM.getLLVMContext(), EncompassingInfo.Width); in EmitBuiltinExpr()
1917 IntegerType::get(getLLVMContext(), in EmitBuiltinExpr()
2003 AttributeSet::get(getLLVMContext(), llvm::AttributeSet::FunctionIndex, in EmitBuiltinExpr()
2023 AttributeSet::get(getLLVMContext(), llvm::AttributeSet::FunctionIndex, in EmitBuiltinExpr()
2070 llvm::Type::getInt8Ty(getLLVMContext()), GenericAS); in EmitBuiltinExpr()
2170 llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()), in EmitBuiltinExpr()
2434 ArgValue = llvm::ConstantInt::get(getLLVMContext(), Result); in EmitBuiltinExpr()
3575 llvm::IntegerType::get(getLLVMContext(), EltBits / 2); in EmitCommonNeonBuiltinExpr()
3585 llvm::Type *EltTy = llvm::IntegerType::get(getLLVMContext(), EltBits / 2); in EmitCommonNeonBuiltinExpr()
3869 LLVMContext &Context = CGM.getLLVMContext(); in EmitSpecialRegisterBuiltin()
4122 llvm::Type *IntResTy = llvm::IntegerType::get(getLLVMContext(), in EmitARMBuiltinExpr()
4168 llvm::Type *StoreTy = llvm::IntegerType::get(getLLVMContext(), in EmitARMBuiltinExpr()
4346 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result)); in EmitARMBuiltinExpr()
4466 SV = llvm::ConstantDataVector::get(getLLVMContext(), Indices); in EmitARMBuiltinExpr()
4877 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr()
4891 llvm::Type *IntResTy = llvm::IntegerType::get(getLLVMContext(), in EmitAArch64BuiltinExpr()
4935 llvm::Type *StoreTy = llvm::IntegerType::get(getLLVMContext(), in EmitAArch64BuiltinExpr()
5038 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result)); in EmitAArch64BuiltinExpr()
5067 llvm::Type *Int128PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr()
5072 llvm::Type *Int128PTy = llvm::Type::getIntNPtrTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr()
5654 llvm::IntegerType::get(getLLVMContext(), BitWidth/2), 2*ArgElts); in EmitAArch64BuiltinExpr()
6674 IntegerType::get(CGF.getLLVMContext(), in EmitX86MaskedCompare()
6725 Ops.push_back(llvm::ConstantInt::get(getLLVMContext(), Result)); in EmitX86BuiltinExpr()
6870 llvm::Type::getX86_MMXTy(getLLVMContext())); in EmitX86BuiltinExpr()
7063 getLLVMContext(), llvm::ConstantAsMetadata::get(Builder.getInt32(1))); in EmitX86BuiltinExpr()
7079 getLLVMContext(), llvm::ConstantAsMetadata::get(Builder.getInt32(1))); in EmitX86BuiltinExpr()
7225 llvm::Type *MMXTy = llvm::Type::getX86_MMXTy(getLLVMContext()); in EmitX86BuiltinExpr()
7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4); in EmitSystemZBuiltinExpr()
7867 Value *M5Value = llvm::ConstantInt::get(getLLVMContext(), M5); in EmitSystemZBuiltinExpr()