OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVariableLocationOp
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp
60
Value *DbgVariableIntrinsic::
getVariableLocationOp
(unsigned OpIdx) const {
116
: getAsMetadata(
getVariableLocationOp
(Idx)));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
203
Value *
getVariableLocationOp
(unsigned OpIdx) const;
313
return
getVariableLocationOp
(0);
333
return
getVariableLocationOp
(0);
352
return
getVariableLocationOp
(OpIdx);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp
647
Value *V = DVI->
getVariableLocationOp
(0);
Local.cpp
1405
dyn_cast_or_null<AllocaInst>(DII->
getVariableLocationOp
(0))) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
667
else if (dyn_cast_or_null<AllocaInst>(DVI->
getVariableLocationOp
(0))) {
670
for (auto *User : DVI->
getVariableLocationOp
(0)->users())
CoroFrame.cpp
2453
Value *Storage = DVI->
getVariableLocationOp
(0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
5849
Value *V = DVI->
getVariableLocationOp
(Idx);
5874
DVI->
getVariableLocationOp
(0)->getType()));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
5990
const Value *Address = DI.
getVariableLocationOp
(0);
Completed in 107 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026