/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 76 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() 125 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() 223 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode() 242 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() 256 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() 269 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 278 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() 291 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() 306 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() 347 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight() [all …]
|
H A D | ProfileSummary.cpp | 28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 58 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 184 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet() 200 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 202 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 205 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 245 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 247 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 270 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes() 279 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef() 459 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca() 483 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 31 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits() 55 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin() 65 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs() 94 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull() 156 auto Int64Ty = Builder.getInt64Ty(); in callAppendStringN() 287 Value *SizeToReserve = ConstantInt::get(Builder.getInt64Ty(), BufSize, false); in callBufferedPrintfStart() 359 return Builder.CreateZExt(Arg, Builder.getInt64Ty()); in processNonStringArg()
|
H A D | AssumeBundleBuilder.cpp | 140 ConstantInt::get(Type::getInt64Ty(M->getContext()), RK.ArgValue)); in tryToPreserveWithoutAddingAssume() 239 Args.push_back(ConstantInt::get(Type::getInt64Ty(M->getContext()), in build() 453 ConstantInt::get(Type::getInt64Ty(C), RK.ArgValue)); in dropRedundantKnowledge()
|
H A D | MatrixUtils.cpp | 35 Type *I32Ty = Type::getInt64Ty(Ctx); in CreateLoop()
|
H A D | IntegerDivision.cpp | 526 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits() 621 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 111 auto *I64Ty = Type::getInt64Ty(M.getContext()); in CtxInstrumentationLowerer() 233 {ContextNodeTy, ArrayType::get(Builder.getInt64Ty(), NrCounters), in lowerFunction() 257 auto *CtxAsInt = Builder.CreatePtrToInt(Context, Builder.getInt64Ty()); in lowerFunction() 305 Builder.CreateAdd(Builder.CreateLoad(Builder.getInt64Ty(), GEP), in lowerFunction()
|
H A D | InstrOrderFile.cpp | 65 ArrayType::get(Type::getInt64Ty(Ctx), INSTR_ORDER_FILE_BUFFER_SIZE); in createOrderFileData() 143 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
H A D | CGProfile.cpp | 39 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
H A D | MemorySanitizer.cpp | 797 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 798 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi() 799 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 800 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */ in createKernelApi() 801 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy, in createKernelApi() 822 IRB.getInt64Ty()); in createKernelApi() 825 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 864 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi() 870 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() 878 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 173 auto *BeginInt = IRB.CreatePtrToInt(BeginVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls() 174 auto *EndInt = IRB.CreatePtrToInt(EndVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls() 177 SubInst, ConstantInt::get(IntegerType::getInt64Ty(C), 3), "offset", in createInitOrFiniCalls() 184 ArrayRef<Value *>(ConstantInt::get(IntegerType::getInt64Ty(C), -1)), in createInitOrFiniCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 110 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() 119 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in BPFPreserveDITypeImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 70 {PointerType::getUnqual(MContext), Type::getInt64Ty(MContext)}, false); in emit() 119 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 74 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 75 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 77 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 78 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 108 INSTR_PROF_VTABLE_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), \ 109 VTableNameHash, ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 136 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 138 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 186 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 262 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 74 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 75 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 77 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 78 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 108 INSTR_PROF_VTABLE_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), \ 109 VTableNameHash, ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 136 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 138 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 186 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 262 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PreAMXConfig.cpp |
|
H A D | X86LowerAMXType.cpp | 942 Value *Stride = Builder.CreateSExt(Col, Builder.getInt64Ty()); in combineCastStore() 968 Value *Stride = Builder.CreateSExt(Col, Builder.getInt64Ty()); in combineLoadCast() 1177 Row, Col, I8Ptr, Builder.CreateSExt(Col, Builder.getInt64Ty())}; in transformAMXCast() 1197 Row, Col, I8Ptr, Builder.CreateSExt(Col, Builder.getInt64Ty()), Src}; in transformAMXCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 240 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in lowerKernelArguments() 248 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in lowerKernelArguments() 256 Builder.getInt64Ty(), ParamAlign->value())))); in lowerKernelArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 87 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 125 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 74 ValueAsMetadata::get(ConstantInt::get(Type::getInt64Ty(Ctx), Id)); in buildCallstackMetadata() 195 ConstantInt::get(Type::getInt64Ty(Ctx), TotalSize))); in createMIBNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 210 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind() 304 return Type::getInt64Ty(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | NVPTX.cpp | 57 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinSurfaceDeviceType() 63 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinTextureDeviceType()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 317 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall() 323 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()
|