OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocaInst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp
71
if (auto
allocaInst
= dyn_cast<
AllocaInst
>(&I)) {
73
auto ETy = cast<PointerType>(
allocaInst
->getType())->getElementType();
75
auto NewASCToLocal = new AddrSpaceCastInst(
allocaInst
, LocalAddrTy, "");
79
NewASCToLocal->insertAfter(
allocaInst
);
81
for (Value::use_iterator UI =
allocaInst
->use_begin(),
82
UE =
allocaInst
->use_end();
91
if (LI && LI->getPointerOperand() ==
allocaInst
&&
97
if (SI && SI->getPointerOperand() ==
allocaInst
&&
103
if (GI && GI->getPointerOperand() ==
allocaInst
) {
[
all
...]
NVPTXAllocaHoisting.cpp
47
AllocaInst
*
allocaInst
= dyn_cast<
AllocaInst
>(BI++);
48
if (
allocaInst
&& isa<ConstantInt>(
allocaInst
->getArraySize())) {
49
allocaInst
->moveBefore(firstTerminatorInst);
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026