| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount() 112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding() 180 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode() 199 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode() 213 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode() 226 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 235 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode() 248 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode() 263 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag() 304 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight() [all …]
|
| H A D | ProfileSummary.cpp | 29 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 59 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
| H A D | Type.cpp | 204 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type 268 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy() 285 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
|
| H A D | IRBuilder.cpp | 431 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart() 447 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd() 464 assert(Size->getType() == getInt64Ty() && in CreateInvariantStart() 997 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); in CreatePtrDiff() 998 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context)); in CreatePtrDiff()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 191 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT() 306 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT() 308 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT() 310 return FixedVectorType::get(Type::getInt64Ty(Context), 3); in getTypeForEVT() 312 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT() 314 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT() 316 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT() 318 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT() 320 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT() 322 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 39 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits() 63 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin() 73 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs() 102 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull() 164 auto Int64Ty = Builder.getInt64Ty(); in callAppendStringN()
|
| H A D | AssumeBundleBuilder.cpp | 139 ConstantInt::get(Type::getInt64Ty(M->getContext()), RK.ArgValue)); in tryToPreserveWithoutAddingAssume() 239 Args.push_back(ConstantInt::get(Type::getInt64Ty(M->getContext()), in build() 451 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 | VNCoercion.cpp | 413 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in analyzeLoadFromClobberingMemInst() 594 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in getMemInstValueForLoadHelper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 159 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet() 175 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 177 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 180 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 220 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 222 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 245 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes() 254 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef() 460 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca() 485 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 192 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in runOnFunction() 200 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction() 209 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 391 Type *Int64Ty = Type::getInt64Ty(Ctx); in lowerPrintfForGpu() 481 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu() 486 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu() 498 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
|
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 115 auto T = ArrayType::get(Type::getInt64Ty(C), 2); in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveDIType.cpp | 102 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() 112 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in BPFPreserveDITypeImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit() 120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 72 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), \ 114 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 116 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 218 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 220 llvm::Type::getInt64Ty(Ctx), NameHash)) 227 llvm::Type::getInt64Ty(Ctx), FuncHash)) [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 72 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), \ 114 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 116 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 155 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 218 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 220 llvm::Type::getInt64Ty(Ctx), NameHash)) 227 llvm::Type::getInt64Ty(Ctx), FuncHash)) [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 144 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 161 Value *PaletteOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 0); in preWriteTileCfg() 168 Value *RowOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 48 + I); in preWriteTileCfg() 169 Value *ColOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 16 + I * 2); in preWriteTileCfg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 76 ArrayType::get(Type::getInt64Ty(Ctx), INSTR_ORDER_FILE_BUFFER_SIZE); in createOrderFileData() 154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
|
| H A D | MemorySanitizer.cpp | 729 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 730 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi() 731 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 754 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 757 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 4364 IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation() 4681 return IRB.CreateLoad(Type::getInt64Ty(*MS.C), SaveAreaPtrPtr); in getVAField64() 4703 IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS); in finalizeInstrumentation() 4899 Constant *TotalVAArgSize = ConstantInt::get(IRB.getInt64Ty(), in visitCallBase() 5164 Shadow = MSV.CreateShadowCast(IRB, Shadow, IRB.getInt64Ty(), in visitCallBase() [all …]
|
| H A D | InstrProfiling.cpp | 688 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in lowerIncrement() 695 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in lowerIncrement() 887 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() 909 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters() 1069 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
|
| H A D | CGProfile.cpp | 41 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
| H A D | MemProfiler.cpp | 481 Type *ShadowTy = Type::getInt64Ty(*C); in instrumentAddress() 486 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 985 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite() 991 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Value))); in annotateValueSite() 993 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Count))); in annotateValueSite() 1143 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVar()
|