/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 144 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/ |
D | MDBuilder.cpp | 60 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()
|
D | ValueTypes.cpp | 214 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()
|
D | ProfileSummary.cpp | 31 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 53 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
D | AutoUpgrade.cpp | 772 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()
|
D | Type.cpp | 170 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/ |
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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ValueTypes.cpp | 159 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()
|
D | IRBuilder.cpp | 128 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart() 143 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd()
|
D | Type.cpp | 214 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/swiftshader/third_party/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/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() 451 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | parallel_loop_emitter.cc | 71 ir_builder_->CreateZExt(block_id, ir_builder_->getInt64Ty(), "block_id"); in EmitIndexAndSetExitBasicBlock() 81 thread_id = ir_builder_->CreateZExt(thread_id, ir_builder_->getInt64Ty(), in EmitIndexAndSetExitBasicBlock()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 73 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/ |
D | InstrProfData.inc | 73 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/ |
D | GCOVProfiling.cpp | 443 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/ |
D | CrossDSOCFI.cpp | 100 "__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/ |
D | ConstantsTest.cpp | 134 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()
|
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() 417 Type* Int64Ty = Type::getInt64Ty(C); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 212 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | llvm_util.cc | 172 return llvm::Type::getInt64Ty(module->getContext()); in PrimitiveTypeToIrType() 484 {ir_builder->getInt64Ty(), ir_builder->getInt64Ty()}, /*isVarArg=*/false); in EmitLogging() 495 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetAlignmentMetadataForLoad() 508 llvm::Type* int64_ty = llvm::Type::getInt64Ty(context); in SetDereferenceableMetadataForLoad()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 58 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext); in Builder()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 296 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/ |
D | InstrProfiling.cpp | 348 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/Support/ |
D | TypeBuilderTest.cpp | 42 …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()
|