/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 62 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 …]
|
D | ProfileSummary.cpp | 28 Type *Int64Ty = Type::getInt64Ty(Context); in getKeyValMD() 50 Type *Int64Ty = Type::getInt64Ty(Context); in getDetailedSummaryMD()
|
D | Type.cpp | 181 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()
|
D | IntrinsicInst.cpp | 102 return ConstantInt::get(Type::getInt64Ty(Context), 1); in getStep()
|
D | IRBuilder.cpp | 413 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/ |
D | ValueTypes.cpp | 150 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/ |
D | AArch64StackTagging.cpp | 143 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/ |
D | AMDGPULowerKernelArguments.cpp | 178 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()
|
D | AMDGPUPrintfRuntimeBinding.cpp | 404 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()
|
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 119 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/ |
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)) \ 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/ |
D | Speculation.cpp | 74 {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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 77 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()
|
D | MemorySanitizer.cpp | 712 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 …]
|
D | CGProfile.cpp | 93 Type::getInt64Ty(Context), E.second))}; in addModuleFlags()
|
D | GCOVProfiling.cpp | 804 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()
|
D | InstrProfiling.cpp | 779 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/ |
D | InstrProf.cpp | 961 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/ |
D | VNCoercion.cpp | 334 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in analyzeLoadFromClobberingMemInst() 510 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset); in getMemInstValueForLoadHelper()
|
D | IntegerDivision.cpp | 557 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/ |
D | IRBuilder.h | 361 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/ |
D | PPCBoolRetToInt.cpp | 93 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 393 static IntegerType *getInt64Ty(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 362 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction()
|