| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 75 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() 124 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() 222 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode() 241 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() 255 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() 268 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 277 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() 290 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() 305 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() 346 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 | 174 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet() 190 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 192 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 195 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 235 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 237 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 260 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes() 269 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef() 447 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca() 470 {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 141 auto *BeginInt = IRB.CreatePtrToInt(BeginVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls() 142 auto *EndInt = IRB.CreatePtrToInt(EndVal, IntegerType::getInt64Ty(C)); in createInitOrFiniCalls() 145 SubInst, ConstantInt::get(IntegerType::getInt64Ty(C), 3), "offset", in createInitOrFiniCalls() 152 ArrayRef<Value *>(ConstantInt::get(IntegerType::getInt64Ty(C), -1)), in createInitOrFiniCalls()
|
| /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 | 141 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveDIType.cpp | 109 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() 118 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in BPFPreserveDITypeImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfLowering.cpp | 126 auto *I64Ty = Type::getInt64Ty(M.getContext()); in CtxInstrumentationLowerer() 290 {ContextNodeTy, ArrayType::get(Builder.getInt64Ty(), NumCounters), in lowerFunction() 323 auto *CtxAsInt = Builder.CreatePtrToInt(Context, Builder.getInt64Ty()); in lowerFunction() 371 Builder.CreateAdd(Builder.CreateLoad(Builder.getInt64Ty(), GEP), in lowerFunction()
|
| H A D | CGProfile.cpp | 39 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
| /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/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 198 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in lowerKernelArguments() 206 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in lowerKernelArguments() 214 Builder.getInt64Ty(), ParamAlign->value())))); in lowerKernelArguments()
|
| H A D | AMDGPUCtorDtorLowering.cpp | 112 Type *Int64Ty = IntegerType::getInt64Ty(C); in createInitOrFiniCalls()
|
| /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 | |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 86 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 124 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 32 "struct.__tgt_offload_entry", Type::getInt64Ty(C), Type::getInt16Ty(C), in getEntryTy() 34 PointerType::getUnqual(C), Type::getInt64Ty(C), Type::getInt64Ty(C), in getEntryTy() 46 Type *Int64Ty = Type::getInt64Ty(M.getContext()); in getOffloadingEntryInitializer()
|
| H A D | OffloadWrapper.cpp | 435 auto *Size = Builder.CreateLoad(Type::getInt64Ty(C), SizePtr, "size"); in createRegisterGlobalsFunction() 446 Builder.CreateLoad(Type::getInt64Ty(C), DataPtr, "data"), in createRegisterGlobalsFunction() 474 Size, ConstantInt::getNullValue(Type::getInt64Ty(C))); in createRegisterGlobalsFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 18 Type *Type::getInt64Ty(Context &Ctx) { in getInt64Ty() function in Type 19 return Ctx.getType(llvm::Type::getInt64Ty(Ctx.LLVMCtx)); in getInt64Ty()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 74 ValueAsMetadata::get(ConstantInt::get(Type::getInt64Ty(Ctx), Id)); in buildCallstackMetadata() 223 ConstantInt::get(Type::getInt64Ty(Ctx), FullStackId)); in createMIBNode() 225 ConstantInt::get(Type::getInt64Ty(Ctx), TotalSize)); in createMIBNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVConstantPoolValue.cpp | 26 : MachineConstantPoolValue(Type::getInt64Ty(C)), S(S), in RISCVConstantPoolValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 284 return Type::getInt64Ty(Ctx); in getTypeFromOpParamType() 298 return getResRetType(Type::getInt64Ty(Ctx)); in getTypeFromOpParamType() 310 return getCBufRetType(Type::getInt64Ty(Ctx)); in getTypeFromOpParamType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 155 Elems.push_back(llvm::Type::getInt64Ty(Context)); in pad() 300 NeedPadding ? llvm::Type::getInt64Ty(VMContext) : nullptr; in classifyType()
|
| H A D | NVPTX.cpp | 60 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinSurfaceDeviceType() 66 return llvm::Type::getInt64Ty(getABIInfo().getVMContext()); in getCUDADeviceBuiltinTextureDeviceType()
|