Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/llvm/lib/IR/
H A DMDBuilder.cpp62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount()
112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding()
188 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
207 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode()
221 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode()
234 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode()
243 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
256 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode()
271 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag()
312 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight()
[all …]
H A DProfileSummary.cpp28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD()
58 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DValueTypes.cpp195 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
316 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
318 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
320 return FixedVectorType::get(Type::getInt64Ty(Context), 3); in getTypeForEVT()
322 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
324 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
326 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
328 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
330 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT()
332 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT()
[all …]
/llvm-project-15.0.7/llvm/unittests/Target/DirectX/
H A DPointerTypeAnalysisTests.cpp57 Type *FnTy = FunctionType::get(Type::getInt64Ty(Context), {I8Ptr}, false); in TEST()
123 Type *I64Ptr = TypedPointerType::get(Type::getInt64Ty(Context), 0); in TEST()
148 Type *I64Ptr = TypedPointerType::get(Type::getInt64Ty(Context), 0); in TEST()
150 Type *FnTy = FunctionType::get(Type::getInt64Ty(Context), {I64PtrPtr}, false); in TEST()
178 Type *I64Ptr = TypedPointerType::get(Type::getInt64Ty(Context), 0); in TEST()
179 Type *FnTy = FunctionType::get(Type::getInt64Ty(Context), {I8Ptr}, false); in TEST()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DIntegerDivisionTest.cpp148 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
149 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
178 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
179 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
208 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
209 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
238 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
239 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
H A DScalarEvolutionExpanderTest.cpp155 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
229 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
296 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
348 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
398 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
449 Type *T_int64 = Type::getInt64Ty(Context); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp167 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet()
183 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
185 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
188 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
228 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
230 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
253 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes()
262 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef()
458 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca()
481 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer()
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp72 Id = Builder.CreateIntCast(Id, Builder.getInt64Ty(), false); in getGPUThreadIdentifiers()
88 Id = Builder.CreateIntCast(Id, Builder.getInt64Ty(), false); in getGPUThreadIdentifiers()
130 Val = Builder.CreateSExt(Val, Builder.getInt64Ty()); in prepareValuesForPrinting()
138 Val = Builder.CreatePtrToInt(Val, Builder.getInt64Ty()); in prepareValuesForPrinting()
203 Val = Builder.CreateSExt(Val, Builder.getInt64Ty()); in createGPUPrinterT()
216 Val = Builder.CreatePtrToInt(Val, Builder.getInt64Ty()); in createGPUPrinterT()
H A DPerfMonitor.cpp141 Type *Int64Ty = Builder.getInt64Ty(); in insertFinalReporting()
179 Type *Int64Ty = Builder.getInt64Ty(); in AppendScopReporting()
282 Type *Int64Ty = Builder.getInt64Ty(); in insertRegionEnd()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp26 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()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp296 new GlobalVariable(M, Builder.getInt64Ty(), false, in TEST_F()
337 new GlobalVariable(M, Builder.getInt64Ty(), false, in TEST_F()
374 Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST_F()
414 Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST_F()
461 {Builder.getInt64Ty(), Builder.getInt64Ty()}, false), in TEST_F()
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DStrategiesTest.cpp31 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createInjectorMutator()
44 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createDeleterMutator()
55 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createInstModifierMutator()
H A DRandomIRBuilderTest.cpp102 {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), Type::getInt64Ty(Ctx)}; in TEST()
181 {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), Type::getInt64Ty(Ctx)}; in TEST()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp191 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 DAMDGPUPrintfRuntimeBinding.cpp392 Type *Int64Ty = Type::getInt64Ty(Ctx); in lowerPrintfForGpu()
482 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
487 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
499 IType = Type::getInt64Ty(ArgType->getContext()); in lowerPrintfForGpu()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl()
118 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in BPFPreserveDITypeImpl()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit()
120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp161 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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp101 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
139 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp68 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()
/llvm-project-15.0.7/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), \
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))
228 llvm::Type::getInt64Ty(Ctx), FuncHash))
[all …]
/llvm-project-15.0.7/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), \
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))
228 llvm::Type::getInt64Ty(Ctx), FuncHash))
[all …]
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp42 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST()
136 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST()
282 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST()
328 Type *Int64Ty = Type::getInt64Ty(Ctx); in TEST()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp119 builder.CreatePtrToInt(sizeGep, llvm::Type::getInt64Ty(ctx)); in getSizeInBytes()
136 auto *i64Ty = llvm::Type::getInt64Ty(ctx); in processOperands()
365 llvm::ArrayType::get(llvm::Type::getInt64Ty(ctx), totalNbOperand), in convertDataOp()
463 llvm::ArrayType::get(llvm::Type::getInt64Ty(ctx), totalNbOperand), in convertStandaloneDataOp()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp209 return Type::getInt64Ty(Ctx); in getTypeFromParameterKind()
294 return Type::getInt64Ty(Ctx); in getOverloadTy()

123456