| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 62 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() 255 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() 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() [all …]
|
| H A D | ProfileSummary.cpp | 28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 58 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
| H A D | Type.cpp | 242 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type 306 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy() 323 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 195 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT() 330 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT() 332 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT() 334 return FixedVectorType::get(Type::getInt64Ty(Context), 3); in getTypeForEVT() 336 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT() 338 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT() 340 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT() 342 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT() 344 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT() 346 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 165 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet() 181 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 183 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 186 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 226 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 228 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 251 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes() 260 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef() 439 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca() 462 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 26 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits() 50 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin() 60 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs() 89 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull() 151 auto Int64Ty = Builder.getInt64Ty(); in callAppendStringN()
|
| H A D | AssumeBundleBuilder.cpp | 141 ConstantInt::get(Type::getInt64Ty(M->getContext()), RK.ArgValue)); in tryToPreserveWithoutAddingAssume() 240 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 191 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in runOnFunction() 199 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction() 207 Builder.getInt64Ty(), ParamAlign->value())))); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveDIType.cpp | 108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() 118 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in BPFPreserveDITypeImpl()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 161 Value *PaletteOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 0); in preWriteTileCfg() 167 Value *RowOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 48 + I); in preWriteTileCfg() 168 Value *ColOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 16 + I * 2); in preWriteTileCfg()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 68 ArrayType::get(Type::getInt64Ty(Ctx), INSTR_ORDER_FILE_BUFFER_SIZE); in createOrderFileData() 146 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 | 752 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 753 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi() 754 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi() 755 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */ in createKernelApi() 756 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy, in createKernelApi() 777 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 780 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 820 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi() 826 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() 834 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() [all …]
|
| H A D | InstrProfiling.cpp | 678 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in getCounterAddress() 855 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in createRegionCounters() 988 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters() 1164 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
|
| H A D | MemProfiler.cpp | 441 Type *ShadowTy = Type::getInt64Ty(*C); in instrumentAddress() 446 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1); in instrumentAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 101 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck() 139 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
|
| /openbsd-src/gnu/llvm/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), \ 112 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 114 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 156 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 219 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 221 llvm::Type::getInt64Ty(Ctx), NameHash)) 226 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ [all …]
|
| /openbsd-src/gnu/llvm/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), \ 112 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \ 114 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \ 156 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 219 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 221 llvm::Type::getInt64Ty(Ctx), NameHash)) 226 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 209 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind() 294 return Type::getInt64Ty(Ctx); in getOverloadTy()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 56 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
|
| /openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1254 llvm::ConstantInt::get(builder.getInt64Ty(), in createCatchWrappedInvokeFunction() 1635 TypeArray(builder.getInt64Ty())); in createStandardUtilityFunctions() 1718 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions() 1851 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createOptMutator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 49 ValueAsMetadata::get(ConstantInt::get(Type::getInt64Ty(Ctx), Id)); in buildCallstackMetadata()
|