OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVT
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
149
SDValue PromoteOperand(SDValue Op, EVT
PVT
, bool &Replace);
150
SDValue SExtPromoteOperand(SDValue Op, EVT
PVT
);
151
SDValue ZExtPromoteOperand(SDValue Op, EVT
PVT
);
735
SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT
PVT
, bool &Replace) {
745
return DAG.getExtLoad(ExtType, dl,
PVT
,
756
return DAG.getNode(ISD::AssertSext, dl,
PVT
,
757
SExtPromoteOperand(Op.getOperand(0),
PVT
),
760
return DAG.getNode(ISD::AssertZext, dl,
PVT
,
761
ZExtPromoteOperand(Op.getOperand(0),
PVT
),
766
return DAG.getNode(ExtOpc, dl,
PVT
, Op)
[
all
...]
/frameworks/compile/slang/
slang_rs_object_ref_count.cpp
74
clang::QualType
PVT
= PVD->getOriginalType();
76
slangAssert(
PVT
->isPointerType() &&
80
clang::QualType RST =
PVT
->getPointeeType();
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.h
584
virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &
PVT
) const;
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 233 milliseconds