Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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 …]
DProfileSummary.cpp28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD()
50 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
DType.cpp181 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; } in getInt64Ty() function in Type
237 return getInt64Ty(C)->getPointerTo(AS); in getInt64PtrTy()
254 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); in get()
DIntrinsicInst.cpp102 return ConstantInt::get(Type::getInt64Ty(Context), 1); in getStep()
DIRBuilder.cpp413 assert(Size->getType() == getInt64Ty() && in CreateLifetimeStart()
429 assert(Size->getType() == getInt64Ty() && in CreateLifetimeEnd()
446 assert(Size->getType() == getInt64Ty() && in CreateInvariantStart()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
DAMDGPUPrintfRuntimeBinding.cpp404 Type *Int64Ty = Type::getInt64Ty(Ctx); in lowerPrintfForGpu()
501 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
506 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
518 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
DAMDGPUOpenCLEnqueuedBlockLowering.cpp119 auto T = ArrayType::get(Type::getInt64Ty(C), 2); in runOnModule()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx), in buildCFICheck()
144 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId); in buildCFICheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp77 ArrayType::get(Type::getInt64Ty(Ctx), INSTR_ORDER_FILE_BUFFER_SIZE); in createOrderFileData()
155 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())), in generateCodeSequence()
DMemorySanitizer.cpp712 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
713 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi()
714 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
715 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */ in createKernelApi()
716 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy, in createKernelApi()
737 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
740 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
771 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi()
777 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi()
785 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi()
[all …]
DCGProfile.cpp93 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
DGCOVProfiling.cpp804 ArrayType::get(Type::getInt64Ty(*Ctx), Edges); in emitProfileArcs()
833 Value *Count = Builder.CreateLoad(Builder.getInt64Ty(), Phi); in emitProfileArcs()
844 Value *Count = Builder.CreateLoad(Builder.getInt64Ty(), Counter); in emitProfileArcs()
981 {Builder.getInt32Ty(), Builder.getInt64Ty()->getPointerTo()}); in insertCounterWriteout()
DInstrProfiling.cpp779 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters()
802 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); in getOrCreateRegionCounters()
949 auto *Int64Ty = Type::getInt64Ty(M->getContext()); in emitRegistration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp961 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite()
967 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Value))); in annotateValueSite()
969 ConstantInt::get(Type::getInt64Ty(Ctx), VD.Count))); in annotateValueSite()
1135 Type *IntTy64 = Type::getInt64Ty(M.getContext()); in createIRLevelProfileFlagVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp334 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in analyzeLoadFromClobberingMemInst()
510 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in getMemInstValueForLoadHelper()
DIntegerDivision.cpp557 Type *Int64Ty = Builder.getInt64Ty(); in expandRemainderUpTo64Bits()
655 Type *Int64Ty = Builder.getInt64Ty(); in expandDivisionUpTo64Bits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h361 return ConstantInt::get(getInt64Ty(), C); in getInt64()
400 IntegerType *getInt64Ty() { in getInt64Ty() function
401 return Type::getInt64Ty(Context); in getInt64Ty()
1918 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
1932 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
1948 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
1949 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
1966 ConstantInt::get(Type::getInt64Ty(Context), Idx0),
1967 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
2614 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context));
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp93 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h393 static IntegerType *getInt64Ty(LLVMContext &C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp362 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction()

123