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/CodeGen/SelectionDAG/
DAGCombiner.cpp
206
SDValue PromoteOperand(SDValue Op, EVT
PVT
, bool &Replace);
207
SDValue SExtPromoteOperand(SDValue Op, EVT
PVT
);
208
SDValue ZExtPromoteOperand(SDValue Op, EVT
PVT
);
[
all
...]
/frameworks/compile/slang/
slang_rs_object_ref_count.cpp
73
clang::QualType
PVT
= PVD->getOriginalType();
75
slangAssert(
PVT
->isPointerType() &&
79
clang::QualType RST =
PVT
->getPointeeType();
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.h
704
bool IsDesirableToPromoteOp(SDValue Op, EVT &
PVT
) const override;
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 328 milliseconds