HomeSort by: relevance | last modified time | path
    Searched refs:getInt64Ty (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/IR/
MDBuilder.cpp 62 Type *Int64Ty = Type::getInt64Ty(Context);
112 Type *Int64 = Type::getInt64Ty(Context);
180 Constant *Flags = ConstantInt::get(Type::getInt64Ty(Context), 1);
199 Type *Int64 = Type::getInt64Ty(Context);
213 Type *Int64 = Type::getInt64Ty(Context);
226 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset);
235 IntegerType *Int64 = Type::getInt64Ty(Context);
248 Type *Int64 = Type::getInt64Ty(Context);
263 IntegerType *Int64 = Type::getInt64Ty(Context);
304 createConstant(ConstantInt::get(Type::getInt64Ty(Context), Weight))
    [all...]
ProfileSummary.cpp 29 Type *Int64Ty = Type::getInt64Ty(Context);
59 Type *Int64Ty = Type::getInt64Ty(Context);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFPreserveDIType.cpp 102 IntegerType *VarType = Type::getInt64Ty(BB->getContext());
112 new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp 191 case MVT::i64: return Type::getInt64Ty(Context);
291 return FixedVectorType::get(Type::getInt64Ty(Context), 1);
293 return FixedVectorType::get(Type::getInt64Ty(Context), 2);
295 return FixedVectorType::get(Type::getInt64Ty(Context), 4);
297 return FixedVectorType::get(Type::getInt64Ty(Context), 8);
299 return FixedVectorType::get(Type::getInt64Ty(Context), 16);
301 return FixedVectorType::get(Type::getInt64Ty(Context), 32);
303 return FixedVectorType::get(Type::getInt64Ty(Context), 64);
305 return FixedVectorType::get(Type::getInt64Ty(Context), 128);
307 return FixedVectorType::get(Type::getInt64Ty(Context), 256)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AMDGPUEmitPrintf.cpp 39 auto Int64Ty = Builder.getInt64Ty();
63 auto Int64Ty = Builder.getInt64Ty();
73 auto Int64Ty = Builder.getInt64Ty();
102 auto Int64Ty = Builder.getInt64Ty();
164 auto Int64Ty = Builder.getInt64Ty();
MatrixUtils.cpp 35 Type *I32Ty = Type::getInt64Ty(Ctx);
AssumeBundleBuilder.cpp 139 ConstantInt::get(Type::getInt64Ty(M->getContext()), RK.ArgValue));
239 Args.push_back(ConstantInt::get(Type::getInt64Ty(M->getContext()),
451 ConstantInt::get(Type::getInt64Ty(C), RK.ArgValue));
IntegerDivision.cpp 557 Type *Int64Ty = Builder.getInt64Ty();
655 Type *Int64Ty = Builder.getInt64Ty();
VNCoercion.cpp 413 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset);
594 ConstantInt::get(Type::getInt64Ty(Src->getContext()), (unsigned)Offset);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false);
120 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelArguments.cpp 191 ConstantInt::get(Builder.getInt64Ty(), DerefBytes))));
199 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(),
208 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(),
AMDGPUOpenCLEnqueuedBlockLowering.cpp 115 auto T = ArrayType::get(Type::getInt64Ty(C), 2);
AMDGPUPrintfRuntimeBinding.cpp 397 Type *Int64Ty = Type::getInt64Ty(Ctx);
487 IType = Type::getInt64Ty(ArgType->getContext());
492 IType = Type::getInt64Ty(ArgType->getContext());
504 IType = Type::getInt64Ty(ArgType->getContext());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 157 ConstantInt::get(IRB.getInt64Ty(), Cst * V->getZExtValue());
173 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
175 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
178 V = IRB.CreateZExtOrTrunc(V, IRB.getInt64Ty());
218 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
220 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
243 {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)});
252 IRB.CreateCall(SetTagFn, {Ptr, ConstantInt::get(IRB.getInt64Ty(), Size)});
458 ConstantInt::get(IRB.getInt64Ty(), Size)});
483 IRB.CreateCall(IRG_SP, {Constant::getNullValue(IRB.getInt64Ty())});
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PreAMXConfig.cpp 160 Value *PaletteOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 0);
167 Value *RowOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 48 + I);
168 Value *ColOffset = ConstantInt::get(Type::getInt64Ty(Ctx), 16 + I * 2);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 106 "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx),
144 ConstantInt *CaseTypeId = ConstantInt::get(Type::getInt64Ty(Ctx), TypeId);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp 76 ArrayType::get(Type::getInt64Ty(Ctx), INSTR_ORDER_FILE_BUFFER_SIZE);
154 updateB.CreateStore(ConstantInt::get(Type::getInt64Ty(Ctx), MD5Hash(F.getName())),
CGProfile.cpp 41 Type::getInt64Ty(Context), E.second))};
InstrProfiling.cpp 683 Type *Int64Ty = Type::getInt64Ty(M->getContext());
690 Type *Int64Ty = Type::getInt64Ty(M->getContext());
870 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
893 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS);
1044 auto *Int64Ty = Type::getInt64Ty(M->getContext());
MemorySanitizer.cpp 729 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8),
730 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8),
731 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8),
732 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */
733 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy,
754 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty());
757 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty());
790 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8));
796 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8));
804 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8))
    [all...]
MemProfiler.cpp 481 Type *ShadowTy = Type::getInt64Ty(*C);
486 Value *Inc = ConstantInt::get(Type::getInt64Ty(*C), 1);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 58 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy};
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 95 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
llvm-opt-fuzzer.cpp 46 Type::getInt64Ty, Type::getFloatTy, Type::getDoubleTy};
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
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))

Completed in 63 milliseconds

1 2 3 4