OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_extract
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
PseudoProbePrinter.cpp
33
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(0))->getZExtValue();
AsmPrinterInlineAsm.cpp
492
mdconst::
dyn_extract
<ConstantInt>(LocMD->getOperand(0))) {
DwarfUnit.cpp
1020
if (ConstantInt *CI = mdconst::
dyn_extract
<ConstantInt>(Val))
1022
else if (GlobalValue *GV = mdconst::
dyn_extract
<GlobalValue>(Val)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp
58
ConstantInt *Val = mdconst::
dyn_extract
<ConstantInt>(md->getOperand(i + 1));
303
mdconst::
dyn_extract
<ConstantInt>(alignNode->getOperand(i))) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp
178
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(0))->getZExtValue();
180
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(1))->getZExtValue();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
184
ConstantInt *CI = mdconst::
dyn_extract
<ConstantInt>(Node->getOperand(2));
248
ConstantInt *CI = mdconst::
dyn_extract
<ConstantInt>(Node->getOperand(OpNo));
BranchProbabilityInfo.cpp
335
mdconst::
dyn_extract
<ConstantInt>(WeightsNode->getOperand(I));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUPALMetadata.cpp
59
auto Key = mdconst::
dyn_extract
<ConstantInt>(Tuple->getOperand(I));
60
auto Val = mdconst::
dyn_extract
<ConstantInt>(Tuple->getOperand(I + 1));
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h
276
mdconst::
dyn_extract
<ConstantInt>(WeightsNode->getOperand(OpNo));
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
1023
ConstantInt *KindInt = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(1));
1030
ConstantInt *TotalCInt = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(2));
1040
ConstantInt *Value = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(I));
1042
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(I + 1));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600OpenCLImageTypeLoweringPass.cpp
85
auto F = mdconst::
dyn_extract
<Function>(Node->getOperand(0));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineModuleInfo.cpp
390
mdconst::
dyn_extract
<ConstantInt>(LocInfo->getOperand(ErrorLine)))
TargetLoweringObjectFileImpl.cpp
347
auto *GUID = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(0));
348
auto *Hash = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(1));
MachineInstr.cpp
2093
mdconst::
dyn_extract
<ConstantInt>(LocMD->getOperand(0))) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp
61
mdconst::
dyn_extract
<ConstantInt>(SrcLoc->getOperand(0)))
Metadata.cpp
1404
auto *CITrue = mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(1));
1405
auto *CIFalse = mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(2));
1435
auto *V = mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(i));
1443
TotalVal = mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(2))
Verifier.cpp
3684
mdconst::
dyn_extract
<ConstantInt>(Range->getOperand(2 * i));
3687
mdconst::
dyn_extract
<ConstantInt>(Range->getOperand(2 * i + 1));
3709
mdconst::
dyn_extract
<ConstantInt>(Range->getOperand(0))->getValue();
3711
mdconst::
dyn_extract
<ConstantInt>(Range->getOperand(1))->getValue();
4327
ConstantInt *CI = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(0));
4370
Assert(mdconst::
dyn_extract
<ConstantInt>(MDO),
4535
ConstantInt *CI = mdconst::
dyn_extract
<ConstantInt>(AlignMD->getOperand(0));
5956
auto *Offset = mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(2));
Instructions.cpp
587
APInt Val(128, mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(1))
599
mdconst::
dyn_extract
<ConstantInt>(ProfileData->getOperand(i + 1))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
255
const ConstantInt *C = mdconst::
dyn_extract
<ConstantInt>(Arg);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Metadata.h
494
/// auto *CI = mdconst::
dyn_extract
<ConstantInt>(N->getOperand(2));
502
/// mdconst::
dyn_extract
<=> dyn_cast
585
dyn_extract
(Y &&MD) {
function in namespace:llvm::mdconst
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
314
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(2));
316
mdconst::
dyn_extract
<ConstantInt>(MD->getOperand(1));
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026