Searched refs:createConstant (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 24 ConstantAsMetadata *MDBuilder::createConstant(Constant *C) { in createConstant() function in MDBuilder 68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount() 73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount() 97 return MDNode::get(Context, {createConstant(Lo), createConstant(Hi)}); in createRange() 103 Ops.push_back(createConstant(F)); in createCallees() 156 Ops.push_back(createConstant(PrologueSig)); in createRTTIPointerPrologue() 157 Ops.push_back(createConstant(RTTI)); in createRTTIPointerPrologue() 174 AuxMDs.push_back(createConstant(C)); in createPCSections() 279 Ops[1] = createConstant(ConstantInt::get(Int64, Size)); in createTBAATypeNode() 342 Ops[0] = createConstant(ConstantInt::get(Int64Ty, GUID)); in createPseudoProbeDesc() [all …]
|
H A D | Instructions.cpp | 737 Vals.push_back(MDB.createConstant( in updateProfWeight() 756 Vals.push_back(MDB.createConstant( in updateProfWeight()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 190 MDB.createConstant( in runOnFunction() 199 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction() 206 MDNode::get(Ctx, MDB.createConstant(ConstantInt::get( in runOnFunction()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | CGProfile.cpp | 38 MDB.createConstant(ConstantInt::get( in addModuleFlags()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | MDBuilder.h | 46 ConstantAsMetadata *createConstant(Constant *C);
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1043 Vals.push_back(MDHelper.createConstant( in annotateValueSite() 1047 MDHelper.createConstant(ConstantInt::get(Type::getInt64Ty(Ctx), Sum))); in annotateValueSite() 1052 Vals.push_back(MDHelper.createConstant( in annotateValueSite() 1054 Vals.push_back(MDHelper.createConstant( in annotateValueSite()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 161 MDNode::get(Ctx, MDB.createConstant(ConstantInt::get( in setKCFIType()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 641 Data.push_back(MDB.createConstant(ConstantInt::get(Int32Ty, FrameSize))); in moveStaticAllocasToUnsafeStack()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2363 Ctx, MDB.createConstant(CreateKCFITypeId(FD->getType())))); in setKCFIType()
|