| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 63 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() 141 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode() 160 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() 174 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() 187 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 196 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() 209 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() 224 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() 265 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight()
|
| H A D | ProfileSummary.cpp | 31 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 53 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
| H A D | Type.cpp | 177 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type 233 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy() 250 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
|
| H A D | IntrinsicInst.cpp | 103 return ConstantInt::get(Type::getInt64Ty(Context), 1); in getStep()
|
| H A D | IRBuilder.cpp | 408 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart() 424 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd() 441 assert(Size->getType() == getInt64Ty() && in CreateInvariantStart()
|
| H A D | Instruction.cpp | 757 ConstantInt::get(Type::getInt64Ty(getContext()), in updateProfWeight() 771 ConstantInt::get(Type::getInt64Ty(getContext()), in updateProfWeight()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 212 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()
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A 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)) \ 163 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \ 165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx)) 217 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A 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)) \ 163 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \ 165 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx)) 217 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 180 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in runOnFunction() 188 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction() 197 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
|
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 120 auto T = ArrayType::get(Type::getInt64Ty(C), 2); in runOnModule()
|
| H A D | AMDGPUHSAMetadataStreamer.cpp | 423 auto Int64Ty = Type::getInt64Ty(Func.getContext()); in emitHiddenKernelArgs() 737 auto Int64Ty = Type::getInt64Ty(Func.getContext()); in emitKernelArgs() 884 auto Int64Ty = Type::getInt64Ty(Func.getContext()); in emitHiddenKernelArgs()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 110 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 148 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | CGProfile.cpp | 94 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
| H A D | MemorySanitizer.cpp | 684 StructType::get(ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 686 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 687 ArrayType::get(IRB.getInt64Ty(), in createKernelApi() 689 IRB.getInt64Ty(), in createKernelApi() 710 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 713 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 744 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi() 750 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() 758 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() 2634 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); in Lower64ShadowExtend() [all …]
|
| H A D | EfficiencySanitizer.cpp | 371 auto *Int64Ty = Type::getInt64Ty(*Ctx); in createCacheFragInfoGV() 800 ArrayType::get(IRB.getInt64Ty(), getStructCounterSize(StructTy)), in insertCounterUpdate() 803 IRB.CreateStore(IRB.CreateAdd(Load, ConstantInt::get(IRB.getInt64Ty(), 1)), in insertCounterUpdate()
|
| H A D | InstrProfiling.cpp | 733 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() 755 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters() 897 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
|
| H A D | PGOInstrumentation.cpp | 770 Builder.CreatePtrToInt(Callee, Builder.getInt64Ty()), in instrumentOneFunc() 1228 Type *Int64Ty = Builder.getInt64Ty(); in instrumentOneSelectInst() 1282 Type *Int64Ty = Builder.getInt64Ty(); in instrumentOneMemIntrinsic() 1358 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVariable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 313 return ConstantInt::get(getInt64Ty(), C); in getInt64() 352 IntegerType *getInt64Ty() { in getInt64Ty() function 353 return Type::getInt64Ty(Context); in getInt64Ty() 1568 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0); 1582 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0); 1598 ConstantInt::get(Type::getInt64Ty(Context), Idx0), 1599 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 1616 ConstantInt::get(Type::getInt64Ty(Context), Idx0), 1617 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 2131 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 296 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in analyzeLoadFromClobberingMemInst() 472 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in getMemInstValueForLoadHelper()
|
| H A D | IntegerDivision.cpp | 558 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits() 656 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 843 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite() 849 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Value))); in annotateValueSite() 851 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Count))); in annotateValueSite()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 94 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 362 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 163 Type::getInt64Ty(Context), in GenEmptyFunction() 316 Type::getInt64Ty(Context), in pickScalarType()
|