Home
last modified time | relevance | path

Searched refs:Opd (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5761 Value *Opd = Gep->getOperand(i); in isLikelyComplexAddressComputation() local
5762 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in isLikelyComplexAddressComputation()
5763 !Legal->isInductionVariable(Opd)) in isLikelyComplexAddressComputation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27404 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local
27408 if (Opd.getOpcode() == ISD::ANY_EXTEND) { in canReduceVMulWidth()
27411 if (Opd.getOperand(0).getValueType().getVectorElementType() == MVT::i8) in canReduceVMulWidth()
27413 else if (Opd.getOperand(0).getValueType().getVectorElementType() == in canReduceVMulWidth()
27419 } else if (Opd.getOpcode() == ISD::BUILD_VECTOR) { in canReduceVMulWidth()
27424 for (const SDValue &SubOp : Opd.getNode()->op_values()) { in canReduceVMulWidth()
27436 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()
27437 if (Opd.getOpcode() == ISD::ZERO_EXTEND) in canReduceVMulWidth()