Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp582 for (Value *Opd : PN.incoming_values()) { in EqualityPropUnSafe()
583 if (isa<UndefValue>(Opd)) in EqualityPropUnSafe()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5675 Value *Opd = Gep->getOperand(i); in getAddressAccessSCEV() local
5676 if (!SE->isLoopInvariant(SE->getSCEV(Opd), TheLoop) && in getAddressAccessSCEV()
5677 !Legal->isInductionVariable(Opd)) in getAddressAccessSCEV()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33491 SDValue Opd = N->getOperand(i); in canReduceVMulWidth() local
33495 if (Opd.getOpcode() == ISD::ANY_EXTEND) { in canReduceVMulWidth()
33498 if (Opd.getOperand(0).getValueType().getVectorElementType() == MVT::i8) in canReduceVMulWidth()
33500 else if (Opd.getOperand(0).getValueType().getVectorElementType() == in canReduceVMulWidth()
33506 } else if (Opd.getOpcode() == ISD::BUILD_VECTOR) { in canReduceVMulWidth()
33511 for (const SDValue &SubOp : Opd.getNode()->op_values()) { in canReduceVMulWidth()
33523 SignBits[i] = DAG.ComputeNumSignBits(Opd); in canReduceVMulWidth()
33524 if (Opd.getOpcode() == ISD::ZERO_EXTEND) in canReduceVMulWidth()