Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp76 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 DProfileSummary.cpp28 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 DAArch64StackTagging.cpp184 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 DAMDGPUEmitPrintf.cpp31 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 DAssumeBundleBuilder.cpp140 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 DMatrixUtils.cpp35 Type *I32Ty = Type::getInt64Ty(Ctx); in CreateLoop()
H A DIntegerDivision.cpp526 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits()
621 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp111 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 DInstrOrderFile.cpp65 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 DCGProfile.cpp39 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
H A DMemorySanitizer.cpp797 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 DNVPTXCtorDtorLowering.cpp173 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 DBPFPreserveDIType.cpp110 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 DSpeculation.cpp70 {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 DInstrProfData.inc74 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 DInstrProfData.inc74 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 DX86PreAMXConfig.cpp
H A DX86LowerAMXType.cpp942 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 DAMDGPULowerKernelArguments.cpp240 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 DCrossDSOCFI.cpp87 "__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 DMemoryProfileInfo.cpp74 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 DDXILOpBuilder.cpp210 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind()
304 return Type::getInt64Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp57 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 DIntrinsicLowering.cpp317 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 DPPCBoolRetToInt.cpp96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()

12345