Searched refs:Op0 (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp28 if (Constant *Op0 = C->getAggregateElement(0U)) {
31 if (C->getAggregateElement(i) != Op0)
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1593 SDValue Op0, Op1; local
1600 if (!SelectAddr(Op.getNode(), Op, Op0, Op1))
1605 OutOps.push_back(Op0);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2153 Value *Op0 = Cmp->getOperand(0), *Op1 = Cmp->getOperand(1); local
2159 Worklist.push_back(std::make_pair(Op0, Op1));
2168 uint32_t Num = VN.lookup_or_add_cmp(Cmp->getOpcode(), NotPred, Op0, Op1);
H A DLoopStrengthReduce.cpp3178 if (const SCEVConstant *Op0 =
3180 C = C ? cast<SCEVConstant>(SE.getMulExpr(C, Op0)) : Op0;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3180 const Value *Op0 = I.getOperand(0);
3184 bool IntoUndef = isa<UndefValue>(Op0);
3199 SDValue Agg = getValue(Op0);
3223 const Value *Op0 = I.getOperand(0);
3224 Type *AggTy = Op0->getType();
3226 bool OutOfUndef = isa<UndefValue>(Op0);
3244 SDValue Agg = getValue(Op0);
3258 Value *Op0 = I.getOperand(0);
3261 Type *Ty = Op0->getType()->getScalarType();
3263 SDValue N = getValue(Op0);
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DVerifier.cpp2119 Value *Op0 = MD->getOperand(0); local
2120 if (ConstantFP *CFP0 = dyn_cast_or_null<ConstantFP>(Op0)) {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2787 SDValue Op0, Op1, Op2, Op3, Op4; local
2793 if (!SelectAddr(0, Op, Op0, Op1, Op2, Op3, Op4))
2798 OutOps.push_back(Op0);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2647 VectorParts &Op0 = getVectorValue(it->getOperand(1)); local
2656 Op0[Part],
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5193 static SDValue BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1, argument
5196 if (DestVT == MVT::Other) DestVT = Op0.getValueType();
5198 DAG.getConstant(IID, MVT::i32), Op0, Op1, Op2);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5269 ARMOperand *Op0 = static_cast<ARMOperand*>(Operands[0]); local
5271 delete Op0;

Completed in 342 milliseconds

123