Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp169 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(2)); in TypeIsImmutable()
204 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(3)); in TypeIsImmutable()
DBranchProbabilityInfo.cpp209 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(i)); in calcMetadataWeights()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp68 mdconst::dyn_extract<ConstantInt>(LocInfo->getOperand(ErrorLine))) in srcMgrDiagHandler()
465 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) { in EmitInlineAsm()
DDwarfUnit.cpp1050 if (ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Val)) in constructTemplateValueParameterDIE()
1052 else if (GlobalValue *GV = mdconst::dyn_extract<GlobalValue>(Val)) { in constructTemplateValueParameterDIE()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp55 ConstantInt *Val = mdconst::dyn_extract<ConstantInt>(md->getOperand(i + 1)); in cacheAnnotationFromMD()
323 mdconst::dyn_extract<ConstantInt>(alignNode->getOperand(i))) { in getAlign()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
DVerifier.cpp2705 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i)); in visitRangeMetadata()
2708 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i + 1)); in visitRangeMetadata()
2730 mdconst::dyn_extract<ConstantInt>(Range->getOperand(0))->getValue(); in visitRangeMetadata()
2732 mdconst::dyn_extract<ConstantInt>(Range->getOperand(1))->getValue(); in visitRangeMetadata()
3126 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0)); in visitDereferenceableMetadata()
3264 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(AlignMD->getOperand(0)); in visitInstruction()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp85 auto F = mdconst::dyn_extract<Function>(Node->getOperand(0)); in GetFunctionFromMDNode()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp151 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()
DSimplifyCFG.cpp2046 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); in ExtractBranchMetadata()
2048 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)); in ExtractBranchMetadata()
/external/llvm/include/llvm/IR/
DMetadata.h482 dyn_extract(Y &&MD) { in dyn_extract() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp2014 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) { in emitError()
DCodeGenPrepare.cpp5349 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); in extractBranchMetadata()
5351 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)); in extractBranchMetadata()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1073 const ConstantInt *C = mdconst::dyn_extract<ConstantInt>(Arg); in setHint()