| /netbsd-src/external/apache2/llvm/dist/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 | 198 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type 262 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy() 279 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 191 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT() 291 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT() 293 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT() 295 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT() 297 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT() 299 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT() 301 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT() 303 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT() 305 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT() 307 return FixedVectorType::get(Type::getInt64Ty(Context), 256); in getTypeForEVT() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 157 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet() 173 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 175 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 178 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue() 218 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 220 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate() 243 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes() 252 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef() 458 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca() 483 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 208 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 397 Type *Int64Ty = Type::getInt64Ty(Ctx); in lowerPrintfForGpu() 487 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu() 492 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu() 504 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
|
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 115 auto T = ArrayType::get(Type::getInt64Ty(C), 2); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/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, \ 154 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 217 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \ 219 llvm::Type::getInt64Ty(Ctx), NameHash)) 224 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 160 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 732 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */ in createKernelApi() 733 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy, in createKernelApi() 754 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 757 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi() 790 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi() 796 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() 804 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi() [all …]
|
| H A D | InstrProfiling.cpp | 683 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in lowerIncrement() 690 Type *Int64Ty = Type::getInt64Ty(M->getContext()); in lowerIncrement() 870 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() 893 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters() 1044 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
|
| H A D | CGProfile.cpp | 41 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 58 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createISelMutator()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfData.inc | 73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \ 121 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \ 165 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \ 166 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createOptMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 984 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite() 990 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Value))); in annotateValueSite() 992 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Count))); in annotateValueSite() 1142 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVar()
|