Home
last modified time | relevance | path

Searched refs:ExtVal (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1880 ZExtInst *ExtVal = dyn_cast<ZExtInst>(CI->getArgOperand(0)); in optimizeCallInst() local
1881 if (!ExtVal || !ExtVal->hasOneUse() || in optimizeCallInst()
1882 ExtVal->getParent() == CI->getParent()) in optimizeCallInst()
1885 ExtVal->moveBefore(CI); in optimizeCallInst()
1888 InsertedInsts.insert(ExtVal); in optimizeCallInst()
2966 Value *ExtVal = SExt; in promoteOperandForTruncAndAnyExt() local
2976 ExtVal = ZExt; in promoteOperandForTruncAndAnyExt()
2989 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt()
2996 return ExtVal; in promoteOperandForTruncAndAnyExt()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h285 bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
DARMISelLowering.cpp11196 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const { in isVectorLoadExtDesirable()
11197 EVT VT = ExtVal.getValueType(); in isVectorLoadExtDesirable()
11206 if (ExtVal->use_empty() || in isVectorLoadExtDesirable()
11207 !ExtVal->use_begin()->isOnlyUserOf(ExtVal.getNode())) in isVectorLoadExtDesirable()
11210 SDNode *U = *ExtVal->use_begin(); in isVectorLoadExtDesirable()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1986 SDValue ExtVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Val, in LowerSTOREVector() local
1989 ExtVal = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i16, ExtVal); in LowerSTOREVector()
1990 Ops.push_back(ExtVal); in LowerSTOREVector()
/external/llvm/include/llvm/Target/
DTargetLowering.h1793 virtual bool isVectorLoadExtDesirable(SDValue ExtVal) const { return false; } in isVectorLoadExtDesirable() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1818 SDValue ExtVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, InEltVT, InOp, in WidenVecRes_CONVERT_RNDSAT() local
1820 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
DDAGCombiner.cpp6994 SDValue ExtVal = Extract.getOperand(1); in visitBUILD_VECTOR() local
6996 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR()
7005 unsigned Idx = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2775 SDValue ExtVal = DAG.getNode( in WidenVecRes_CONVERT_RNDSAT() local
2778 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
DDAGCombiner.cpp12809 SDValue ExtVal = Extract.getOperand(1); in visitBUILD_VECTOR() local
12810 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR()