/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() 150 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST() 179 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() 180 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST() 209 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() 210 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST() 239 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST() 240 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
|
/external/llvm/lib/IR/ |
D | MDBuilder.cpp | 104 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode() 126 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() 140 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() 153 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 162 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
|
D | ValueTypes.cpp | 190 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT() 223 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT() 224 case MVT::v2i64: return VectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT() 225 case MVT::v4i64: return VectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT() 226 case MVT::v8i64: return VectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT() 227 case MVT::v16i64: return VectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
|
D | AutoUpgrade.cpp | 377 VectorType::get(Type::getInt64Ty(C), 2*NumLanes), in UpgradeX86PSLLDQIntrinsics() 414 VectorType::get(Type::getInt64Ty(C), 2*NumLanes), in UpgradeX86PSRLDQIntrinsics() 541 PointerType::getUnqual(VectorType::get(Type::getInt64Ty(C), 2))); in UpgradeIntrinsicCall() 772 VectorType::get(Type::getInt64Ty(C), 2), in UpgradeIntrinsicCall() 776 VectorType::get(Type::getInt64Ty(C), 2), in UpgradeIntrinsicCall() 857 Type::getInt64Ty(I->getContext()))), in UpgradeInstWithTBAATag() 863 Type::getInt64Ty(I->getContext())))}; in UpgradeInstWithTBAATag() 881 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst() 901 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr()
|
D | IRBuilder.cpp | 155 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart() 170 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd()
|
D | Type.cpp | 240 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type 295 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy() 313 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
|
D | Constants.cpp | 1930 Type::getInt64Ty(Ty->getContext())); in getSizeOf() 1939 Constant *Zero = ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0); in getAlignOf() 1944 Type::getInt64Ty(Ty->getContext())); in getAlignOf() 1956 ConstantInt::get(Type::getInt64Ty(Ty->getContext()), 0), in getOffsetOf() 1962 Type::getInt64Ty(Ty->getContext())); in getOffsetOf() 2540 Type *Ty = ArrayType::get(Type::getInt64Ty(Context), Elts.size()); in get() 2617 Type *Ty = VectorType::get(Type::getInt64Ty(Context), Elts.size()); in get()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 224 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 228 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 232 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 236 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 240 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 244 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP() 444 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 60 FArgTypes.push_back(Type::getInt64Ty(Ctx)); in ModuleWithFunctionTest() 75 ConstantInt::get(Type::getInt64Ty(Ctx), 42)}; in TEST_F() 93 ConstantInt::get(Type::getInt64Ty(Ctx), 42)}; in TEST_F() 177 Type *Int64Ty = Type::getInt64Ty(C); in TEST() 413 Type* Int64Ty = Type::getInt64Ty(C); in TEST()
|
D | TypeBuilderTest.cpp | 41 …EXPECT_EQ(Type::getInt64Ty(getGlobalContext()), (TypeBuilder<int64_t, false>::get(getGlobalContext… in TEST() 42 …EXPECT_EQ(Type::getInt64Ty(getGlobalContext()), (TypeBuilder<uint64_t, false>::get(getGlobalContex… in TEST()
|
D | ConstantsTest.cpp | 130 Type *Int64Ty = Type::getInt64Ty(C); in TEST() 169 Type *Int64Ty = Type::getInt64Ty(getGlobalContext()); in TEST()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 281 return ConstantInt::get(getInt64Ty(), C); in getInt64() 320 IntegerType *getInt64Ty() { in getInt64Ty() function 321 return Type::getInt64Ty(Context); in getInt64Ty() 1116 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0); 1125 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0); 1135 ConstantInt::get(Type::getInt64Ty(Context), Idx0), 1136 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 1147 ConstantInt::get(Type::getInt64Ty(Context), Idx0), 1148 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 1567 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); [all …]
|
D | Type.h | 397 static IntegerType *getInt64Ty(LLVMContext &C);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 204 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() 219 auto *Int64Ty = Type::getInt64Ty(Ctx); in getOrCreateRegionCounters()
|
D | GCOVProfiling.cpp | 590 ArrayType::get(Type::getInt64Ty(*Ctx), Edges); in emitProfileArcs() 762 Type *Int64Ty = Type::getInt64Ty(*Ctx); in getIncrementIndirectCounterFunc() 913 Value *ZExtPred = Builder.CreateZExt(Pred, Builder.getInt64Ty()); in insertIndirectCounterIncrement() 920 Builder.getInt64Ty()->getPointerTo())); in insertIndirectCounterIncrement()
|
D | MemorySanitizer.cpp | 412 M, ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), false, in initializeCallbacks() 420 M, ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), false, in initializeCallbacks() 429 M, ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), false, in initializeCallbacks() 433 M, IRB.getInt64Ty(), false, GlobalVariable::ExternalLinkage, nullptr, in initializeCallbacks() 2077 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); in Lower64ShadowExtend() 2770 ConstantInt::get(IRB.getInt64Ty(), OverflowOffset - AMD64FpEndOffset); in visitCallSite() 2889 Constant *TotalVAArgSize = ConstantInt::get(IRB.getInt64Ty(), VAArgOffset); in visitCallSite()
|
D | SanitizerCoverage.cpp | 152 Int64Ty = IRB.getInt64Ty(); in runOnModule()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 24 ConstantInt::get(Type::getInt64Ty(FT.getContext()), Addr); in createIRTypedAddress()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1304 llvm::ConstantInt::get(builder.getInt64Ty(), in createCatchWrappedInvokeFunction() 1685 TypeArray(builder.getInt64Ty())); in createStandardUtilityFunctions() 1768 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions() 1901 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 105 ArgsTy.push_back(PointerType::get(IntegerType::getInt64Ty(Context), 0)); in GenEmptyFunction() 107 ArgsTy.push_back(IntegerType::getInt64Ty(Context)); in GenEmptyFunction() 262 case 14: t = Type::getInt64Ty(Context); break; in pickScalarType()
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 564 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits() 665 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 214 Indices.push_back(Constant::getNullValue(Type::getInt64Ty(Ctx))); in lowerGlobal()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 485 ConsideredSExtType = Type::getInt64Ty(Func->getContext()); in runOnFunction()
|
/external/llvm/lib/Target/R600/ |
D | SIAnnotateControlFlow.cpp | 123 Int64 = Type::getInt64Ty(Context); in doInitialization()
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 264 Type *Int64Ty = Type::getInt64Ty(I->getParent()->getParent()->getContext()); in extractAlignmentInfo()
|