Home
last modified time | relevance | path

Searched refs:dyn_extract (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp68 mdconst::dyn_extract<ConstantInt>(LocInfo->getOperand(ErrorLine))) in srcMgrDiagHandler()
471 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) { in EmitInlineAsm()
HDDwarfUnit.cpp1031 if (ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Val)) in constructTemplateValueParameterDIE()
1033 else if (GlobalValue *GV = mdconst::dyn_extract<GlobalValue>(Val)) { in constructTemplateValueParameterDIE()
/NextBSD/contrib/llvm/lib/Analysis/
HDTypeBasedAliasAnalysis.cpp171 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(2)); in TypeIsImmutable()
206 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(3)); in TypeIsImmutable()
HDBranchProbabilityInfo.cpp199 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(i)); in calcMetadataWeights()
/NextBSD/contrib/llvm/lib/IR/
HDDiagnosticInfo.cpp102 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
HDVerifier.cpp2589 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i)); in visitRangeMetadata()
2592 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i + 1)); in visitRangeMetadata()
2614 mdconst::dyn_extract<ConstantInt>(Range->getOperand(0))->getValue(); in visitRangeMetadata()
2616 mdconst::dyn_extract<ConstantInt>(Range->getOperand(1))->getValue(); in visitRangeMetadata()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXUtilities.cpp55 ConstantInt *Val = mdconst::dyn_extract<ConstantInt>(md->getOperand(i + 1)); in cacheAnnotationFromMD()
323 mdconst::dyn_extract<ConstantInt>(alignNode->getOperand(i))) { in getAlign()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLocal.cpp150 mdconst::dyn_extract<ConstantInt>(MD->getOperand(MD_i)); in ConstantFoldTerminator()
222 mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in ConstantFoldTerminator()
224 mdconst::dyn_extract<ConstantInt>(MD->getOperand(1)); in ConstantFoldTerminator()
HDSimplifyCFG.cpp2013 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); in ExtractBranchMetadata()
2015 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)); in ExtractBranchMetadata()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp428 ConstantInt *constant_int = mdconst::dyn_extract<ConstantInt>(metadata_node->getOperand(1)); in DeclForGlobal()
1232 ConstantInt *constant_int = mdconst::dyn_extract<ConstantInt>(alloc_md->getOperand(0)); in RewritePersistentAlloc()
/NextBSD/contrib/llvm/include/llvm/IR/
HDMetadata.h482 dyn_extract(Y &&MD) { in dyn_extract() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp1981 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) { in emitError()
HDCodeGenPrepare.cpp4616 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); in extractBranchMetadata()
4618 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)); in extractBranchMetadata()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1329 const ConstantInt *C = mdconst::dyn_extract<ConstantInt>(Arg); in setHint()