OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnderlyingValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp
37
Instruction *Inst = cast<Instruction>(VPV->
getUnderlyingValue
());
47
auto *Phi = cast<PHINode>(VPPhi->
getUnderlyingValue
());
VPlanValue.h
84
Value *
getUnderlyingValue
() { return UnderlyingVal; }
85
const Value *
getUnderlyingValue
() const { return UnderlyingVal; }
182
return
getUnderlyingValue
();
VPlan.cpp
339
assert(CBV->
getUnderlyingValue
() &&
516
dyn_cast_or_null<Instruction>(getVPValue()->
getUnderlyingValue
());
1031
auto *OriginalPhi = cast<PHINode>(
getUnderlyingValue
());
1172
if (const Value *UV =
getUnderlyingValue
()) {
1210
auto *Inst = cast<Instruction>(VPInst->
getUnderlyingValue
());
VPlan.h
708
return cast<Instruction>(getVPSingleValue()->
getUnderlyingValue
());
711
return cast<Instruction>(getVPSingleValue()->
getUnderlyingValue
());
1025
return dyn_cast_or_null<TruncInst>(getVPValue(0)->
getUnderlyingValue
());
1028
return dyn_cast_or_null<TruncInst>(getVPValue(0)->
getUnderlyingValue
());
LoopVectorize.cpp
4123
auto *OrigPhi = cast<PHINode>(PhiR->
getUnderlyingValue
());
4321
PHINode *OrigPhi = cast<PHINode>(PhiR->
getUnderlyingValue
());
8820
auto *PN = cast<PHINode>(R->
getUnderlyingValue
());
9109
auto *UV = Def->
getUnderlyingValue
();
9406
State.ILV->widenPHIInstruction(cast<PHINode>(
getUnderlyingValue
()), RdxDesc,
9508
VectorType::get(
getUnderlyingValue
()->getType(), State.VF));
9586
Type *PredInstType = getOperand(0)->
getUnderlyingValue
()->getType();
Completed in 31 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026