Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount()
112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding()
209 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
228 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode()
242 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode()
264 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
277 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode()
292 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag()
333 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight()
340 auto *Int64Ty = Type::getInt64Ty(Context); in createPseudoProbeDesc()
[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/CodeGen/
H A DValueTypes.cpp215 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
348 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
350 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
352 return FixedVectorType::get(Type::getInt64Ty(Context), 3); in getTypeForEVT()
354 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
356 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
358 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
360 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
362 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT()
364 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp163 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet()
179 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
181 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
184 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
224 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
226 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
249 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes()
258 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef()
437 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca()
460 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp30 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits()
54 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin()
64 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs()
93 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull()
155 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/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp172 auto *BeginInt = IRB.CreatePtrToInt(BeginVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls()
173 auto *EndInt = IRB.CreatePtrToInt(EndVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls()
176 SubInst, ConstantInt::get(IntegerType::getInt64Ty(C), 3), "offset", in createInitOrFiniCalls()
183 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()
120 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); 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/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp242 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in lowerKernelArguments()
250 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in lowerKernelArguments()
258 Builder.getInt64Ty(), ParamAlign->value())))); in lowerKernelArguments()
H A DAMDGPUCtorDtorLowering.cpp113 Type *Int64Ty = IntegerType::getInt64Ty(C); in createInitOrFiniCalls()
/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/Transforms/Instrumentation/
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.cpp38 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
H A DMemorySanitizer.cpp793 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
794 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi()
795 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
818 IRB.getInt64Ty()); in createKernelApi()
821 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
4910 IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()
5177 return IRB.CreateLoad(Type::getInt64Ty(*MS.C), SaveAreaPtrPtr); in getVAField64()
5198 IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation()
5397 ConstantInt::get(IRB.getInt64Ty(), VAArgOffset - VAArgBase); in visitCallBase()
5624 Shadow = MSV.CreateShadowCast(IRB, Shadow, IRB.getInt64Ty(), in visitCallBase()
[all …]
H A DInstrProfiling.cpp863 Type *Int64Ty = Type::getInt64Ty(M.getContext()); in getCounterAddress()
974 auto *Int64Ty = Type::getInt64Ty(M.getContext()); in lowerMCDCTestVectorBitmapUpdate()
1337 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in createRegionCounters()
1448 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in createDataVariable()
1643 auto *Int64Ty = Type::getInt64Ty(M.getContext()); in emitRegistration()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
73 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
76 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, \
163 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
226 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
228 llvm::Type::getInt64Ty(Ctx), NameHash))
235 llvm::Type::getInt64Ty(Ctx), FuncHash))
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc72 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
73 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
75 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
76 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, \
163 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
226 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
228 llvm::Type::getInt64Ty(Ctx), NameHash))
235 llvm::Type::getInt64Ty(Ctx), FuncHash))
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp210 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind()
295 return Type::getInt64Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp53 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinSurfaceDeviceType()
59 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinTextureDeviceType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp936 Value *Stride = Builder.CreateSExt(Col, Builder.getInt64Ty()); in combineCastStore()
962 Value *Stride = Builder.CreateSExt(Col, Builder.getInt64Ty()); in combineLoadCast()
1171 Row, Col, I8Ptr, Builder.CreateSExt(Col, Builder.getInt64Ty())}; in transformAMXCast()
1191 Row, Col, I8Ptr, Builder.CreateSExt(Col, Builder.getInt64Ty()), Src}; in transformAMXCast()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp70 ValueAsMetadata::get(ConstantInt::get(Type::getInt64Ty(Ctx), Id)); in buildCallstackMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp96 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()

12345