Home
last modified time | relevance | path

Searched refs:getInt64Ty (Results 1 – 25 of 100) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp144 ConstantInt::get(Type::getInt64Ty(VMContext), Val) in createEnumerator()
160 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Size in createNullPtrType()
161 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Align in createNullPtrType()
162 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Offset in createNullPtrType()
183 ConstantInt::get(Type::getInt64Ty(VMContext), SizeInBits), in createBasicType()
184 ConstantInt::get(Type::getInt64Ty(VMContext), AlignInBits), in createBasicType()
185 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Offset in createBasicType()
202 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Size in createQualifiedType()
203 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Align in createQualifiedType()
204 ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Offset in createQualifiedType()
[all …]
/external/llvm/lib/IR/
DMDBuilder.cpp60 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount()
113 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
132 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode()
146 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode()
159 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode()
168 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
DValueTypes.cpp214 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
255 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
256 case MVT::v2i64: return VectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
257 case MVT::v4i64: return VectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
258 case MVT::v8i64: return VectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
259 case MVT::v16i64: return VectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
260 case MVT::v32i64: return VectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
DProfileSummary.cpp31 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD()
53 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
DAutoUpgrade.cpp772 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall()
931 Type *VT = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall()
1306 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall()
1385 Type::getInt64Ty(I->getContext()))), in UpgradeInstWithTBAATag()
1391 Type::getInt64Ty(I->getContext())))}; in UpgradeInstWithTBAATag()
1409 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastInst()
1429 Type *MidTy = Type::getInt64Ty(Context); in UpgradeBitCastExpr()
DType.cpp170 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type
226 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy()
244 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp149 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/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp159 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
179 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
180 case MVT::v2i64: return VectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
181 case MVT::v4i64: return VectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
182 case MVT::v8i64: return VectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
DIRBuilder.cpp128 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart()
143 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd()
DType.cpp214 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type
265 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy()
283 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp224 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()
451 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIntrinsicLowering.cpp224 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/compiler-rt/lib/profile/
DInstrProfData.inc73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
77 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
77 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp443 ArrayType::get(Type::getInt64Ty(*Ctx), Edges); in emitProfileArcs()
466 ConstantInt::get(Type::getInt64Ty(*Ctx),1)); in emitProfileArcs()
471 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge), in emitProfileArcs()
472 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge + 1)); in emitProfileArcs()
474 Idx.push_back(Constant::getNullValue(Type::getInt64Ty(*Ctx))); in emitProfileArcs()
479 ConstantInt::get(Type::getInt64Ty(*Ctx),1)); in emitProfileArcs()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp100 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
130 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
/external/llvm/unittests/IR/
DConstantsTest.cpp134 Type *Int64Ty = Type::getInt64Ty(C); in TEST()
160 ConstantInt *K = ConstantInt::get(Type::getInt64Ty(C), 1234); in TEST()
195 Type *Int64Ty = Type::getInt64Ty(Context); in TEST()
423 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) { in TEST()
446 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) { in TEST()
DInstructionsTest.cpp60 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()
417 Type* Int64Ty = Type::getInt64Ty(C); in TEST()
DTypeBuilderTest.cpp47 EXPECT_EQ(Type::getInt64Ty(Context), in TEST()
49 EXPECT_EQ(Type::getInt64Ty(Context), in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h212 return ConstantInt::get(getInt64Ty(), C); in getInt64()
245 IntegerType *getInt64Ty() { in getInt64Ty() function
246 return Type::getInt64Ty(Context); in getInt64Ty()
859 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
868 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
878 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
879 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
890 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
891 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
1237 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context));
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp58 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); in Builder()
/external/llvm/include/llvm/IR/
DIRBuilder.h296 return ConstantInt::get(getInt64Ty(), C); in getInt64()
335 IntegerType *getInt64Ty() { in getInt64Ty() function
336 return Type::getInt64Ty(Context); in getInt64Ty()
1203 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
1212 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
1222 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
1223 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
1234 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
1235 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
1685 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context));
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp348 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters()
370 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters()
506 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DInstructionsTest.cpp115 Type* Int64Ty = Type::getInt64Ty(C); in TEST()
/external/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp42 …EXPECT_EQ(Type::getInt64Ty(getGlobalContext()), (TypeBuilder<int64_t, false>::get(getGlobalContext… in TEST()
43 …EXPECT_EQ(Type::getInt64Ty(getGlobalContext()), (TypeBuilder<uint64_t, false>::get(getGlobalContex… in TEST()

1234