Home
last modified time | relevance | path

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

12345678910>>...12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp62 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount()
112 Type *Int64 = Type::getInt64Ty(Context); in createCallbackEncoding()
184 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
203 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode()
217 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode()
230 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode()
239 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
252 Type *Int64 = Type::getInt64Ty(Context); in createTBAATypeNode()
267 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAAccessTag()
308 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight)), in createIrrLoopHeaderWeight()
[all …]
/external/llvm-project/llvm/lib/IR/
DMDBuilder.cpp62 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()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp188 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
285 return FixedVectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
287 return FixedVectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
289 return FixedVectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
291 return FixedVectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
293 return FixedVectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
295 return FixedVectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
297 return FixedVectorType::get(Type::getInt64Ty(Context), 64); in getTypeForEVT()
299 return FixedVectorType::get(Type::getInt64Ty(Context), 128); in getTypeForEVT()
301 return FixedVectorType::get(Type::getInt64Ty(Context), 256); in getTypeForEVT()
[all …]
/external/llvm/lib/IR/
DMDBuilder.cpp60 Type *Int64Ty = Type::getInt64Ty(Context); in createFunctionEntryCount()
113 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1); in createTBAANode()
132 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructNode()
146 Type *Int64 = Type::getInt64Ty(Context); in createTBAAStructTypeNode()
159 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode()
168 IntegerType *Int64 = Type::getInt64Ty(Context); in createTBAAStructTagNode()
DValueTypes.cpp214 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
255 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
256 case MVT::v2i64: return VectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
257 case MVT::v4i64: return VectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
258 case MVT::v8i64: return VectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
259 case MVT::v16i64: return VectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
260 case MVT::v32i64: return VectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp150 case MVT::i64: return Type::getInt64Ty(Context); in getTypeForEVT()
202 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1); in getTypeForEVT()
203 case MVT::v2i64: return VectorType::get(Type::getInt64Ty(Context), 2); in getTypeForEVT()
204 case MVT::v4i64: return VectorType::get(Type::getInt64Ty(Context), 4); in getTypeForEVT()
205 case MVT::v8i64: return VectorType::get(Type::getInt64Ty(Context), 8); in getTypeForEVT()
206 case MVT::v16i64: return VectorType::get(Type::getInt64Ty(Context), 16); in getTypeForEVT()
207 case MVT::v32i64: return VectorType::get(Type::getInt64Ty(Context), 32); in getTypeForEVT()
282 return VectorType::get(Type::getInt64Ty(Context), 1, /*Scalable=*/ true); in getTypeForEVT()
284 return VectorType::get(Type::getInt64Ty(Context), 2, /*Scalable=*/ true); in getTypeForEVT()
286 return VectorType::get(Type::getInt64Ty(Context), 4, /*Scalable=*/ true); in getTypeForEVT()
[all …]
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp149 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
150 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
179 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
180 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
209 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
210 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
239 SmallVector<Type*, 2> ArgTys(2, Builder.getInt64Ty()); in TEST()
240 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
/external/llvm-project/llvm/unittests/Transforms/Utils/
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()
/external/llvm-project/polly/lib/CodeGen/
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()
139 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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DAMDGPUEmitPrintf.cpp42 auto Int64Ty = Builder.getInt64Ty(); in fitArgInto64Bits()
66 auto Int64Ty = Builder.getInt64Ty(); in callPrintfBegin()
76 auto Int64Ty = Builder.getInt64Ty(); in callAppendArgs()
105 auto Int64Ty = Builder.getInt64Ty(); in getStrlenWithNull()
167 auto Int64Ty = Builder.getInt64Ty(); in callAppendStringN()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp156 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet()
172 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
174 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
177 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
217 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
219 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
242 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes()
251 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef()
456 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca()
481 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp143 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue()); in applyMemSet()
159 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
161 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
164 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty()); in sliceValue()
204 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
206 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty()) in generate()
229 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitZeroes()
238 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)}); in emitUndef()
432 ConstantInt::get(IRB.getInt64Ty(), Size)}); in untagAlloca()
457 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())}); in insertBaseTaggedPointer()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp178 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in runOnFunction()
186 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
195 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp224 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
228 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
232 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
236 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
240 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
244 ConstantInt::get(Type::getInt64Ty(Context), in LowerBSWAP()
451 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0)); in LowerIntrinsicCall()
/external/llvm-project/llvm/unittests/Analysis/
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()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp93 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl()
103 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in BPFPreserveDITypeImpl()
/external/llvm-project/llvm/unittests/FuzzMutate/
DStrategiesTest.cpp31 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createInjectorMutator()
44 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy}; in createDeleterMutator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
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), \
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)) \
162 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeStart, Type::getInt64Ty(Ctx)) \
164 VALUE_PROF_FUNC_PARAM(uint64_t, PreciseRangeLast, Type::getInt64Ty(Ctx)) \
166 VALUE_PROF_FUNC_PARAM(uint64_t, LargeValue, Type::getInt64Ty(Ctx))
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp210 ConstantInt::get(Builder.getInt64Ty(), DerefBytes)))); in runOnFunction()
218 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
227 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc56 vector<Type *> fprintf_fn_args({B.getInt64Ty(), B.getInt8PtrTy()}); in debug_printf()
302 vector<Type *> fn_args({B.getInt8PtrTy(), B.getInt64Ty(), PointerType::getUnqual(type)}); in make_writer()
321 {"nread", B.CreateAlloca(B.getInt64Ty())}, in make_writer()
323 vector<Value *> args({arg_out, B.CreateZExt(arg_len, B.getInt64Ty()), nullptr}); in make_writer()
334 vector<Type *> snprintf_fn_args({B.getInt8PtrTy(), B.getInt64Ty(), B.getInt8PtrTy()}); in make_writer()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc145 b->getInt64Ty()); in EmitDynamicUpdateSliceInPlaceImpl()
175 IrArray::Index(b->getInt64Ty()), b); in EmitDynamicUpdateSliceInPlace()
228 return element_generator(IrArray::Index(b->getInt64Ty())); in EmitFusedDynamicUpdateSliceInPlaceImpl()
/external/compiler-rt/lib/profile/
DInstrProfData.inc73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
77 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
77 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit()
120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp74 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit()
123 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()

12345678910>>...12