HomeSort by relevance Sort by last modified time
    Searched refs:PVT (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 148 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
149 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
150 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
718 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) {
728 return DAG.getExtLoad(ExtType, dl, PVT,
739 return DAG.getNode(ISD::AssertSext, dl, PVT,
740 SExtPromoteOperand(Op.getOperand(0), PVT),
743 return DAG.getNode(ISD::AssertZext, dl, PVT,
744 ZExtPromoteOperand(Op.getOperand(0), PVT),
749 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 496 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 421 milliseconds