Searched refs:SrcOp (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 237 std::pair<unsigned,unsigned> SrcOp = in ParseConstraint() local 239 if (SrcOp > DestOp) in ParseConstraint() 243 unsigned FlatOpNo = Ops.getFlattenedOperandNumber(SrcOp); in ParseConstraint()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1595 Value *SrcOp = LI->getOperand(0); in SimplifyICmpInst() local 1596 Type *SrcTy = SrcOp->getType(); in SimplifyICmpInst() 1605 if (Value *V = SimplifyICmpInst(Pred, SrcOp, in SimplifyICmpInst() 1612 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst() 1625 SrcOp, RI->getOperand(0), TD, DT, in SimplifyICmpInst() 1641 SrcOp, Trunc, TD, DT, MaxRecurse-1)) in SimplifyICmpInst() 1685 if (Value *V = SimplifyICmpInst(Pred, SrcOp, RI->getOperand(0), in SimplifyICmpInst() 1700 if (Value *V = SimplifyICmpInst(Pred, SrcOp, Trunc, TD, DT, in SimplifyICmpInst() 1734 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, in SimplifyICmpInst() 1743 if (Value *V = SimplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, in SimplifyICmpInst()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 768 SDValue LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
|
D | X86ISelLowering.cpp | 4295 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument 4300 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp); in getVShift() 4302 DAG.getNode(Opc, dl, ShVT, SrcOp, in getVShift() 4304 TLI.getShiftAmountTy(SrcOp.getValueType())))); in getVShift() 4308 X86TargetLowering::LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl, in LowerAsSplatVectorLoad() argument 4314 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) { in LowerAsSplatVectorLoad() 5247 SDValue SrcOp, SelectionDAG &DAG, in getVZextMovL() argument 5251 if (!isScalarLoadToVector(SrcOp.getNode(), &LD)) in getVZextMovL() 5252 LD = dyn_cast<LoadSDNode>(SrcOp); in getVZextMovL() 5258 SrcOp.getOpcode() == ISD::SCALAR_TO_VECTOR && in getVZextMovL() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 128 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, DebugLoc dl); 1985 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, in EmitStackConvert() argument 1991 TLI.getTargetData()->getPrefTypeAlignment(SrcOp.getValueType(). in EmitStackConvert() 1999 unsigned SrcSize = SrcOp.getValueType().getSizeInBits(); in EmitStackConvert() 2010 Store = DAG.getTruncStore(DAG.getEntryNode(), dl, SrcOp, FIPtr, in EmitStackConvert() 2014 Store = DAG.getStore(DAG.getEntryNode(), dl, SrcOp, FIPtr, in EmitStackConvert()
|